On Tue, 8 Nov 2022 08:49:01 -0500 "Michael S. Tsirkin" <m...@redhat.com> wrote:
> On Tue, Nov 08, 2022 at 02:36:41PM +0100, Igor Mammedov wrote: > > On Mon, 7 Nov 2022 17:51:11 -0500 > > "Michael S. Tsirkin" <m...@redhat.com> wrote: > > > > > From: Igor Mammedov <imamm...@redhat.com> > > > > > > Signed-off-by: Igor Mammedov <imamm...@redhat.com> > > > Message-Id: <20221017102146.2254096-3-imamm...@redhat.com> > > > Reviewed-by: Michael S. Tsirkin <m...@redhat.com> > > > Signed-off-by: Michael S. Tsirkin <m...@redhat.com> > > > --- > > > tests/qtest/bios-tables-test-allowed-diff.h | 34 +++++++++++++++++++++ > > > 1 file changed, 34 insertions(+) > > > > > > diff --git a/tests/qtest/bios-tables-test-allowed-diff.h > > > b/tests/qtest/bios-tables-test-allowed-diff.h > > > index dfb8523c8b..570b17478e 100644 > > > --- a/tests/qtest/bios-tables-test-allowed-diff.h > > > +++ b/tests/qtest/bios-tables-test-allowed-diff.h > > > @@ -1 +1,35 @@ > > > /* List of comma-separated changed AML files to ignore */ > > > +"tests/data/acpi/pc/DSDT", > > > +"tests/data/acpi/pc/DSDT.acpierst", > > > +"tests/data/acpi/pc/DSDT.acpihmat", > > > +"tests/data/acpi/pc/DSDT.bridge", > > > +"tests/data/acpi/pc/DSDT.cphp", > > > +"tests/data/acpi/pc/DSDT.dimmpxm", > > > +"tests/data/acpi/pc/DSDT.hpbridge", > > > +"tests/data/acpi/pc/DSDT.hpbrroot", > > > +"tests/data/acpi/pc/DSDT.ipmikcs", > > > +"tests/data/acpi/pc/DSDT.memhp", > > > +"tests/data/acpi/pc/DSDT.nohpet", > > > +"tests/data/acpi/pc/DSDT.numamem", > > > +"tests/data/acpi/pc/DSDT.roothp", > > > +"tests/data/acpi/q35/DSDT", > > > +"tests/data/acpi/q35/DSDT.acpierst", > > > +"tests/data/acpi/q35/DSDT.acpihmat", > > > +"tests/data/acpi/q35/DSDT.applesmc", > > > +"tests/data/acpi/q35/DSDT.bridge", > > > +"tests/data/acpi/q35/DSDT.cphp", > > > +"tests/data/acpi/q35/DSDT.cxl", > > > +"tests/data/acpi/q35/DSDT.dimmpxm", > > > +"tests/data/acpi/q35/DSDT.ipmibt", > > > +"tests/data/acpi/q35/DSDT.ipmismbus", > > > +"tests/data/acpi/q35/DSDT.ivrs", > > > +"tests/data/acpi/q35/DSDT.memhp", > > > +"tests/data/acpi/q35/DSDT.mmio64", > > > +"tests/data/acpi/q35/DSDT.multi-bridge", > > > +"tests/data/acpi/q35/DSDT.nohpet", > > > +"tests/data/acpi/q35/DSDT.numamem", > > > +"tests/data/acpi/q35/DSDT.pvpanic-isa", > > > +"tests/data/acpi/q35/DSDT.tis.tpm12", > > > +"tests/data/acpi/q35/DSDT.tis.tpm2", > > > +"tests/data/acpi/q35/DSDT.viot", > > > +"tests/data/acpi/q35/DSDT.xapic", > > > > still missing DSDT.count2 table, likely in other updates (as well) > > which should break bisection if not whole pull request. > > > That's because I reordered count2 patches to be after these. Aha, that should fix the issue. > > > I'll prep a tree based on your pull req, with fixups > > for you to pull from. >