The following changes since commit d2e570cc0f97b936902a5b1b86b73c0f5998b475:
Merge tag 'pull-ppc-for-11.2-20260828' of https://gitlab.com/harshpb/qemu into staging (2026-08-28 15:17:04 -0700)
are available in the Git repository at:
https://gitlab.com/kraxel/qemu.git tags/firmware-20260901-pull-request
for you to fetch changes up to 5ce32f7fdb786014255d4cfff749de307cdfdbfa:
hw/misc/vmlaunchupdate: do not clear control bits upon fw-cfg select op (2026-09-01 09:25:53 +0200)
----------------------------------------------------------------
- edk2: update to 2026-08 stable tag
- edk2: remove 32-bit platforms (following upstream removal)
- acpi: test updates for the new edk2 firmware
- igvm/vmlaunchupdate: fix control bit handling
----------------------------------------------------------------
Ani Sinha (1):
hw/misc/vmlaunchupdate: do not clear control bits upon fw-cfg select
op
Gerd Hoffmann (12):
tests/acpi: enable updates
edk2: update build script
edk2: update submodule to edk2-stable202608
edk2: drop 32-bit build config (ia32 and arm), update aarch64 vars
edk2: drop 32-bit binaries (ia32 and arm)
edk2: rename risc-v firmware builds
edk2: update binaries to edk2-stable202608
tests/acpi: log the name of the table checked
tests/acpi: skip FPDT oem field test
tests/acpi: update expected data files
tests/acpi: add FPDT table data for loongarch
tests/acpi: disable updates
roms/edk2-build.py | 21 +++++--
tests/functional/aarch64/test_virt_vbsa.py | 2 +-
hw/misc/vmlaunchupdate.c | 1 -
tests/qtest/bios-tables-test.c | 54 ++++++++++--------
pc-bios/descriptors/50-edk2-i386-secure.json | 34 -----------
pc-bios/descriptors/60-edk2-aarch64.json | 2 +-
pc-bios/descriptors/60-edk2-arm.json | 31 ----------
pc-bios/descriptors/60-edk2-i386.json | 33 -----------
pc-bios/descriptors/60-edk2-riscv64.json | 4 +-
pc-bios/descriptors/meson.build | 3 -
pc-bios/edk2-aarch64-code.fd.bz2 | Bin 1565763 -> 1703355 bytes
...m-vars.fd.bz2 => edk2-aarch64-vars.fd.bz2} | Bin
pc-bios/edk2-arm-code.fd.bz2 | Bin 1570311 -> 0 bytes
pc-bios/edk2-i386-code.fd.bz2 | Bin 1780004 -> 0 bytes
pc-bios/edk2-i386-secure-code.fd.bz2 | Bin 1858666 -> 0 bytes
pc-bios/edk2-i386-vars.fd.bz2 | Bin 190 -> 0 bytes
pc-bios/edk2-loongarch64-code.fd.bz2 | Bin 1148383 -> 1315494 bytes
pc-bios/edk2-riscv-code.fd.bz2 | Bin 1296526 -> 0 bytes
pc-bios/edk2-riscv64-code.fd.bz2 | Bin 0 -> 1270019 bytes
...v-vars.fd.bz2 => edk2-riscv64-vars.fd.bz2} | Bin
pc-bios/edk2-x86_64-code.fd.bz2 | Bin 1907255 -> 2191408 bytes
pc-bios/edk2-x86_64-microvm.fd.bz2 | Bin 1787244 -> 2040860 bytes
pc-bios/edk2-x86_64-secure-code.fd.bz2 | Bin 1962992 -> 2366778 bytes
pc-bios/meson.build | 10 +---
roms/edk2 | 2 +-
roms/edk2-build.config | 52 +++--------------
roms/edk2-version | 4 +-
tests/data/acpi/aarch64/virt/HEST | Bin 224 -> 224 bytes
tests/data/acpi/aarch64/virt/SSDT.memhp | Bin 1817 -> 1817 bytes
tests/data/acpi/loongarch64/virt/FPDT | Bin 0 -> 68 bytes
tests/data/acpi/loongarch64/virt/FPDT.numamem | Bin 0 -> 68 bytes
31 files changed, 65 insertions(+), 188 deletions(-)
delete mode 100644 pc-bios/descriptors/50-edk2-i386-secure.json
delete mode 100644 pc-bios/descriptors/60-edk2-arm.json
delete mode 100644 pc-bios/descriptors/60-edk2-i386.json
rename pc-bios/{edk2-arm-vars.fd.bz2 => edk2-aarch64-vars.fd.bz2} (100%)
delete mode 100644 pc-bios/edk2-arm-code.fd.bz2
delete mode 100644 pc-bios/edk2-i386-code.fd.bz2
delete mode 100644 pc-bios/edk2-i386-secure-code.fd.bz2
delete mode 100644 pc-bios/edk2-i386-vars.fd.bz2
delete mode 100644 pc-bios/edk2-riscv-code.fd.bz2
create mode 100644 pc-bios/edk2-riscv64-code.fd.bz2
rename pc-bios/{edk2-riscv-vars.fd.bz2 => edk2-riscv64-vars.fd.bz2} (100%)
create mode 100644 tests/data/acpi/loongarch64/virt/FPDT
create mode 100644 tests/data/acpi/loongarch64/virt/FPDT.numamem
--
2.55.0