[PULL 0/3] Firmware 20260310 patches

Gerd Hoffmann posted 3 patches 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260310132154.2783257-1-kraxel@redhat.com
Maintainers: "Philippe Mathieu-Daudé" <philmd@linaro.org>, "Daniel P. Berrangé" <berrange@redhat.com>, Kashyap Chamarthy <kchamart@redhat.com>, Pierrick Bouvier <pierrick.bouvier@linaro.org>, Gerd Hoffmann <kraxel@redhat.com>, Stefano Garzarella <sgarzare@redhat.com>, Ani Sinha <anisinha@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Marcelo Tosatti <mtosatti@redhat.com>, Zhao Liu <zhao1.liu@intel.com>
include/qemu/typedefs.h        |  1 +
include/system/igvm-internal.h |  9 ++-------
include/system/igvm.h          |  5 +++++
stubs/igvm.c                   |  1 -
target/i386/sev.c              | 12 ++++++++++--
docs/interop/firmware.json     |  4 +++-
6 files changed, 21 insertions(+), 11 deletions(-)
[PULL 0/3] Firmware 20260310 patches
Posted by Gerd Hoffmann 1 month ago
The following changes since commit de61484ec39f418e5c0d4603017695f9ffb8fe24:

  Merge tag 'linux-user-for-v11-pull-request' of https://github.com/hdeller/qemu-hppa into staging (2026-03-09 14:53:42 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 470ccb470b33bedede0100fdb703228a3f2683a5:

  i386/sev/igvm: do not reset guest policy if IGVM does not set it (2026-03-10 14:20:41 +0100)

----------------------------------------------------------------
- firmware.json spec update for svsm.
- igvm bugfixes.

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

Ani Sinha (1):
  i386/sev/igvm: do not reset guest policy if IGVM does not set it

Luigi Leonardi (1):
  igvm: fix build when igvm is not installed in a well known path

Oliver Steffen (1):
  docs/interop: Add AMD SEV-SNP SVSM interface to firmware.json

 include/qemu/typedefs.h        |  1 +
 include/system/igvm-internal.h |  9 ++-------
 include/system/igvm.h          |  5 +++++
 stubs/igvm.c                   |  1 -
 target/i386/sev.c              | 12 ++++++++++--
 docs/interop/firmware.json     |  4 +++-
 6 files changed, 21 insertions(+), 11 deletions(-)

-- 
2.53.0
Re: [PULL 0/3] Firmware 20260310 patches
Posted by Peter Maydell 1 month ago
On Tue, 10 Mar 2026 at 13:22, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit de61484ec39f418e5c0d4603017695f9ffb8fe24:
>
>   Merge tag 'linux-user-for-v11-pull-request' of https://github.com/hdeller/qemu-hppa into staging (2026-03-09 14:53:42 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/kraxel/qemu.git tags/firmware-20260310-pull-request
>
> for you to fetch changes up to 470ccb470b33bedede0100fdb703228a3f2683a5:
>
>   i386/sev/igvm: do not reset guest policy if IGVM does not set it (2026-03-10 14:20:41 +0100)
>
> ----------------------------------------------------------------
> - firmware.json spec update for svsm.
> - igvm bugfixes.
>
> ----------------------------------------------------------------



Applied, thanks.

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

-- PMM