On Fri, 20 Jun 2025 11:31:38 +0100 Jonathan Cameron <jonathan.came...@huawei.com> wrote:
> On Mon, 16 Jun 2025 11:46:56 +0200 > Eric Auger <eric.au...@redhat.com> wrote: > > > From: Gustavo Romero <gustavo.rom...@linaro.org> > > > > Soon we will introduce a new test related to ACPI PCI hotplug that > > will use a new reference blob: > > > > tests/data/acpi/aarch64/virt/DSDT.acpipcihp > > > > Signed-off-by: Eric Auger <eric.au...@redhat.com> > > Signed-off-by: Gustavo Romero <gustavo.rom...@linaro.org> > > Unusual sign off chain. Eric is signing off as handling Gustavo's patch? > I'd expect Eric's sign off to be second. Looks good in the next patch fo > instance. With that fixed. > > Reviewed-by: Jonathan Cameron <jonathan.came...@huawei.com> Reviewed-by: Igor Mammedov <imamm...@redhat.com> > > > --- > > tests/qtest/bios-tables-test-allowed-diff.h | 1 + > > tests/data/acpi/aarch64/virt/DSDT.acpipcihp | 0 > > 2 files changed, 1 insertion(+) > > create mode 100644 tests/data/acpi/aarch64/virt/DSDT.acpipcihp > > > > diff --git a/tests/qtest/bios-tables-test-allowed-diff.h > > b/tests/qtest/bios-tables-test-allowed-diff.h > > index dfb8523c8b..dc3ab24d05 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/aarch64/virt/DSDT.acpipcihp", > > diff --git a/tests/data/acpi/aarch64/virt/DSDT.acpipcihp > > b/tests/data/acpi/aarch64/virt/DSDT.acpipcihp > > new file mode 100644 > > index 0000000000..e69de29bb2 >