All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL v1 0/3] Merge tpm 2026/07/10 v1
@ 2026-07-10 14:41 Stefan Berger
  2026-07-10 14:41 ` [PULL v1 1/3] hw/core/platform-bus: guard platform_bus_get_mmio_addr() against NULL Stefan Berger
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Stefan Berger @ 2026-07-10 14:41 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, Stefan Berger

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-07-11  8:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-10 14:41 [PULL v1 0/3] Merge tpm 2026/07/10 v1 Stefan Berger
2026-07-10 14:41 ` [PULL v1 1/3] hw/core/platform-bus: guard platform_bus_get_mmio_addr() against NULL Stefan Berger
2026-07-10 14:41 ` [PULL v1 2/3] hw/tpm: gate PPI support on tpm-tis-device behind a device property Stefan Berger
2026-07-10 14:41 ` [PULL v1 3/3] hw/core/machine: disable tpm-tis-device PPI for machine type <= 11.0 Stefan Berger
2026-07-11  8:39 ` [PULL v1 0/3] Merge tpm 2026/07/10 v1 Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.