This depends on the pending microvm pull request. v2: - add some xhci cleanups. - move aml builder to sysbus-xhci. - add acpi testcase for usb=on (and while being at it rtc=on too).
Gerd Hoffmann (9): acpi: add aml builder stubs usb/xhci: add include/hw/usb/xhci.h header file usb/xhci: add xhci_sysbus_build_aml() helper microvm: add usb support tests/acpi: allow updates for expected data files tests/acpi: add empty tests/data/acpi/microvm/DSDT.{usb,rtc} files tests/acpi: add microvm usb test tests/acpi: add microvm rtc test tests/acpi: update expected data files hw/usb/hcd-xhci-sysbus.h | 1 - hw/usb/hcd-xhci.h | 22 ++++++-------------- include/hw/i386/microvm.h | 5 ++++- include/hw/usb/xhci.h | 21 +++++++++++++++++++ hw/acpi/aml-build-stub.c | 14 +++++++++++++ hw/i386/acpi-microvm.c | 9 ++++++++ hw/i386/microvm.c | 13 ++++++++++++ hw/usb/hcd-xhci-nec.c | 4 ++-- hw/usb/hcd-xhci-pci.c | 4 ++-- hw/usb/hcd-xhci-sysbus.c | 19 +++++++++++++++-- hw/usb/hcd-xhci.c | 34 +++++++++++++++---------------- tests/qtest/bios-tables-test.c | 24 ++++++++++++++++++++++ tests/data/acpi/microvm/DSDT.rtc | Bin 0 -> 404 bytes tests/data/acpi/microvm/DSDT.usb | Bin 0 -> 414 bytes 14 files changed, 128 insertions(+), 42 deletions(-) create mode 100644 include/hw/usb/xhci.h create mode 100644 tests/data/acpi/microvm/DSDT.rtc create mode 100644 tests/data/acpi/microvm/DSDT.usb -- 2.27.0