]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Add support for hot/cold-(un)plug of shmem devices
authorMartin Kletzander <mkletzan@redhat.com>
Mon, 12 Sep 2016 13:40:48 +0000 (15:40 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Wed, 2 Nov 2016 16:36:50 +0000 (17:36 +0100)
commitfb2d0cc6332ed2d5546aad623792231d619a4707
treef0bcd01d223f76d457e0df3a0bb1b34fe461261b
parent06524fd52c74a4fc672e9eec2b5a13d540e7ee06
qemu: Add support for hot/cold-(un)plug of shmem devices

This is needed in order to migrate a domain with shmem devices as that
is not allowed to migrate.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
12 files changed:
src/qemu/qemu_driver.c
src/qemu/qemu_hotplug.c
src/qemu/qemu_hotplug.h
tests/qemuhotplugtest.c
tests/qemuhotplugtestdevices/qemuhotplug-ivshmem-doorbell-detach.xml [new file with mode: 0644]
tests/qemuhotplugtestdevices/qemuhotplug-ivshmem-doorbell.xml [new file with mode: 0644]
tests/qemuhotplugtestdevices/qemuhotplug-ivshmem-plain-detach.xml [new file with mode: 0644]
tests/qemuhotplugtestdevices/qemuhotplug-ivshmem-plain.xml [new file with mode: 0644]
tests/qemuhotplugtestdomains/qemuhotplug-base-live+ivshmem-doorbell-detach.xml [new symlink]
tests/qemuhotplugtestdomains/qemuhotplug-base-live+ivshmem-doorbell.xml [new file with mode: 0644]
tests/qemuhotplugtestdomains/qemuhotplug-base-live+ivshmem-plain-detach.xml [new symlink]
tests/qemuhotplugtestdomains/qemuhotplug-base-live+ivshmem-plain.xml [new file with mode: 0644]