[RFC V3 PATCH 06/13] test/acpi: allow DSDT table changes for microvm

Annie Li posted 13 patches 8 months, 1 week ago
[RFC V3 PATCH 06/13] test/acpi: allow DSDT table changes for microvm
Posted by Annie Li 8 months, 1 week ago
list changed files in tests/qtest/bios-tables-test-allowed-diff.h

Signed-off-by: Annie Li <annie.li@oracle.com>
---
 tests/qtest/bios-tables-test-allowed-diff.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h
index dfb8523c8b..bb028db137 100644
--- a/tests/qtest/bios-tables-test-allowed-diff.h
+++ b/tests/qtest/bios-tables-test-allowed-diff.h
@@ -1 +1,6 @@
 /* List of comma-separated changed AML files to ignore */
+"tests/data/acpi/x86/microvm/DSDT",
+"tests/data/acpi/x86/microvm/DSDT.ioapic2",
+"tests/data/acpi/x86/microvm/DSDT.pcie",
+"tests/data/acpi/x86/microvm/DSDT.rtc",
+"tests/data/acpi/x86/microvm/DSDT.usb",
-- 
2.43.5
Re: [RFC V3 PATCH 06/13] test/acpi: allow DSDT table changes for microvm
Posted by Gustavo Romero 8 months ago
Annie,

On 4/11/25 17:42, Annie Li wrote:
> list changed files in tests/qtest/bios-tables-test-allowed-diff.h

nit: List


> Signed-off-by: Annie Li <annie.li@oracle.com>
> ---
>   tests/qtest/bios-tables-test-allowed-diff.h | 5 +++++
>   1 file changed, 5 insertions(+)
> 
> diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h
> index dfb8523c8b..bb028db137 100644
> --- a/tests/qtest/bios-tables-test-allowed-diff.h
> +++ b/tests/qtest/bios-tables-test-allowed-diff.h
> @@ -1 +1,6 @@
>   /* List of comma-separated changed AML files to ignore */
> +"tests/data/acpi/x86/microvm/DSDT",
> +"tests/data/acpi/x86/microvm/DSDT.ioapic2",
> +"tests/data/acpi/x86/microvm/DSDT.pcie",
> +"tests/data/acpi/x86/microvm/DSDT.rtc",
> +"tests/data/acpi/x86/microvm/DSDT.usb",

Reviewed-by: Gustavo Romero <gustavo.romero@linaro.org>


Cheers,
Gustavo
Re: [RFC V3 PATCH 06/13] test/acpi: allow DSDT table changes for microvm
Posted by Annie Li 8 months ago
Hi Gustavo,

On 4/17/2025 1:33 PM, Gustavo Romero wrote:
> Annie,
>
> On 4/11/25 17:42, Annie Li wrote:
>> list changed files in tests/qtest/bios-tables-test-allowed-diff.h
>
> nit: List

Good catch, will fix it.

Annie

>
>
>> Signed-off-by: Annie Li <annie.li@oracle.com>
>> ---
>>   tests/qtest/bios-tables-test-allowed-diff.h | 5 +++++
>>   1 file changed, 5 insertions(+)
>>
>> diff --git a/tests/qtest/bios-tables-test-allowed-diff.h 
>> b/tests/qtest/bios-tables-test-allowed-diff.h
>> index dfb8523c8b..bb028db137 100644
>> --- a/tests/qtest/bios-tables-test-allowed-diff.h
>> +++ b/tests/qtest/bios-tables-test-allowed-diff.h
>> @@ -1 +1,6 @@
>>   /* List of comma-separated changed AML files to ignore */
>> +"tests/data/acpi/x86/microvm/DSDT",
>> +"tests/data/acpi/x86/microvm/DSDT.ioapic2",
>> +"tests/data/acpi/x86/microvm/DSDT.pcie",
>> +"tests/data/acpi/x86/microvm/DSDT.rtc",
>> +"tests/data/acpi/x86/microvm/DSDT.usb",
>
> Reviewed-by: Gustavo Romero <gustavo.romero@linaro.org>
>
>
> Cheers,
> Gustavo