mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
hw/pcie: fix the generic pcie root port to support migration
Add msix state to pcie-root-ports's vmstate in order to support migration. Signed-off-by: Marcel Apfelbaum <marcel@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
20fdef58a0
commit
bc277a52fb
2 changed files with 29 additions and 0 deletions
|
@ -14,6 +14,10 @@
|
|||
.driver = "virtio-net-device",\
|
||||
.property = "x-mtu-bypass-backend",\
|
||||
.value = "off",\
|
||||
},{\
|
||||
.driver = "pcie-root-port",\
|
||||
.property = "x-migrate-msix",\
|
||||
.value = "false",\
|
||||
},
|
||||
|
||||
#define HW_COMPAT_2_8 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue