All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/7] Firmware 20241216 patches
@ 2024-12-16 10:50 Gerd Hoffmann
  2024-12-16 10:50 ` [PULL 1/7] x86/loader: only patch linux kernels Gerd Hoffmann
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Gerd Hoffmann @ 2024-12-16 10:50 UTC (permalink / raw)
  To: qemu-devel
  Cc: Zhao Liu, Marcel Apfelbaum, Yanan Wang, Paolo Bonzini,
	Eduardo Habkost, Gerd Hoffmann, Michael S. Tsirkin,
	Richard Henderson, Philippe Mathieu-Daudé

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

-- 
2.47.1



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

end of thread, other threads:[~2024-12-17 14:29 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-16 10:50 [PULL 0/7] Firmware 20241216 patches Gerd Hoffmann
2024-12-16 10:50 ` [PULL 1/7] x86/loader: only patch linux kernels Gerd Hoffmann
2024-12-16 10:50 ` [PULL 2/7] x86/loader: read complete kernel Gerd Hoffmann
2024-12-16 10:50 ` [PULL 3/7] x86/loader: expose unpatched kernel Gerd Hoffmann
2024-12-17 14:15   ` Daniel P. Berrangé
2024-12-17 14:26     ` Gerd Hoffmann
2024-12-17 14:28       ` Daniel P. Berrangé
2024-12-16 10:50 ` [PULL 4/7] x86/loader: add -shim option Gerd Hoffmann
2024-12-16 10:50 ` [PULL 5/7] pc-bios: Add amd-sev-es to edk2 json Gerd Hoffmann
2024-12-16 10:50 ` [PULL 6/7] pc-bios: add missing riscv64 descriptor Gerd Hoffmann
2024-12-16 10:50 ` [PULL 7/7] roms: re-add edk2-basetools target Gerd Hoffmann
2024-12-17  0:01 ` [PULL 0/7] Firmware 20241216 patches Stefan Hajnoczi

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.