On Fri, 19 Jun 2026 19:11:32 +0800 fanhuang <[email protected]> wrote:
> Add empty SRAT.spmem and DSDT.spmem stubs and list them in > bios-tables-test-allowed-diff.h. > > Signed-off-by: FangSheng Huang <[email protected]> Acked-by: Igor Mammedov <[email protected]> > --- > tests/qtest/bios-tables-test-allowed-diff.h | 2 ++ > tests/data/acpi/x86/q35/DSDT.spmem | 0 > tests/data/acpi/x86/q35/SRAT.spmem | 0 > 3 files changed, 2 insertions(+) > create mode 100644 tests/data/acpi/x86/q35/DSDT.spmem > create mode 100644 tests/data/acpi/x86/q35/SRAT.spmem > > diff --git a/tests/qtest/bios-tables-test-allowed-diff.h > b/tests/qtest/bios-tables-test-allowed-diff.h > index dfb8523c8b..188003fa90 100644 > --- a/tests/qtest/bios-tables-test-allowed-diff.h > +++ b/tests/qtest/bios-tables-test-allowed-diff.h > @@ -1 +1,3 @@ > /* List of comma-separated changed AML files to ignore */ > +"tests/data/acpi/x86/q35/DSDT.spmem", > +"tests/data/acpi/x86/q35/SRAT.spmem", > diff --git a/tests/data/acpi/x86/q35/DSDT.spmem > b/tests/data/acpi/x86/q35/DSDT.spmem > new file mode 100644 > index 0000000000..e69de29bb2 > diff --git a/tests/data/acpi/x86/q35/SRAT.spmem > b/tests/data/acpi/x86/q35/SRAT.spmem > new file mode 100644 > index 0000000000..e69de29bb2
