Message ID | 20221101071048.29553-5-yangyicong@huawei.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Only generate cluster node in PPTT when specified | expand |
On 2022/11/1 15:10, Yicong Yang wrote: > From: Yicong Yang <yangyicong@hisilicon.com> > > Add and whitelist *.topology blobs, prepares for the aarch64's ACPI > topology building test. > > Signed-off-by: Yicong Yang <yangyicong@hisilicon.com> Reviewed-by: Yanan Wang <wangyanan55@huawei.com> Thanks, Yanan > --- > tests/data/acpi/virt/APIC.topology | 0 > tests/data/acpi/virt/DSDT.topology | 0 > tests/data/acpi/virt/PPTT.topology | 0 > tests/qtest/bios-tables-test-allowed-diff.h | 3 +++ > 4 files changed, 3 insertions(+) > create mode 100644 tests/data/acpi/virt/APIC.topology > create mode 100644 tests/data/acpi/virt/DSDT.topology > create mode 100644 tests/data/acpi/virt/PPTT.topology > > diff --git a/tests/data/acpi/virt/APIC.topology b/tests/data/acpi/virt/APIC.topology > new file mode 100644 > index 0000000000..e69de29bb2 > diff --git a/tests/data/acpi/virt/DSDT.topology b/tests/data/acpi/virt/DSDT.topology > new file mode 100644 > index 0000000000..e69de29bb2 > diff --git a/tests/data/acpi/virt/PPTT.topology b/tests/data/acpi/virt/PPTT.topology > 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..90f53f9c1d 100644 > --- a/tests/qtest/bios-tables-test-allowed-diff.h > +++ b/tests/qtest/bios-tables-test-allowed-diff.h > @@ -1 +1,4 @@ > /* List of comma-separated changed AML files to ignore */ > +"tests/data/acpi/virt/APIC.topology", > +"tests/data/acpi/virt/DSDT.topology", > +"tests/data/acpi/virt/PPTT.topology",
diff --git a/tests/data/acpi/virt/APIC.topology b/tests/data/acpi/virt/APIC.topology new file mode 100644 index 0000000000..e69de29bb2 diff --git a/tests/data/acpi/virt/DSDT.topology b/tests/data/acpi/virt/DSDT.topology new file mode 100644 index 0000000000..e69de29bb2 diff --git a/tests/data/acpi/virt/PPTT.topology b/tests/data/acpi/virt/PPTT.topology 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..90f53f9c1d 100644 --- a/tests/qtest/bios-tables-test-allowed-diff.h +++ b/tests/qtest/bios-tables-test-allowed-diff.h @@ -1 +1,4 @@ /* List of comma-separated changed AML files to ignore */ +"tests/data/acpi/virt/APIC.topology", +"tests/data/acpi/virt/DSDT.topology", +"tests/data/acpi/virt/PPTT.topology",