mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<shmem name='shmem1'>
|
||||
<model type='ivshmem-doorbell'/>
|
||||
<server path='/var/lib/libvirt/shmem-shmem1-sock'/>
|
||||
<msi ioeventfd='on'/>
|
||||
<alias name='shmem1'/>
|
||||
<address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
|
||||
</shmem>
|
||||
Reference in New Issue
Block a user