qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] tests/acpi: Add empty ACPI SRAT data file for RISC-V
@ 2024-08-09  3:09 Haibo Xu
  2024-08-09  3:09 ` [PATCH 2/3] tests/qtest/bios-tables-test.c: Enable numamem testing " Haibo Xu
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Haibo Xu @ 2024-08-09  3:09 UTC (permalink / raw)
  To: sunilvl, alistair.francis
  Cc: xiaobo55x, Haibo Xu, Michael S. Tsirkin, Igor Mammedov, Ani Sinha,
	qemu-devel

As per process documented (steps 1-3) in bios-tables-test.c, add
empty AML data file for RISC-V ACPI SRAT table and add the entry
in bios-tables-test-allowed-diff.h.

Signed-off-by: Haibo Xu <haibo1.xu@intel.com>
---
 tests/data/acpi/riscv64/virt/SRAT.numamem   | 0
 tests/qtest/bios-tables-test-allowed-diff.h | 1 +
 2 files changed, 1 insertion(+)
 create mode 100644 tests/data/acpi/riscv64/virt/SRAT.numamem

diff --git a/tests/data/acpi/riscv64/virt/SRAT.numamem b/tests/data/acpi/riscv64/virt/SRAT.numamem
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h
index dfb8523c8b..a3e01d2eb7 100644
--- a/tests/qtest/bios-tables-test-allowed-diff.h
+++ b/tests/qtest/bios-tables-test-allowed-diff.h
@@ -1 +1,2 @@
 /* List of comma-separated changed AML files to ignore */
+"tests/data/acpi/riscv64/virt/SRAT.numamem",
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-08-19  4:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-09  3:09 [PATCH 1/3] tests/acpi: Add empty ACPI SRAT data file for RISC-V Haibo Xu
2024-08-09  3:09 ` [PATCH 2/3] tests/qtest/bios-tables-test.c: Enable numamem testing " Haibo Xu
2024-08-09  6:16   ` Sunil V L
2024-08-19  3:54   ` Alistair Francis
2024-08-09  3:09 ` [PATCH 3/3] tests/acpi: Add expected ACPI SRAT AML file " Haibo Xu
2024-08-09  6:17   ` Sunil V L
2024-08-19  3:54   ` Alistair Francis
2024-08-19  4:50   ` Alistair Francis
2024-08-09  6:14 ` [PATCH 1/3] tests/acpi: Add empty ACPI SRAT data " Sunil V L
2024-08-19  3:50 ` Alistair Francis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).