]> git.proxmox.com Git - mirror_qemu.git/commit
migration: allow unplug during migration for failover devices
authorJens Freimann <jfreimann@redhat.com>
Tue, 29 Oct 2019 11:49:01 +0000 (12:49 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 29 Oct 2019 22:55:26 +0000 (18:55 -0400)
commita1190ab628c0e2816eae42786cd7396d6638aa48
tree17b7cebe7fa91d106f14862fc2f68965548c2eb5
parent70d04971f1ec71ba01c3dc5d4c760fa2c87e2612
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>
hw/core/qdev.c
hw/pci/pci.c
include/hw/qdev-core.h
qdev-monitor.c