[PATCH v5 06/11] tests/acpi: list added acpi table binary file for pci bridge hotplug test

Ani Sinha posted 11 patches 5 years, 4 months ago
There is a newer version of this series
[PATCH v5 06/11] tests/acpi: list added acpi table binary file for pci bridge hotplug test
Posted by Ani Sinha 5 years, 4 months ago
The file 'tests/data/acpi/pc/DSDT.hpbridge' is a newly added acpi table file for
testing the pci bridge option 'acpi-pci-hotplug-with-bridge-support' under i440fx.
This change documents this fact.

Signed-off-by: Ani Sinha <ani@anisinha.ca>
---
 tests/qtest/bios-tables-test-allowed-diff.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h
index dfb8523c8b..96a9237355 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/pc/DSDT.hpbridge",
-- 
2.17.1


Re: [PATCH v5 06/11] tests/acpi: list added acpi table binary file for pci bridge hotplug test
Posted by Igor Mammedov 5 years, 4 months ago
On Wed, 16 Sep 2020 13:49:05 +0530
Ani Sinha <ani@anisinha.ca> wrote:

> The file 'tests/data/acpi/pc/DSDT.hpbridge' is a newly added acpi table file for
> testing the pci bridge option 'acpi-pci-hotplug-with-bridge-support' under i440fx.
> This change documents this fact.
> 
> Signed-off-by: Ani Sinha <ani@anisinha.ca>

Reviewed-by: Igor Mammedov <imammedo@redhat.com>

> ---
>  tests/qtest/bios-tables-test-allowed-diff.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h
> index dfb8523c8b..96a9237355 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/pc/DSDT.hpbridge",