mbox

[PULL,0/7] Firmware 20241216 patches

Message ID 20241216105053.246204-1-kraxel@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

https://gitlab.com/kraxel/qemu.git tags/firmware-20241216-pull-request

Message

Gerd Hoffmann Dec. 16, 2024, 10:50 a.m. UTC
The following changes since commit ca80a5d026a280762e0772615f1988db542b3ade:

  Merge tag 'hw-misc-20241214' of https://github.com/philmd/qemu into staging (2024-12-14 08:42:53 -0500)

are available in the Git repository at:

  https://gitlab.com/kraxel/qemu.git tags/firmware-20241216-pull-request

for you to fetch changes up to 0f5715e4b5706b31b3550d8e6b88871e029c7823:

  roms: re-add edk2-basetools target (2024-12-16 07:31:28 +0100)

----------------------------------------------------------------
x86/loader: fix efi binary loading
x86/loader: support secure boot with direct kernel load
firmware: json descriptor updates
roms: re-add edk2-basetools target

----------------------------------------------------------------

Gerd Hoffmann (5):
  x86/loader: only patch linux kernels
  x86/loader: read complete kernel
  x86/loader: expose unpatched kernel
  x86/loader: add -shim option
  roms: re-add edk2-basetools target

Heinrich Schuchardt (1):
  pc-bios: add missing riscv64 descriptor

Pratik R. Sampat (1):
  pc-bios: Add amd-sev-es to edk2 json

 include/hw/boards.h                      |  1 +
 hw/core/machine.c                        | 20 +++++++++++++++
 hw/i386/x86-common.c                     | 32 +++++++++++++++++++-----
 system/vl.c                              |  9 +++++++
 pc-bios/descriptors/60-edk2-riscv64.json | 31 +++++++++++++++++++++++
 pc-bios/descriptors/60-edk2-x86_64.json  |  1 +
 pc-bios/descriptors/meson.build          |  3 ++-
 qemu-options.hx                          |  7 ++++++
 roms/Makefile                            |  5 ++++
 9 files changed, 102 insertions(+), 7 deletions(-)
 create mode 100644 pc-bios/descriptors/60-edk2-riscv64.json

Comments

Stefan Hajnoczi Dec. 17, 2024, 12:01 a.m. UTC | #1
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/10.0 for any user-visible changes.