mbox series

[v2,0/6] try improve native hotplug for pcie root ports

Message ID 20211111130859.1171890-1-kraxel@redhat.com (mailing list archive)
Headers show
Series try improve native hotplug for pcie root ports | expand

Message

Gerd Hoffmann Nov. 11, 2021, 1:08 p.m. UTC
v2:
 - rebase to latest master, solve conflicts.
 - drop 'RfC' from subject.

Gerd Hoffmann (6):
  pci: implement power state
  pcie: implement slot 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          | 79 +++++++++++++++++++++++++++++++++++-------
 softmmu/qdev-monitor.c |  4 ++-
 6 files changed, 100 insertions(+), 17 deletions(-)