diff options
author | Marcel Apfelbaum <marcel@redhat.com> | 2017-06-07 15:43:59 +0300 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2017-06-08 22:02:37 +0300 |
commit | bc277a52fbea1532d1adf30ba0edf15ab3dcdead (patch) | |
tree | 736f60a136756fe3b1cc9a5ba02933149bd4a7d3 /include/hw/compat.h | |
parent | 20fdef58a0daa8da21438b79663f7ada2c59ebbc (diff) |
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>
Diffstat (limited to 'include/hw/compat.h')
-rw-r--r-- | include/hw/compat.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/hw/compat.h b/include/hw/compat.h index 400c64b318..26cd5851a5 100644 --- a/include/hw/compat.h +++ b/include/hw/compat.h @@ -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 \ |