From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:49307) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hMD3r-0004pl-7w for qemu-devel@nongnu.org; Thu, 02 May 2019 10:51:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hMD3o-0002d8-HN for qemu-devel@nongnu.org; Thu, 02 May 2019 10:51:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45886) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hMD3o-0002cf-9X for qemu-devel@nongnu.org; Thu, 02 May 2019 10:51:44 -0400 From: Igor Mammedov Date: Thu, 2 May 2019 16:51:48 +0200 Message-Id: <1556808723-226478-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 v4 00/15] 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 , xuwei5@hisilicon.com, xuwei5@huawei.com, linuxarm@huawei.com Changelog: - from v3: * reshaffle patch order a bit * move out acpi_parse_rsdp_table() hunk to "tests: acpi: make pointer to RSDP 64bit" where it belongs * move acpi_fetch_rsdp_table(s/uint32_t addr/uint64_t addr/) to this patch where it belongs from: "tests: acpi: make RSDT test routine handle XSDT" * dropping Reviewed-bys due to acpi_fetch_table() change introduced by earlier patch: "tests: acpi: make acpi_fetch_table() take size of fetched tabl= e pointer" * update [8/15] commit message to point to commit which introduced signature_guid value. * get rid of test_acpi_rsdp_address() in [9/15] * added new patch tests: acpi: allow to override default accelerator * force arm/virt test to use TCG accelerator - 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_v4 Ref to previos vesrsion: [PATCH v3 00/13] tests: acpi: add UEFI (ARM) testing support https://www.mail-archive.com/qemu-devel@nongnu.org/msg612679.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 CC: CC: CC: CC: Igor Mammedov (15): tests: acpi: rename acpi_parse_rsdp_table() into acpi_fetch_rsdp_table() tests: acpi: make acpi_fetch_table() take size of fetched table pointer tests: acpi: make RSDT test routine handle XSDT 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: acpi: allow to override default accelerator 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 | 7 +- tests/Makefile.include | 1 + tests/acpi-utils.c | 68 +++++++++++---- tests/bios-tables-test.c | 148 +++++++++++++++++++++++---= ------ 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 | 6 +- 12 files changed, 178 insertions(+), 75 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 ABFF3C43219 for ; Thu, 2 May 2019 14:55:14 +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 817BB20652 for ; Thu, 2 May 2019 14:55:14 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 817BB20652 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]:52511 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hMD7B-0007Bu-MY for qemu-devel@archiver.kernel.org; Thu, 02 May 2019 10:55:13 -0400 Received: from eggs.gnu.org ([209.51.188.92]:49307) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hMD3r-0004pl-7w for qemu-devel@nongnu.org; Thu, 02 May 2019 10:51:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hMD3o-0002d8-HN for qemu-devel@nongnu.org; Thu, 02 May 2019 10:51:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45886) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hMD3o-0002cf-9X for qemu-devel@nongnu.org; Thu, 02 May 2019 10:51:44 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7A9653082AF4; Thu, 2 May 2019 14:51:43 +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 68E1671C80; Thu, 2 May 2019 14:51:36 +0000 (UTC) From: Igor Mammedov To: qemu-devel@nongnu.org Date: Thu, 2 May 2019 16:51:48 +0200 Message-Id: <1556808723-226478-1-git-send-email-imammedo@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.45]); Thu, 02 May 2019 14:51:43 +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 v4 00/15] 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 , linuxarm@huawei.com, Shameer Kolothum , Shannon Zhao , Gonglei , Wei Yang , xuwei5@huawei.com, xuwei5@hisilicon.com, =?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: <20190502145148.IrsJtZZeHhzp__Q6cJtvWqPzmH6E1T1wjP62IPzUpHM@z> Changelog: - from v3: * reshaffle patch order a bit * move out acpi_parse_rsdp_table() hunk to "tests: acpi: make pointer to RSDP 64bit" where it belongs * move acpi_fetch_rsdp_table(s/uint32_t addr/uint64_t addr/) to this patch where it belongs from: "tests: acpi: make RSDT test routine handle XSDT" * dropping Reviewed-bys due to acpi_fetch_table() change introduced by earlier patch: "tests: acpi: make acpi_fetch_table() take size of fetched tabl= e pointer" * update [8/15] commit message to point to commit which introduced signature_guid value. * get rid of test_acpi_rsdp_address() in [9/15] * added new patch tests: acpi: allow to override default accelerator * force arm/virt test to use TCG accelerator - 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_v4 Ref to previos vesrsion: [PATCH v3 00/13] tests: acpi: add UEFI (ARM) testing support https://www.mail-archive.com/qemu-devel@nongnu.org/msg612679.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 CC: CC: CC: CC: Igor Mammedov (15): tests: acpi: rename acpi_parse_rsdp_table() into acpi_fetch_rsdp_table() tests: acpi: make acpi_fetch_table() take size of fetched table pointer tests: acpi: make RSDT test routine handle XSDT 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: acpi: allow to override default accelerator 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 | 7 +- tests/Makefile.include | 1 + tests/acpi-utils.c | 68 +++++++++++---- tests/bios-tables-test.c | 148 +++++++++++++++++++++++---= ------ 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 | 6 +- 12 files changed, 178 insertions(+), 75 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