[PATCH v3 0/3] Add support for zboot images compressed with zstd

Daan De Meyer posted 3 patches 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251011081553.4065883-1-daan.j.demeyer@gmail.com
Maintainers: Peter Maydell <peter.maydell@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Gerd Hoffmann <kraxel@redhat.com>
hw/arm/boot.c       |  2 +-
hw/core/loader.c    | 41 ++++++++++++++++++++++++++---------------
hw/nvram/fw_cfg.c   |  2 +-
include/hw/loader.h |  2 +-
4 files changed, 29 insertions(+), 18 deletions(-)
[PATCH v3 0/3] Add support for zboot images compressed with zstd
Posted by Daan De Meyer 1 month ago
Fedora arm64 has an EFI_ZBOOT kernel image compressed
with zstd. Let's make sure we can use it for direct kernel
boot with qemu.

Daan De Meyer (3):
  Rename LOAD_IMAGE_MAX_GUNZIP_BYTES to
    LOAD_IMAGE_MAX_DECOMPRESSED_BYTES
  Use g_autofree in unpack_efi_zboot_image()
  Add support for zboot images compressed with zstd

 hw/arm/boot.c       |  2 +-
 hw/core/loader.c    | 41 ++++++++++++++++++++++++++---------------
 hw/nvram/fw_cfg.c   |  2 +-
 include/hw/loader.h |  2 +-
 4 files changed, 29 insertions(+), 18 deletions(-)

-- 
2.51.0