From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:38937) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hMUXQ-0006ZN-1R for qemu-devel@nongnu.org; Fri, 03 May 2019 05:31:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hMUXO-0006ph-TX for qemu-devel@nongnu.org; Fri, 03 May 2019 05:31:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40014) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hMUXO-0006iw-OD for qemu-devel@nongnu.org; Fri, 03 May 2019 05:31:26 -0400 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 67243307D989 for ; Fri, 3 May 2019 09:31:24 +0000 (UTC) From: Laszlo Ersek Date: Fri, 3 May 2019 11:31:16 +0200 Message-Id: <20190503093118.15700-1-lersek@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/2] tests/uefi-test-tools: report the SMBIOS entry point structures List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu devel list Cc: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Igor Mammedov No changes relative to the original posting at , except for picking up the review/testing tags (also noted separately on each patch). Cc: "Philippe Mathieu-Daud=C3=A9" Cc: Igor Mammedov Thanks Laszlo The following changes since commit 8482ff2eb3bb95020eb2f370a9b3ea26511e41= df: Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request'= into staging (2019-05-02 12:04:51 +0100) are available in the Git repository at: https://github.com/lersek/qemu.git tags/smbios_lp_1821884_20190503 for you to fetch changes up to 24496b8d27d95c4b317039e2c48f262cfd40fb4d: tests/uefi-boot-images: report the SMBIOS entry point structures (2019-= 05-03 10:52:27 +0200) ---------------------------------------------------------------- Fix : "Extend uefi-test-tools to report SMBIOS location". ---------------------------------------------------------------- Laszlo Ersek (2): tests/uefi-test-tools: report the SMBIOS entry point structures tests/uefi-boot-images: report the SMBIOS entry point structures tests/uefi-test-tools/UefiTestToolsPkg/Include/Guid/BiosTablesTest.h = | 25 +++++++++++++++----- tests/uefi-test-tools/UefiTestToolsPkg/BiosTablesTest/BiosTablesTest.inf= | 2 ++ tests/uefi-test-tools/UefiTestToolsPkg/BiosTablesTest/BiosTablesTest.c = | 23 ++++++++++++++---- tests/data/uefi-boot-images/bios-tables-test.aarch64.iso.qcow2 = | Bin 11776 -> 12288 bytes tests/data/uefi-boot-images/bios-tables-test.arm.iso.qcow2 = | Bin 11776 -> 11776 bytes tests/data/uefi-boot-images/bios-tables-test.i386.iso.qcow2 = | Bin 12800 -> 13312 bytes tests/data/uefi-boot-images/bios-tables-test.x86_64.iso.qcow2 = | Bin 13312 -> 13312 bytes 7 files changed, 40 insertions(+), 10 deletions(-) --=20 2.19.1.3.g30247aa5d201 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=-10.9 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,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 505DAC43219 for ; Fri, 3 May 2019 09:33:24 +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 252DE208C3 for ; Fri, 3 May 2019 09:33:24 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 252DE208C3 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]:37194 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hMUZH-0007e1-Ad for qemu-devel@archiver.kernel.org; Fri, 03 May 2019 05:33:23 -0400 Received: from eggs.gnu.org ([209.51.188.92]:38937) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hMUXQ-0006ZN-1R for qemu-devel@nongnu.org; Fri, 03 May 2019 05:31:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hMUXO-0006ph-TX for qemu-devel@nongnu.org; Fri, 03 May 2019 05:31:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40014) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hMUXO-0006iw-OD for qemu-devel@nongnu.org; Fri, 03 May 2019 05:31:26 -0400 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 67243307D989 for ; Fri, 3 May 2019 09:31:24 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-120-45.rdu2.redhat.com [10.10.120.45]) by smtp.corp.redhat.com (Postfix) with ESMTP id 26E396055B; Fri, 3 May 2019 09:31:20 +0000 (UTC) From: Laszlo Ersek To: qemu devel list Date: Fri, 3 May 2019 11:31:16 +0200 Message-Id: <20190503093118.15700-1-lersek@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.48]); Fri, 03 May 2019 09:31:24 +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] [PULL 0/2] tests/uefi-test-tools: report the SMBIOS entry point structures 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: Igor Mammedov , =?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: <20190503093116.biFKZADq4v1aFIo7FKvkHWtpchKIRe1lUsqQ1ABqme4@z> No changes relative to the original posting at , except for picking up the review/testing tags (also noted separately on each patch). Cc: "Philippe Mathieu-Daud=C3=A9" Cc: Igor Mammedov Thanks Laszlo The following changes since commit 8482ff2eb3bb95020eb2f370a9b3ea26511e41= df: Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request'= into staging (2019-05-02 12:04:51 +0100) are available in the Git repository at: https://github.com/lersek/qemu.git tags/smbios_lp_1821884_20190503 for you to fetch changes up to 24496b8d27d95c4b317039e2c48f262cfd40fb4d: tests/uefi-boot-images: report the SMBIOS entry point structures (2019-= 05-03 10:52:27 +0200) ---------------------------------------------------------------- Fix : "Extend uefi-test-tools to report SMBIOS location". ---------------------------------------------------------------- Laszlo Ersek (2): tests/uefi-test-tools: report the SMBIOS entry point structures tests/uefi-boot-images: report the SMBIOS entry point structures tests/uefi-test-tools/UefiTestToolsPkg/Include/Guid/BiosTablesTest.h = | 25 +++++++++++++++----- tests/uefi-test-tools/UefiTestToolsPkg/BiosTablesTest/BiosTablesTest.inf= | 2 ++ tests/uefi-test-tools/UefiTestToolsPkg/BiosTablesTest/BiosTablesTest.c = | 23 ++++++++++++++---- tests/data/uefi-boot-images/bios-tables-test.aarch64.iso.qcow2 = | Bin 11776 -> 12288 bytes tests/data/uefi-boot-images/bios-tables-test.arm.iso.qcow2 = | Bin 11776 -> 11776 bytes tests/data/uefi-boot-images/bios-tables-test.i386.iso.qcow2 = | Bin 12800 -> 13312 bytes tests/data/uefi-boot-images/bios-tables-test.x86_64.iso.qcow2 = | Bin 13312 -> 13312 bytes 7 files changed, 40 insertions(+), 10 deletions(-) --=20 2.19.1.3.g30247aa5d201