Re: [PATCH v6 3/6] failover: fix unplug pending detection

2021-12-06 Thread Laurent Vivier
On 07/12/2021 05:13, Ani Sinha wrote: On Mon, 6 Dec 2021, Laurent Vivier wrote: Failover needs to detect the end of the PCI unplug to start migration after the VFIO card has been unplugged. To do that, a flag is set in pcie_cap_slot_unplug_request_cb() and reset in pcie_unplug_device(). But

Re: [PATCH v6 3/6] failover: fix unplug pending detection

2021-12-06 Thread Ani Sinha
On Mon, 6 Dec 2021, Laurent Vivier wrote: > Failover needs to detect the end of the PCI unplug to start migration > after the VFIO card has been unplugged. > > To do that, a flag is set in pcie_cap_slot_unplug_request_cb() and reset in > pcie_unplug_device(). > > But since > 17858a169508 ("

[PATCH v6 3/6] failover: fix unplug pending detection

2021-12-06 Thread Laurent Vivier
Failover needs to detect the end of the PCI unplug to start migration after the VFIO card has been unplugged. To do that, a flag is set in pcie_cap_slot_unplug_request_cb() and reset in pcie_unplug_device(). But since 17858a169508 ("hw/acpi/ich9: Set ACPI PCI hot-plug as default on Q35") we h