[libvirt] [PATCH v5 3/5] qemu: Implement chardev hotplug on config level

Daniel P. Berrange berrange at redhat.com
Tue Jul 16 09:33:52 UTC 2013


On Fri, Jul 12, 2013 at 07:24:00PM +0200, 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 exactly what this
> patch does. There is currently no implementation for a chardev
> update action, as there's not much to be updated. But more
> importantly, the only thing that can be updated is path or socket
> address by which chardevs are distinguished. So the update action
> is currently not supported.
> ---
>  src/conf/domain_conf.c   |  6 ++--
>  src/conf/domain_conf.h   |  3 ++
>  src/libvirt_private.syms |  1 +
>  src/qemu/qemu_driver.c   | 16 +++++++++++
>  src/qemu/qemu_hotplug.c  | 72 ++++++++++++++++++++++++++++++++++++++++++++++++
>  src/qemu/qemu_hotplug.h  |  7 +++++
>  6 files changed, 103 insertions(+), 2 deletions(-)

ACK

Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list