Changelog:
  - from v4:
     * uefi support has been merged already, but only ARM part wasn't due to
       test failing on ARM 32 bit host. It turned out that's aarch64 TCG issue
       on 32-bit ARM host. Blacklist aarch64 test on 32 bit ARM host for now.

Series adds reference tables and a ACPI test case for arm/virt machine

CC: Laszlo Ersek <[email protected]>
CC: "Michael S. Tsirkin" <[email protected]>
CC: Gonglei <[email protected]>
CC: Philippe Mathieu-Daudé <[email protected]>
CC: Shannon Zhao <[email protected]>
CC: Wei Yang <[email protected]>
CC: Andrew Jones <[email protected]>
CC: Shameer Kolothum <[email protected]>
CC: Ben Warren <[email protected]>

Igor Mammedov (2):
  tests: add expected ACPI tables for arm/virt board
  tests: acpi: add simple arm/virt testcase

 tests/Makefile.include                  |   4 ++++
 tests/bios-tables-test.c                |  18 ++++++++++++++++++
 tests/data/acpi/rebuild-expected-aml.sh |   2 +-
 tests/data/acpi/virt/APIC               | Bin 0 -> 168 bytes
 tests/data/acpi/virt/DSDT               | Bin 0 -> 18476 bytes
 tests/data/acpi/virt/FACP               | Bin 0 -> 268 bytes
 tests/data/acpi/virt/GTDT               | Bin 0 -> 96 bytes
 tests/data/acpi/virt/MCFG               | Bin 0 -> 60 bytes
 tests/data/acpi/virt/SPCR               | Bin 0 -> 80 bytes
 9 files changed, 23 insertions(+), 1 deletion(-)
 create mode 100644 tests/data/acpi/virt/APIC
 create mode 100644 tests/data/acpi/virt/DSDT
 create mode 100644 tests/data/acpi/virt/FACP
 create mode 100644 tests/data/acpi/virt/GTDT
 create mode 100644 tests/data/acpi/virt/MCFG
 create mode 100644 tests/data/acpi/virt/SPCR

-- 
2.7.4


Reply via email to