Re: [libvirt] [PATCH 7/9] qemu: monitor: Add functions for object hot-add/remove

2014-10-14 Thread John Ferlan
On 10/14/2014 03:29 AM, Peter Krempa wrote: > To allow live modification of device backends in qemu libvirt needs to > be able to hot-add/remove "objects". Add monitor backend functions to > allow this. Could add a short list of "known" objects that could make use of this... IOThreads, RNG, etc.

[libvirt] [PATCH 7/9] qemu: monitor: Add functions for object hot-add/remove

2014-10-14 Thread Peter Krempa
To allow live modification of device backends in qemu libvirt needs to be able to hot-add/remove "objects". Add monitor backend functions to allow this. --- src/qemu/qemu_monitor.c | 48 + src/qemu/qemu_monitor.h | 8 +++ src/qemu/qemu_monitor_jso