From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:47203) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJX3W-0003hD-0F for qemu-devel@nongnu.org; Thu, 25 Apr 2019 01:36:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hJX1n-0008Aj-Gu for qemu-devel@nongnu.org; Thu, 25 Apr 2019 01:34:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48500) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hJX1n-000896-8r for qemu-devel@nongnu.org; Thu, 25 Apr 2019 01:34:35 -0400 From: Igor Mammedov Date: Thu, 25 Apr 2019 07:34:36 +0200 Message-Id: <1556170489-131927-1-git-send-email-imammedo@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v3 00/13] tests: acpi: add UEFI (ARM) testing support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Laszlo Ersek , "Michael S. Tsirkin" , Gonglei , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Shannon Zhao , Wei Yang , Andrew Jones , Shameer Kolothum , Ben Warren Changelog: - from v2: * rebase on top current master (with UEFI blobs merged) * added a Makefile rule to include bios-tables-test to aarch64 test= s by default into 11/13 (kept Reviewed-bys) * other trivial fixes and cleanups (see per patch changelogs) =20 - from v1: * rebase on top (1) [PATCH for-4.1 v3 00/12] bundle edk2 platform firmware with= QEMU let me to drop edk2 images and drop Makefile magic to unpack them= , Laszlo's series conveniently does it all for me. * use new path/names for firmware images as supplied by [1] * reorder patches a bit so that UEFI parts would go after generic c= hanges Series adds support for ACPI tables located above 4G. It adds 64-bit hand= ling necessary for testing arm/virt board (i.e. might be not complete wrt spec= ) and uses recently merged UEFI (AVMF) firmware/test disk image which provides an entry point[1] for fetching ACPI tables (RSDP pointer). Git tree for testing: https://github.com/imammedo/qemu.git acpi_arm_tests_v3 Ref to previos vesrsion: [Qemu-devel] [PATCH for 4.1 v2 00/13] tests: acpi: add UEFI (ARM) test= ing support https://www.mail-archive.com/qemu-devel@nongnu.org/msg607564.html CC: Laszlo Ersek CC: "Michael S. Tsirkin" CC: Gonglei CC: Philippe Mathieu-Daud=C3=A9 CC: Shannon Zhao CC: Wei Yang CC: Andrew Jones CC: Shameer Kolothum CC: Ben Warren Igor Mammedov (13): tests: acpi: make RSDT test routine handle XSDT tests: acpi: rename acpi_parse_rsdp_table() into acpi_fetch_rsdp_table() tests: acpi: make pointer to RSDP 64bit tests: acpi: fetch X_DSDT if pointer to DSDT is 0 tests: acpi: skip FACS table if board uses hw reduced ACPI profile tests: acpi: move boot_sector_init() into x86 tests branch tests: acpi: add acpi_find_rsdp_address_uefi() helper tests: acpi: add a way to start tests with UEFI firmware tests: acpi: ignore SMBIOS tests when UEFI firmware is used tests: add expected ACPI tables for arm/virt board tests: acpi: add simple arm/virt testcase tests: acpi: refactor rebuild-expected-aml.sh to dump ACPI tables for a specified list of targets tests: acpi: print error unable to dump ACPI table during rebuild tests/acpi-utils.h | 5 +- tests/Makefile.include | 1 + tests/acpi-utils.c | 58 ++++++++++---- tests/bios-tables-test.c | 133 ++++++++++++++++++++++++--= ------ tests/data/acpi/rebuild-expected-aml.sh | 23 +++--- tests/data/acpi/virt/APIC | Bin 0 -> 168 bytes tests/data/acpi/virt/DSDT | Bin 0 -> 18476 bytes tests/data/acpi/virt/FACP | Bin 0 -> 268 bytes tests/data/acpi/virt/GTDT | Bin 0 -> 96 bytes tests/data/acpi/virt/MCFG | Bin 0 -> 60 bytes tests/data/acpi/virt/SPCR | Bin 0 -> 80 bytes tests/vmgenid-test.c | 2 +- 12 files changed, 162 insertions(+), 60 deletions(-) create mode 100644 tests/data/acpi/virt/APIC create mode 100644 tests/data/acpi/virt/DSDT create mode 100644 tests/data/acpi/virt/FACP create mode 100644 tests/data/acpi/virt/GTDT create mode 100644 tests/data/acpi/virt/MCFG create mode 100644 tests/data/acpi/virt/SPCR --=20 2.7.4 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.9 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9A0F2C10F03 for ; Thu, 25 Apr 2019 05:50:18 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 609A9214AE for ; Thu, 25 Apr 2019 05:50:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 609A9214AE Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([127.0.0.1]:52202 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJXGz-0006w7-Mk for qemu-devel@archiver.kernel.org; Thu, 25 Apr 2019 01:50:17 -0400 Received: from eggs.gnu.org ([209.51.188.92]:47203) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJX3W-0003hD-0F for qemu-devel@nongnu.org; Thu, 25 Apr 2019 01:36:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hJX1n-0008Aj-Gu for qemu-devel@nongnu.org; Thu, 25 Apr 2019 01:34:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48500) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hJX1n-000896-8r for qemu-devel@nongnu.org; Thu, 25 Apr 2019 01:34:35 -0400 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6713A30024B1; Thu, 25 Apr 2019 05:34:32 +0000 (UTC) Received: from dell-r430-03.lab.eng.brq.redhat.com (dell-r430-03.lab.eng.brq.redhat.com [10.37.153.18]) by smtp.corp.redhat.com (Postfix) with ESMTP id EFE8219491; Thu, 25 Apr 2019 05:34:25 +0000 (UTC) From: Igor Mammedov To: qemu-devel@nongnu.org Date: Thu, 25 Apr 2019 07:34:36 +0200 Message-Id: <1556170489-131927-1-git-send-email-imammedo@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.40]); Thu, 25 Apr 2019 05:34:32 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH v3 00/13] tests: acpi: add UEFI (ARM) testing support X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Andrew Jones , Ben Warren , "Michael S. Tsirkin" , Laszlo Ersek , Shameer Kolothum , Shannon Zhao , Gonglei , Wei Yang , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" Message-ID: <20190425053436.K49ICvWTcqKQaQsA4FIdjLL9AjzOTrsj8Q1rbSTOVeo@z> Changelog: - from v2: * rebase on top current master (with UEFI blobs merged) * added a Makefile rule to include bios-tables-test to aarch64 test= s by default into 11/13 (kept Reviewed-bys) * other trivial fixes and cleanups (see per patch changelogs) =20 - from v1: * rebase on top (1) [PATCH for-4.1 v3 00/12] bundle edk2 platform firmware with= QEMU let me to drop edk2 images and drop Makefile magic to unpack them= , Laszlo's series conveniently does it all for me. * use new path/names for firmware images as supplied by [1] * reorder patches a bit so that UEFI parts would go after generic c= hanges Series adds support for ACPI tables located above 4G. It adds 64-bit hand= ling necessary for testing arm/virt board (i.e. might be not complete wrt spec= ) and uses recently merged UEFI (AVMF) firmware/test disk image which provides an entry point[1] for fetching ACPI tables (RSDP pointer). Git tree for testing: https://github.com/imammedo/qemu.git acpi_arm_tests_v3 Ref to previos vesrsion: [Qemu-devel] [PATCH for 4.1 v2 00/13] tests: acpi: add UEFI (ARM) test= ing support https://www.mail-archive.com/qemu-devel@nongnu.org/msg607564.html CC: Laszlo Ersek CC: "Michael S. Tsirkin" CC: Gonglei CC: Philippe Mathieu-Daud=C3=A9 CC: Shannon Zhao CC: Wei Yang CC: Andrew Jones CC: Shameer Kolothum CC: Ben Warren Igor Mammedov (13): tests: acpi: make RSDT test routine handle XSDT tests: acpi: rename acpi_parse_rsdp_table() into acpi_fetch_rsdp_table() tests: acpi: make pointer to RSDP 64bit tests: acpi: fetch X_DSDT if pointer to DSDT is 0 tests: acpi: skip FACS table if board uses hw reduced ACPI profile tests: acpi: move boot_sector_init() into x86 tests branch tests: acpi: add acpi_find_rsdp_address_uefi() helper tests: acpi: add a way to start tests with UEFI firmware tests: acpi: ignore SMBIOS tests when UEFI firmware is used tests: add expected ACPI tables for arm/virt board tests: acpi: add simple arm/virt testcase tests: acpi: refactor rebuild-expected-aml.sh to dump ACPI tables for a specified list of targets tests: acpi: print error unable to dump ACPI table during rebuild tests/acpi-utils.h | 5 +- tests/Makefile.include | 1 + tests/acpi-utils.c | 58 ++++++++++---- tests/bios-tables-test.c | 133 ++++++++++++++++++++++++--= ------ tests/data/acpi/rebuild-expected-aml.sh | 23 +++--- tests/data/acpi/virt/APIC | Bin 0 -> 168 bytes tests/data/acpi/virt/DSDT | Bin 0 -> 18476 bytes tests/data/acpi/virt/FACP | Bin 0 -> 268 bytes tests/data/acpi/virt/GTDT | Bin 0 -> 96 bytes tests/data/acpi/virt/MCFG | Bin 0 -> 60 bytes tests/data/acpi/virt/SPCR | Bin 0 -> 80 bytes tests/vmgenid-test.c | 2 +- 12 files changed, 162 insertions(+), 60 deletions(-) create mode 100644 tests/data/acpi/virt/APIC create mode 100644 tests/data/acpi/virt/DSDT create mode 100644 tests/data/acpi/virt/FACP create mode 100644 tests/data/acpi/virt/GTDT create mode 100644 tests/data/acpi/virt/MCFG create mode 100644 tests/data/acpi/virt/SPCR --=20 2.7.4