The following changes since commit 5e7b204dbfae9a562fc73684986f936b97f63877:
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2020-12-09 20:08:54 +0000) are available in the Git repository at: git://git.kraxel.org/qemu tags/microvm-20201210-pull-request for you to fetch changes up to 08af4e13f8d4db099bc444f83879c32459df7f3a: tests/acpi: disallow updates for expected data files (2020-12-10 08:47:44 +0100) ---------------------------------------------------------------- microvm: add support for second ioapic ---------------------------------------------------------------- Gerd Hoffmann (11): x86: rewrite gsi_handler() x86: add support for second ioapic microvm: make number of virtio transports runtime changeable microvm: make pcie irq base runtime changeable microvm: drop microvm_gsi_handler() microvm: add second ioapic tests/acpi: allow updates for expected data files tests/acpi: add data files for ioapic2 test variant tests/acpi: add ioapic2=on test for microvm tests/acpi: update expected data files tests/acpi: disallow updates for expected data files include/hw/i386/ioapic.h | 2 + include/hw/i386/ioapic_internal.h | 2 +- include/hw/i386/microvm.h | 6 +- include/hw/i386/x86.h | 3 + hw/i386/acpi-common.c | 10 ++++ hw/i386/microvm.c | 82 ++++++++++++++++++++------- hw/i386/x86.c | 35 ++++++++++-- tests/qtest/bios-tables-test.c | 20 +++++-- tests/data/acpi/microvm/APIC.ioapic2 | Bin 0 -> 82 bytes tests/data/acpi/microvm/DSDT.ioapic2 | Bin 0 -> 365 bytes 10 files changed, 128 insertions(+), 32 deletions(-) create mode 100644 tests/data/acpi/microvm/APIC.ioapic2 create mode 100644 tests/data/acpi/microvm/DSDT.ioapic2 -- 2.27.0