Re: [libvirt] [PATCH v4 6/6] qemu: Add support for hot/cold-(un)plug of shmem devices

2016-11-02 Thread Peter Krempa
On Wed, Oct 26, 2016 at 12:51:37 +0200, Martin Kletzander wrote: > This is needed in order to migrate a domain with shmem devices as that > is not allowed to migrate. > > Signed-off-by: Martin Kletzander > --- > src/qemu/qemu_driver.c | 39 +++- > src/qemu/qemu_hotpl

[libvirt] [PATCH v4 6/6] qemu: Add support for hot/cold-(un)plug of shmem devices

2016-10-26 Thread Martin Kletzander
This is needed in order to migrate a domain with shmem devices as that is not allowed to migrate. Signed-off-by: Martin Kletzander --- src/qemu/qemu_driver.c | 39 +++- src/qemu/qemu_hotplug.c| 248 - src/qemu/qemu_hotp