Re: [PATCH 4/4] tests/qtest: Add RISC-V ACPI bios tables test for CXL
Junjie Cao <[email protected]>
| Newsgroups | org.nongnu.qemu-riscv,org.kernel.vger.linux-cxl,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Chen Pei, On Fri, 21 Aug 2026 16:19:54 +0800, Chen Pei wrote: > tests/data/acpi/riscv64/virt/CEDT.cxl | Bin 0 -> 108 bytes > tests/data/acpi/riscv64/virt/DSDT.cxl | Bin 0 -> 6212 bytes > tests/qtest/bios-tables-test.c | 54 ++++++++++++++++++++++++++ checkpatch errors on this one: expected files added together with tests. The flow at the top of bios-tables-test.c wants the new files added empty and listed in bios-tables-test-allowed-diff.h first, then the test, then the AML and the emptied allowed-diff in a final patch. The riscv64 goldens went in that way originally (cc3ba2422554). Alistair's Acked-by would need re-applying to whichever patch ends up holding the test code. Worth settling 3/4 first -- if the _CRS ends up coming from firmware enumeration, the DSDT here changes anyway. Many thanks, Junjie