[PULL v1 0/3] Merge tpm 2026/07/10 v1

Stefan Berger posted 3 patches 1 day, 9 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260710144108.621828-1-stefanb@linux.ibm.com
Maintainers: "Philippe Mathieu-Daudé" <philmd@mailo.com>, Zhao Liu <zhao1.liu@intel.com>, Stefan Berger <stefanb@linux.vnet.ibm.com>
hw/core/machine.c       |  1 +
hw/core/platform-bus.c  |  3 +--
hw/tpm/tpm_tis.h        |  1 +
hw/tpm/tpm_tis_sysbus.c | 18 +++++++++++-------
4 files changed, 14 insertions(+), 9 deletions(-)
[PULL v1 0/3] Merge tpm 2026/07/10 v1
Posted by Stefan Berger 1 day, 9 hours ago
The following changes since commit ab2056a0b7c944b16b224a8feabd99023772ae91:

  Merge tag 'pull-ufs-20260709' of https://gitlab.com/jeuk20.kim/qemu into staging (2026-07-09 12:04:14 +0200)

are available in the Git repository at:

  https://github.com/stefanberger/qemu-tpm.git tags/pull-tpm-2026-07-10-1

for you to fetch changes up to 5e33de4f00c25f12afdf02481e0dd4013a7e96b9:

  hw/core/machine: disable tpm-tis-device PPI for machine type <= 11.0 (2026-07-10 10:29:27 -0400)

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

This series of patches fixes a backwards compatibility issue related to
migration of VMs on aarch64.

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

Mohammadfaiz Bawa (3):
  hw/core/platform-bus: guard platform_bus_get_mmio_addr() against NULL
  hw/tpm: gate PPI support on tpm-tis-device behind a device property
  hw/core/machine: disable tpm-tis-device PPI for machine type <= 11.0

 hw/core/machine.c       |  1 +
 hw/core/platform-bus.c  |  3 +--
 hw/tpm/tpm_tis.h        |  1 +
 hw/tpm/tpm_tis_sysbus.c | 18 +++++++++++-------
 4 files changed, 14 insertions(+), 9 deletions(-)

-- 
2.55.0
Re: [PULL v1 0/3] Merge tpm 2026/07/10 v1
Posted by Stefan Hajnoczi 15 hours ago
Applied, thanks.

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