qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Philippe Mathieu-Daudé" <philmd@linaro.org>,
	"Gerd Hoffmann" <kraxel@redhat.com>
Subject: [PATCH 0/2] [RfC] edk2: add qemu variable store firmware builds
Date: Fri, 28 Nov 2025 10:25:59 +0100	[thread overview]
Message-ID: <20251128092602.373747-1-kraxel@redhat.com> (raw)

This is somewhat related to the bigger question how we want move forward
with firmware builds in the qemu repo ...

qemu got uefi variable store support in version 10.0.  With the pending
edk2 firmware update (patches are on the list right now) edk2 is new
enough that support for the qemu variable store is present in the code
base.  This is a compile time option though, so it needs separate
firmware images.  This little patch series adds them.

The big question is if we want go down that route.  The images are not
essential for qemu itself.  The test cases for the acpi tables use the
firmware images for the traditional, pflash-based efi variable store
and can continue to do so.

So, do we want add them?  For qemu developer / user convenience?  Or
leave that to linux distributions?  Fedora already ships builds (see
/usr/share/edk2/*/*qemuvars*).

take care,
  Gerd

Gerd Hoffmann (2):
  edk2: add qemuvars builds to config
  edk2: add qemuvars build binaries

 pc-bios/edk2-aarch64-qemuvars.fd.bz2 | Bin 0 -> 1621714 bytes
 pc-bios/edk2-x86_64-qemuvars.fd.bz2  | Bin 0 -> 2095693 bytes
 roms/edk2-build.config               |  37 +++++++++++++++++++++++++++
 3 files changed, 37 insertions(+)
 create mode 100644 pc-bios/edk2-aarch64-qemuvars.fd.bz2
 create mode 100644 pc-bios/edk2-x86_64-qemuvars.fd.bz2

-- 
2.52.0



             reply	other threads:[~2025-11-28  9:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-28  9:25 Gerd Hoffmann [this message]
2025-11-28  9:26 ` [PATCH 1/2] edk2: add qemuvars builds to config Gerd Hoffmann
2025-11-28 13:05 ` [PATCH 0/2] [RfC] edk2: add qemu variable store firmware builds Philippe Mathieu-Daudé

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251128092602.373747-1-kraxel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=philmd@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).