mirror of https://github.com/xemu-project/xemu.git
tests/acpi: Add expected ACPI AML files for RISC-V
As per the step 5 in the process documented in bios-tables-test.c, generate the expected ACPI AML data files for RISC-V using the rebuild-expected-aml.sh script and update the bios-tables-test-allowed-diff.h. These are all new files being added for the first time. Hence, iASL diff output is not added. Signed-off-by: Sunil V L <sunilvl@ventanamicro.com> Acked-by: Alistair Francis <alistair.francis@wdc.com> Acked-by: Igor Mammedov <imammedo@redhat.com> Message-Id: <20240716144306.2432257-10-sunilvl@ventanamicro.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
5b966e548f
commit
e9c0d54f4a
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,7 +1 @@
|
|||
/* List of comma-separated changed AML files to ignore */
|
||||
"tests/data/acpi/riscv64/virt/APIC",
|
||||
"tests/data/acpi/riscv64/virt/DSDT",
|
||||
"tests/data/acpi/riscv64/virt/FACP",
|
||||
"tests/data/acpi/riscv64/virt/MCFG",
|
||||
"tests/data/acpi/riscv64/virt/RHCT",
|
||||
"tests/data/acpi/riscv64/virt/SPCR",
|
||||
|
|
Loading…
Reference in New Issue