[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v8 01/10] qtest: allow DSDT acpi table changes
From: |
Michael S. Tsirkin |
Subject: |
Re: [PATCH v8 01/10] qtest: allow DSDT acpi table changes |
Date: |
Thu, 11 Jun 2020 05:18:51 -0400 |
On Thu, Jun 11, 2020 at 09:29:10AM +0200, Gerd Hoffmann wrote:
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
OK, thanks! What is still missing is resulting ASL
differences in the expected files for reviewers.
See ./tests/qtest/bios-tables-test.c step 7.
I'm working on a tool that will show the changes
more easily so they can be included with each
change, but that will do for now.
Thanks and sorry about all the bureaucracy.
> ---
> tests/qtest/bios-tables-test-allowed-diff.h | 17 +++++++++++++++++
> 1 file changed, 17 insertions(+)
>
> diff --git a/tests/qtest/bios-tables-test-allowed-diff.h
> b/tests/qtest/bios-tables-test-allowed-diff.h
> index dfb8523c8bf4..6a052c50447a 100644
> --- a/tests/qtest/bios-tables-test-allowed-diff.h
> +++ b/tests/qtest/bios-tables-test-allowed-diff.h
> @@ -1 +1,18 @@
> /* List of comma-separated changed AML files to ignore */
> +"tests/data/acpi/pc/DSDT",
> +"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.ipmikcs",
> +"tests/data/acpi/pc/DSDT.memhp",
> +"tests/data/acpi/pc/DSDT.numamem",
> +"tests/data/acpi/q35/DSDT",
> +"tests/data/acpi/q35/DSDT.acpihmat",
> +"tests/data/acpi/q35/DSDT.bridge",
> +"tests/data/acpi/q35/DSDT.cphp",
> +"tests/data/acpi/q35/DSDT.dimmpxm",
> +"tests/data/acpi/q35/DSDT.ipmibt",
> +"tests/data/acpi/q35/DSDT.memhp",
> +"tests/data/acpi/q35/DSDT.mmio64",
> +"tests/data/acpi/q35/DSDT.numamem",
> --
> 2.18.4
- [PATCH v8 00/10] acpi: i386 tweaks, Gerd Hoffmann, 2020/06/11
- [PATCH v8 04/10] floppy: move cmos_get_fd_drive_type() from pc, Gerd Hoffmann, 2020/06/11
- [PATCH v8 01/10] qtest: allow DSDT acpi table changes, Gerd Hoffmann, 2020/06/11
- Re: [PATCH v8 01/10] qtest: allow DSDT acpi table changes,
Michael S. Tsirkin <=
- [PATCH v8 03/10] floppy: make isa_fdc_get_drive_max_chs static, Gerd Hoffmann, 2020/06/11
- [PATCH v8 05/10] acpi: move aml builder code for i8042 (kbd+mouse) device, Gerd Hoffmann, 2020/06/11
- [PATCH v8 07/10] acpi: simplify build_isa_devices_aml(), Gerd Hoffmann, 2020/06/11
- [PATCH v8 10/10] acpi: q35: drop _SB.PCI0.ISA.LPCD opregion., Gerd Hoffmann, 2020/06/11
[PATCH v8 08/10] acpi: drop serial/parallel enable bits from dsdt, Gerd Hoffmann, 2020/06/11
[PATCH v8 09/10] acpi: drop build_piix4_pm(), Gerd Hoffmann, 2020/06/11