[PATCH v2 0/2] pci: slot_reserved_mask improvements

Chuck Zmudzinski posted 2 patches 1 year, 1 month ago
Failed in applying to current master (apply log)
There is a newer version of this series
hw/pci-host/i440fx.c     |  1 +
hw/pci/pci.c             | 29 ++++++++++++++++++++++++++++-
hw/sparc64/sun4u.c       |  7 +++----
hw/xen/xen_pt.c          |  7 +++----
include/hw/pci/pci.h     |  4 ++++
include/hw/pci/pci_bus.h |  1 +
6 files changed, 40 insertions(+), 9 deletions(-)
[PATCH v2 0/2] pci: slot_reserved_mask improvements
Posted by Chuck Zmudzinski 1 year, 1 month ago
This patch series consists of two patches. The first provides accessor
functions in pci.h to avoid direct access of slot_reserved_mask
according to the comment at the top of include/hw/pci/pci_bus.h. No
functional change is intended with this patch.

The second patch allows a pci bus to be configured so slot_reserved_mask
will only be enforced when the device to be added to the bus is
configured for automatic slot assignment. The second patch also uses the
new capability in the case of the pc/i440fx/xenfv machine types so
the current behavior of reserving slot 2 for the Intel IGD for the
xenfv machine will be ignored if an administrator manually configures
another device to use the reserved slot.

The current behavior of always reserving slots in the sun4u machine is
preserved by this patch series; the patch series only changes how
slot_reserved_mask works in the xenfv machine. Although the patch
series can affect xenfv machines configured for igd-passthru if an
administrator assigns some of the pci slot addresses manually, it
does not affect the libxl default configuration for igd-passthru because
libxl uses automatic slot assignment by default.

Link: https://lore.kernel.org/qemu-devel/20230106064838-mutt-send-email-mst@kernel.org/

Chuck Zmudzinski (2):
  pci: avoid accessing slot_reserved_mask directly outside of pci.c
  pci: allow slot_reserved_mask to be ignored with manual slot
    assignment

Changelog

v2: Add first patch and cover letter to make this a 2-patch series
    Make changes to the second patch (see second patch for changelog)

 hw/pci-host/i440fx.c     |  1 +
 hw/pci/pci.c             | 29 ++++++++++++++++++++++++++++-
 hw/sparc64/sun4u.c       |  7 +++----
 hw/xen/xen_pt.c          |  7 +++----
 include/hw/pci/pci.h     |  4 ++++
 include/hw/pci/pci_bus.h |  1 +
 6 files changed, 40 insertions(+), 9 deletions(-)

-- 
2.39.2