All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1821884] Re: Extend uefi-test-tools to report SMBIOS location
       [not found] <155368089372.19244.12131435230778764037.malonedeb@chaenomeles.canonical.com>
@ 2019-04-25 10:44 ` Laszlo Ersek (Red Hat)
  2019-05-03  9:32 ` Laszlo Ersek (Red Hat)
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: Laszlo Ersek (Red Hat) @ 2019-04-25 10:44 UTC (permalink / raw)
  To: qemu-devel

Posted
[PATCH 0/2] tests/uefi-test-tools: report the SMBIOS entry point structures
http://mid.mail-archive.com/20190425104326.12835-1-lersek@redhat.com


** Changed in: qemu
       Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1821884

Title:
  Extend uefi-test-tools to report SMBIOS location

Status in QEMU:
  In Progress

Bug description:
  UEFI helper app exposes the pointer to RSDP ACPI table that firmware allocates in guest's RAM
  but it doesn't do so for SMBIOS tables. Hence bios table test would skip testing SMBIOS tables
  to workaround shortcoming. This bug is a request to expose two new entry point fields (one for SMBIOS 2 and another for SMBIOS 3) so test could check SMBIOS tables when guest is started a with  UEFI firmware.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1821884/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 1821884] Re: Extend uefi-test-tools to report SMBIOS location
       [not found] <155368089372.19244.12131435230778764037.malonedeb@chaenomeles.canonical.com>
  2019-04-25 10:44 ` [Qemu-devel] [Bug 1821884] Re: Extend uefi-test-tools to report SMBIOS location Laszlo Ersek (Red Hat)
@ 2019-05-03  9:32 ` Laszlo Ersek (Red Hat)
  2019-05-06 16:21 ` Laszlo Ersek (Red Hat)
  2019-08-16  4:48 ` Thomas Huth
  3 siblings, 0 replies; 4+ messages in thread
From: Laszlo Ersek (Red Hat) @ 2019-05-03  9:32 UTC (permalink / raw)
  To: qemu-devel

Posted
[PULL 0/2] tests/uefi-test-tools: report the SMBIOS entry point structures
http://mid.mail-archive.com/20190503093118.15700-1-lersek@redhat.com

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1821884

Title:
  Extend uefi-test-tools to report SMBIOS location

Status in QEMU:
  In Progress

Bug description:
  UEFI helper app exposes the pointer to RSDP ACPI table that firmware allocates in guest's RAM
  but it doesn't do so for SMBIOS tables. Hence bios table test would skip testing SMBIOS tables
  to workaround shortcoming. This bug is a request to expose two new entry point fields (one for SMBIOS 2 and another for SMBIOS 3) so test could check SMBIOS tables when guest is started a with  UEFI firmware.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1821884/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 1821884] Re: Extend uefi-test-tools to report SMBIOS location
       [not found] <155368089372.19244.12131435230778764037.malonedeb@chaenomeles.canonical.com>
  2019-04-25 10:44 ` [Qemu-devel] [Bug 1821884] Re: Extend uefi-test-tools to report SMBIOS location Laszlo Ersek (Red Hat)
  2019-05-03  9:32 ` Laszlo Ersek (Red Hat)
@ 2019-05-06 16:21 ` Laszlo Ersek (Red Hat)
  2019-08-16  4:48 ` Thomas Huth
  3 siblings, 0 replies; 4+ messages in thread
From: Laszlo Ersek (Red Hat) @ 2019-05-06 16:21 UTC (permalink / raw)
  To: qemu-devel

Fixed in commit range 8482ff2eb3bb..24496b8d27d9.

** Changed in: qemu
       Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1821884

Title:
  Extend uefi-test-tools to report SMBIOS location

Status in QEMU:
  Fix Committed

Bug description:
  UEFI helper app exposes the pointer to RSDP ACPI table that firmware allocates in guest's RAM
  but it doesn't do so for SMBIOS tables. Hence bios table test would skip testing SMBIOS tables
  to workaround shortcoming. This bug is a request to expose two new entry point fields (one for SMBIOS 2 and another for SMBIOS 3) so test could check SMBIOS tables when guest is started a with  UEFI firmware.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1821884/+subscriptions


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 1821884] Re: Extend uefi-test-tools to report SMBIOS location
       [not found] <155368089372.19244.12131435230778764037.malonedeb@chaenomeles.canonical.com>
                   ` (2 preceding siblings ...)
  2019-05-06 16:21 ` Laszlo Ersek (Red Hat)
@ 2019-08-16  4:48 ` Thomas Huth
  3 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2019-08-16  4:48 UTC (permalink / raw)
  To: qemu-devel

** Changed in: qemu
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1821884

Title:
  Extend uefi-test-tools to report SMBIOS location

Status in QEMU:
  Fix Released

Bug description:
  UEFI helper app exposes the pointer to RSDP ACPI table that firmware allocates in guest's RAM
  but it doesn't do so for SMBIOS tables. Hence bios table test would skip testing SMBIOS tables
  to workaround shortcoming. This bug is a request to expose two new entry point fields (one for SMBIOS 2 and another for SMBIOS 3) so test could check SMBIOS tables when guest is started a with  UEFI firmware.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1821884/+subscriptions


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-08-16  4:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <155368089372.19244.12131435230778764037.malonedeb@chaenomeles.canonical.com>
2019-04-25 10:44 ` [Qemu-devel] [Bug 1821884] Re: Extend uefi-test-tools to report SMBIOS location Laszlo Ersek (Red Hat)
2019-05-03  9:32 ` Laszlo Ersek (Red Hat)
2019-05-06 16:21 ` Laszlo Ersek (Red Hat)
2019-08-16  4:48 ` Thomas Huth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.