[PULL 0/3] Firmware 20260401 for 11.0 patches

Gerd Hoffmann posted 3 patches 11 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260401095024.1562621-1-kraxel@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>, Stefano Garzarella <sgarzare@redhat.com>, Ani Sinha <anisinha@redhat.com>
include/system/igvm-internal.h | 2 +-
backends/igvm.c                | 6 ++++--
2 files changed, 5 insertions(+), 3 deletions(-)
[PULL 0/3] Firmware 20260401 for 11.0 patches
Posted by Gerd Hoffmann 11 hours ago
The following changes since commit dd3ee9c63d96b223c8d41bf5d65392eb898be626:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2026-03-30 13:54:56 +0100)

are available in the Git repository at:

  https://gitlab.com/kraxel/qemu.git tags/firmware-20260401-for-11.0-pull-request

for you to fetch changes up to 9b4edc3ecacf2f6ef3f2e7e3d423dfe9e67a781a:

  igvm: fix parent object type in IgvmCfg struct (2026-03-31 08:53:47 +0200)

----------------------------------------------------------------
igvm bugfixes

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

Luigi Leonardi (3):
  igvm: switch to PRIx64
  igvm: fix memory leak on failed memory region init
  igvm: fix parent object type in IgvmCfg struct

 include/system/igvm-internal.h | 2 +-
 backends/igvm.c                | 6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

-- 
2.53.0
Re: [PULL 0/3] Firmware 20260401 for 11.0 patches
Posted by Peter Maydell an hour ago
On Wed, 1 Apr 2026 at 10:50, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit dd3ee9c63d96b223c8d41bf5d65392eb898be626:
>
>   Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2026-03-30 13:54:56 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/kraxel/qemu.git tags/firmware-20260401-for-11.0-pull-request
>
> for you to fetch changes up to 9b4edc3ecacf2f6ef3f2e7e3d423dfe9e67a781a:
>
>   igvm: fix parent object type in IgvmCfg struct (2026-03-31 08:53:47 +0200)
>
> ----------------------------------------------------------------
> igvm bugfixes
>



Applied, thanks.

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

-- PMM