[PULL 0/2] Firmware 20260218 patches

Gerd Hoffmann posted 2 patches 1 month, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260218085945.1050788-1-kraxel@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>, Stefano Garzarella <sgarzare@redhat.com>, Ani Sinha <anisinha@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, "Daniel P. Berrangé" <berrange@redhat.com>, Kashyap Chamarthy <kchamart@redhat.com>, Pierrick Bouvier <pierrick.bouvier@linaro.org>
backends/igvm.c            | 37 ++++++++++++++++++++++++++------
docs/interop/firmware.json | 43 +++++++++++++++++++++++++++++++++++++-
2 files changed, 73 insertions(+), 7 deletions(-)
[PULL 0/2] Firmware 20260218 patches
Posted by Gerd Hoffmann 1 month, 3 weeks ago
The following changes since commit ece408818d27f745ef1b05fb3cc99a1e7a5bf580:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2026-02-13 10:30:08 +0000)

are available in the Git repository at:

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

for you to fetch changes up to e8dcd2a0c2d663963408f2d642de864feac8ca0d:

  docs/interop/firmware: Add 'uefi-vars' member for FirmwareMappingMemory (2026-02-17 16:03:06 +0100)

----------------------------------------------------------------
- firmware json spec update
- igvm update

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

Andrea Bolognani (1):
  docs/interop/firmware: Add 'uefi-vars' member for
    FirmwareMappingMemory

Oliver Steffen (1):
  igvm: Add NULL checks for igvm_get_buffer()

 backends/igvm.c            | 37 ++++++++++++++++++++++++++------
 docs/interop/firmware.json | 43 +++++++++++++++++++++++++++++++++++++-
 2 files changed, 73 insertions(+), 7 deletions(-)

-- 
2.53.0
Re: [PULL 0/2] Firmware 20260218 patches
Posted by Peter Maydell 1 month, 3 weeks ago
On Wed, 18 Feb 2026 at 09:09, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit ece408818d27f745ef1b05fb3cc99a1e7a5bf580:
>
>   Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2026-02-13 10:30:08 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/kraxel/qemu.git tags/firmware-20260218-pull-request
>
> for you to fetch changes up to e8dcd2a0c2d663963408f2d642de864feac8ca0d:
>
>   docs/interop/firmware: Add 'uefi-vars' member for FirmwareMappingMemory (2026-02-17 16:03:06 +0100)
>
> ----------------------------------------------------------------
> - firmware json spec update
> - igvm update
>
> ----------------------------------------------------------------



Applied, thanks.

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

-- PMM