Re: [libvirt] [PATCH v2 2/8] qemu: Implement chardev hotplug on config level

2013-06-21 Thread Martin Kletzander
On 06/06/2013 02:29 PM, Michal Privoznik wrote: > There are two levels on which a device may be hotplugged: config > and live. The config level requires just an insert or remove from > internal domain definition structure, which is what this patch > exactly does. There is currently no implementatio

[libvirt] [PATCH v2 2/8] qemu: Implement chardev hotplug on config level

2013-06-06 Thread Michal Privoznik
There are two levels on which a device may be hotplugged: config and live. The config level requires just an insert or remove from internal domain definition structure, which is what this patch exactly does. There is currently no implementation for a chardev update action, as there's not much to be