]> git.proxmox.com Git - mirror_qemu.git/commit
Revert "spapr: Fix migration of PCI host bridges from qemu-2.7"
authorDavid Gibson <david@gibson.dropbear.id.au>
Mon, 21 Nov 2016 01:12:10 +0000 (12:12 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 23 Nov 2016 01:00:48 +0000 (12:00 +1100)
commit5a78b821eb9e240d67f319542a2201e833747e2a
tree43749b7d27e159d43a0ed6f8d112817f23b08de2
parent146c11f16f12dbfea62cbd7f865614bb6fcbc6b5
Revert "spapr: Fix migration of PCI host bridges from qemu-2.7"

This reverts commit 9b54ca0ba781012eeea4237b7c4832ba2ea81d89.

The commit above corrected a migration breakage between qemu-2.7 and
qemu-2.8.  However it did so by advancing the migration version for
the PCI host bridge, which obviously breaks migration backwards to
earlier qemu versions.

Although it's not totally essential, we'd like to maintain the
possibility for backwards migration, so revert the change in
preparation for a better fix.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Alexey Kardashevskiy <aik@ozlabs.ru>
hw/ppc/spapr_pci.c