On Fri, 29 Aug 2025 at 09:28, Shameer Kolothum <[email protected]> wrote: > > Hi, > > Changes from v8: > https://lore.kernel.org/qemu-devel/[email protected]/ > > 1.Dropped previous patch #1 as that one is now already in. > 2.Rebased and updated DSDT in patch #11 to make bios table tests happy. > The DSDT has changed since Eric's PCI hotplug series work. > 3.Added T-by tags from Nicolin. Thanks!. > > I think this is in a good shape now. Please take a look.
Hi; I've applied this version to target-arm.next. Thanks for this work, and also to everybody who has helped out with code review and testing on the series. > hw/arm/smmu-common.c | 37 +++- > hw/arm/smmuv3.c | 2 + > hw/arm/virt-acpi-build.c | 201 ++++++++++++++---- > hw/arm/virt.c | 111 +++++++--- > hw/core/sysbus-fdt.c | 3 + > hw/pci-bridge/pci_expander_bridge.c | 1 - > hw/pci/pci.c | 31 +++ > include/hw/arm/smmu-common.h | 1 + > include/hw/arm/virt.h | 1 + > include/hw/pci/pci.h | 2 + > include/hw/pci/pci_bridge.h | 1 + > include/hw/pci/pci_bus.h | 1 + > qemu-options.hx | 7 + > tests/data/acpi/aarch64/virt/DSDT.smmuv3-dev | Bin 0 -> 10230 bytes > .../data/acpi/aarch64/virt/DSDT.smmuv3-legacy | Bin 0 -> 10230 bytes > tests/data/acpi/aarch64/virt/IORT.smmuv3-dev | Bin 0 -> 364 bytes > .../data/acpi/aarch64/virt/IORT.smmuv3-legacy | Bin 0 -> 276 bytes > tests/qtest/bios-tables-test.c | 86 ++++++++ Could I ask you to write a followup documentation patch which adds something to docs/system/arm/virt.rst to describe the new functionality and give an example of how to use it? thanks -- PMM
