Message ID | 20240607141809.1637137-2-ribalda@chromium.org |
---|---|
State | New |
Headers | show |
Series | hw/i386/acpi: Pre-compute the _PRT table | expand |
On Fri, 7 Jun 2024 14:17:24 +0000 Ricardo Ribalda <ribalda@chromium.org> wrote: > Signed-off-by: Ricardo Ribalda <ribalda@chromium.org> > --- > 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..b2c2c10cbc 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", that's no enough, a lot more tables expected blobs are affected by the next patch. before posting, make sure that 'make check-qtest' passes fine
Hi Igor On Fri, 28 Jun 2024 at 13:25, Igor Mammedov <imammedo@redhat.com> wrote: > > On Fri, 7 Jun 2024 14:17:24 +0000 > Ricardo Ribalda <ribalda@chromium.org> wrote: > > > Signed-off-by: Ricardo Ribalda <ribalda@chromium.org> > > --- > > 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..b2c2c10cbc 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", > > that's no enough, a lot more tables expected blobs are affected by > the next patch. > Sorry about that, I did not realise that the check was quitting after the first different file was found. will post a new version soon Thanks! > > before posting, make sure that 'make check-qtest' passes fine >
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h index dfb8523c8b..b2c2c10cbc 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",
Signed-off-by: Ricardo Ribalda <ribalda@chromium.org> --- tests/qtest/bios-tables-test-allowed-diff.h | 1 + 1 file changed, 1 insertion(+)