]> git.proxmox.com Git - mirror_qemu.git/commit
Migration: Add i82801b11 migration data
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Mon, 4 Apr 2016 15:54:41 +0000 (16:54 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 7 Apr 2016 16:57:33 +0000 (19:57 +0300)
commit3d100d0fa9ee4826425ea1c2a120a0f661d8e739
tree4f2fbb410895097eed757d98fb78eea2cad6071f
parentbab47d9a75a33de747420e6b74fd157b708c890b
Migration: Add i82801b11 migration data

The i82801b11 bridge didn't have a vmsd and thus didn't send
any migration data, including that of its parent PCIBridge object.
The symptom being if the guest used any devices behind the bridge
the guest crashed (mostly with various interrupt related issues).

Note: This will cause migration from old qemus that used this device to
explicitly fail during migration as opposed to the guest crashing.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Suggested-by: Marcel Apfelbaum <marcel@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/pci-bridge/i82801b11.c