Given it's a bugfix, and given that I hear through internal channels that QE results so far have been encouraging, I am inclined to bite the bullet and merge this for -rc1.
I don't think this conflicts with Julia's patches as users can still disable ACPI hotplug into bridges. Gerd, agree? Worth the risk? On Mon, Oct 11, 2021 at 02:04:58PM +0200, Gerd Hoffmann wrote: > > > Gerd Hoffmann (6): > pci: implement power state > pcie: implement slow power control for pcie root ports > pcie: add power indicator blink check > pcie: factor out pcie_cap_slot_unplug() > pcie: fast unplug when slot power is off > pcie: expire pending delete > > include/hw/pci/pci.h | 2 ++ > include/hw/qdev-core.h | 1 + > hw/pci/pci.c | 25 +++++++++++-- > hw/pci/pci_host.c | 6 ++-- > hw/pci/pcie.c | 82 ++++++++++++++++++++++++++++++++++-------- > softmmu/qdev-monitor.c | 4 ++- > 6 files changed, 101 insertions(+), 19 deletions(-) > > -- > 2.31.1 >