[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 08/12] tests/acpi: allow updates for expected data files
From: |
Michael S. Tsirkin |
Subject: |
Re: [PATCH v2 08/12] tests/acpi: allow updates for expected data files |
Date: |
Wed, 11 Nov 2020 08:43:38 -0500 |
On Wed, Nov 11, 2020 at 01:50:15PM +0100, Igor Mammedov wrote:
> On Thu, 5 Nov 2020 14:39:19 +0100
> Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> > Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> > ---
> > tests/qtest/bios-tables-test-allowed-diff.h | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/tests/qtest/bios-tables-test-allowed-diff.h
> > b/tests/qtest/bios-tables-test-allowed-diff.h
> > index dfb8523c8bf4..191ac230b013 100644
> > --- a/tests/qtest/bios-tables-test-allowed-diff.h
> > +++ b/tests/qtest/bios-tables-test-allowed-diff.h
> > @@ -1 +1,3 @@
> > /* List of comma-separated changed AML files to ignore */
> > +"tests/data/acpi/microvm/APIC.ioapic2",
> > +"tests/data/acpi/microvm/DSDT.ioapic2",
>
> does adding 2nd ioapic affects DSDT?
> if not I'd suggest to drop it, test code should fall back to
> use suffix-less DSDT then.
BTW maybe we should add checkpatch code verifying that
identical tables are suffix-less - want to try doing that?
--
MST
- [PATCH v2 00/12] microvm: add second ioapic, Gerd Hoffmann, 2020/11/05
- [PATCH v2 02/12] x86: rewrite gsi_handler(), Gerd Hoffmann, 2020/11/05
- [PATCH v2 11/12] tests/acpi: update expected data files, Gerd Hoffmann, 2020/11/05
- [PATCH v2 09/12] tests/acpi: add empty data files, Gerd Hoffmann, 2020/11/05
- [PATCH v2 05/12] microvm: make pcie irq base runtime configurable, Gerd Hoffmann, 2020/11/05
- [PATCH v2 08/12] tests/acpi: allow updates for expected data files, Gerd Hoffmann, 2020/11/05
- [PATCH v2 07/12] microvm: add second ioapic, Gerd Hoffmann, 2020/11/05
- [PATCH v2 06/12] microvm: drop microvm_gsi_handler(), Gerd Hoffmann, 2020/11/05
- [PATCH v2 01/12] [testing] disable xhci msix, Gerd Hoffmann, 2020/11/05
- [PATCH v2 12/12] tests/acpi: disallow updates for expected data files, Gerd Hoffmann, 2020/11/05
- [PATCH v2 03/12] x86: add support for second ioapic, Gerd Hoffmann, 2020/11/05
- [PATCH v2 04/12] microvm: make number of virtio transports runtime configurable, Gerd Hoffmann, 2020/11/05