Re: [libvirt] [PATCH 04/13] qemu: monitor: Add better APIs for adding of objects to qemu

2018-05-31 Thread Ján Tomko
On Wed, May 30, 2018 at 07:06:28PM +0200, Peter Krempa wrote: Use the new monitor command internal API to allow wrapping of the object name and alias into the JSON props so that they don't have to be passed out of band. The new API also takes a double pointer so that it can be cleared when the v

[libvirt] [PATCH 04/13] qemu: monitor: Add better APIs for adding of objects to qemu

2018-05-30 Thread Peter Krempa
Use the new monitor command internal API to allow wrapping of the object name and alias into the JSON props so that they don't have to be passed out of band. The new API also takes a double pointer so that it can be cleared when the value is consumed so that it does not need to happen in every sin