This is v2 of the series previously posted at <[email protected]">http://mid.mail-archive.com/[email protected]>.
Changes are noted on every patch. The bios-tables-test case depends on Gerd's "[PATCH] pci-testdev: add optional memory bar" at <https://patchew.org/QEMU/[email protected]/>. Cc: "Michael S. Tsirkin" <[email protected]> Cc: Alex Williamson <[email protected]> Cc: Gerd Hoffmann <[email protected]> Cc: Igor Mammedov <[email protected]> Cc: Marcel Apfelbaum <[email protected]> Thanks Laszlo Laszlo Ersek (4): MAINTAINERS: list "tests/acpi-test-data" files in ACPI/SMBIOS section tests/bios-tables-test: add 64-bit PCI MMIO aperture round-up test on Q35 hw/pci-host/x86: extract get_pci_hole64_start_value() helpers hw/pci-host/x86: extend the 64-bit PCI hole relative to the fw-assigned base hw/pci-host/piix.c | 17 ++++++++++++----- hw/pci-host/q35.c | 17 ++++++++++++----- tests/bios-tables-test.c | 16 ++++++++++++++++ MAINTAINERS | 2 ++ tests/acpi-test-data/q35/DSDT.mmio64 | Bin 0 -> 8947 bytes tests/acpi-test-data/q35/SRAT.mmio64 | Bin 0 -> 224 bytes 6 files changed, 42 insertions(+), 10 deletions(-) create mode 100644 tests/acpi-test-data/q35/DSDT.mmio64 create mode 100644 tests/acpi-test-data/q35/SRAT.mmio64 -- 2.14.1.3.gb7cf6e02401b
