On 07/03/2026 16.26, Philippe Mathieu-Daudé wrote:
The PCIESlot::disable_acs boolean was only set in the hw_compat_3_1[] array, via the 'disable-acs=true' property. We removed all machines using that array, lets remove that property and all the code around it.Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- include/hw/pci/pcie_port.h | 3 --- hw/pci-bridge/pcie_root_port.c | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-)
Reviewed-by: Thomas Huth <[email protected]>
