From: Stefan Berger <stefanb@linux.ibm.com>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, Stefan Berger <stefanb@linux.ibm.com>
Subject: [PULL v1 0/3] Merge tpm 2026/07/10 v1
Date: Fri, 10 Jul 2026 10:41:05 -0400 [thread overview]
Message-ID: <20260710144108.621828-1-stefanb@linux.ibm.com> (raw)
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
next reply other threads:[~2026-07-10 14:41 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-10 14:41 Stefan Berger [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260710144108.621828-1-stefanb@linux.ibm.com \
--to=stefanb@linux.ibm.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.