qemu-e2k/hw/pci
Jens Freimann a1190ab628 migration: allow unplug during migration for failover devices
In "b06424de62 migration: Disable hotplug/unplug during migration" we
added a check to disable unplug for all devices until we have figured
out what works. For failover primary devices qdev_unplug() is called
from the migration handler, i.e. during migration.

This patch adds a flag to DeviceState which is set to false for all
devices and makes an exception for PCI devices that are also
primary devices in a failover pair.

Signed-off-by: Jens Freimann <jfreimann@redhat.com>
Message-Id: <20191029114905.6856-8-jfreimann@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2019-10-29 18:55:26 -04:00
..
Kconfig
Makefile.objs
msi.c
msix.c Include hw/hw.h exactly where needed 2019-08-16 13:31:52 +02:00
pci_bridge.c pci_bridge: fix a typo in comment 2019-10-24 19:24:56 +02:00
pci_host.c Include qemu/module.h where needed, drop it from qemu-common.h 2019-06-12 13:18:33 +02:00
pci-stub.c
pci.c migration: allow unplug during migration for failover devices 2019-10-29 18:55:26 -04:00
pcie_aer.c Include migration/vmstate.h less 2019-08-16 13:31:52 +02:00
pcie_host.c Include hw/hw.h exactly where needed 2019-08-16 13:31:52 +02:00
pcie_port.c Include hw/qdev-properties.h less 2019-08-16 13:31:53 +02:00
pcie.c pci: mark device having guest unplug request pending 2019-10-29 18:55:26 -04:00
shpc.c Include migration/qemu-file-types.h a lot less 2019-08-16 13:31:52 +02:00
slotid_cap.c
trace-events