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(-)
Repo: https://github.com/lersek/qemu.git Branch: smbios_lp_1821884 Launchpad: https://bugs.launchpad.net/qemu/+bug/1821884 In [Qemu-devel] [PATCH for 4.1 v2 09/13] tests: acpi: ignore SMBIOS tests when UEFI firmware is used at http://mid.mail-archive.com/1553605799-168605-10-git-send-email-imammedo@redhat.com https://lists.gnu.org/archive/html/qemu-devel/2019-03/msg07037.html Igor had to temporarily exclude SMBIOS unit testing with UEFI guests. Let the BiosTablesTest guest UEFI app report the SMBIOS entry point(s), so that SMBIOS unit tests can cover UEFI guests. Cc: "Philippe Mathieu-Daudé" <philmd@redhat.com> Cc: Igor Mammedov <imammedo@redhat.com> Thanks Laszlo 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(-) -- 2.19.1.3.g30247aa5d201
On 4/25/19 12:43 PM, Laszlo Ersek wrote: > Repo: https://github.com/lersek/qemu.git > Branch: smbios_lp_1821884 > Launchpad: https://bugs.launchpad.net/qemu/+bug/1821884 > > In > > [Qemu-devel] [PATCH for 4.1 v2 09/13] > tests: acpi: ignore SMBIOS tests when UEFI firmware is used > > at > > http://mid.mail-archive.com/1553605799-168605-10-git-send-email-imammedo@redhat.com > https://lists.gnu.org/archive/html/qemu-devel/2019-03/msg07037.html > > Igor had to temporarily exclude SMBIOS unit testing with UEFI guests. > > Let the BiosTablesTest guest UEFI app report the SMBIOS entry point(s), > so that SMBIOS unit tests can cover UEFI guests. > > Cc: "Philippe Mathieu-Daudé" <philmd@redhat.com> > Cc: Igor Mammedov <imammedo@redhat.com> > > Thanks > Laszlo > > 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(-) > Series: Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Hi Igor, On 04/25/19 12:43, Laszlo Ersek wrote: > Repo: https://github.com/lersek/qemu.git > Branch: smbios_lp_1821884 > Launchpad: https://bugs.launchpad.net/qemu/+bug/1821884 > > In > > [Qemu-devel] [PATCH for 4.1 v2 09/13] > tests: acpi: ignore SMBIOS tests when UEFI firmware is used > > at > > http://mid.mail-archive.com/1553605799-168605-10-git-send-email-imammedo@redhat.com > https://lists.gnu.org/archive/html/qemu-devel/2019-03/msg07037.html > > Igor had to temporarily exclude SMBIOS unit testing with UEFI guests. > > Let the BiosTablesTest guest UEFI app report the SMBIOS entry point(s), > so that SMBIOS unit tests can cover UEFI guests. > > Cc: "Philippe Mathieu-Daudé" <philmd@redhat.com> > Cc: Igor Mammedov <imammedo@redhat.com> > > Thanks > Laszlo > > 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(-) > can you ACK or test (or both) this series, please? Thanks Laszlo
On Thu, 25 Apr 2019 12:43:24 +0200 Laszlo Ersek <lersek@redhat.com> wrote: > Repo: https://github.com/lersek/qemu.git > Branch: smbios_lp_1821884 > Launchpad: https://bugs.launchpad.net/qemu/+bug/1821884 [...] > > Laszlo Ersek (2): > tests/uefi-test-tools: report the SMBIOS entry point structures > tests/uefi-boot-images: report the SMBIOS entry point structures Tested-by: Igor Mammedov <imammedo@redhat.com> > > 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(-) >
Rebuild the "bios-tables-test" UEFI boot images with the SMBIOS entry point reporting that has been added in the previous patch. Cc: "Philippe Mathieu-Daudé" <philmd@redhat.com> Cc: Igor Mammedov <imammedo@redhat.com> Launchpad: https://bugs.launchpad.net/qemu/+bug/1821884 Signed-off-by: Laszlo Ersek <lersek@redhat.com> --- 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 4 files changed, 0 insertions(+), 0 deletions(-) diff --git a/tests/data/uefi-boot-images/bios-tables-test.aarch64.iso.qcow2 b/tests/data/uefi-boot-images/bios-tables-test.aarch64.iso.qcow2 index ac0b7b1b8f89..d588cf3ebd7d 100644 Binary files a/tests/data/uefi-boot-images/bios-tables-test.aarch64.iso.qcow2 and b/tests/data/uefi-boot-images/bios-tables-test.aarch64.iso.qcow2 differ diff --git a/tests/data/uefi-boot-images/bios-tables-test.arm.iso.qcow2 b/tests/data/uefi-boot-images/bios-tables-test.arm.iso.qcow2 index d20fa7c81925..552c7a7ddce6 100644 Binary files a/tests/data/uefi-boot-images/bios-tables-test.arm.iso.qcow2 and b/tests/data/uefi-boot-images/bios-tables-test.arm.iso.qcow2 differ diff --git a/tests/data/uefi-boot-images/bios-tables-test.i386.iso.qcow2 b/tests/data/uefi-boot-images/bios-tables-test.i386.iso.qcow2 index 26c882baeaba..c66ad155196d 100644 Binary files a/tests/data/uefi-boot-images/bios-tables-test.i386.iso.qcow2 and b/tests/data/uefi-boot-images/bios-tables-test.i386.iso.qcow2 differ diff --git a/tests/data/uefi-boot-images/bios-tables-test.x86_64.iso.qcow2 b/tests/data/uefi-boot-images/bios-tables-test.x86_64.iso.qcow2 index 9ec3c1f20bb2..f59e07c85415 100644 Binary files a/tests/data/uefi-boot-images/bios-tables-test.x86_64.iso.qcow2 and b/tests/data/uefi-boot-images/bios-tables-test.x86_64.iso.qcow2 differ -- 2.19.1.3.g30247aa5d201
© 2016 - 2026 Red Hat, Inc.