mbox

[PULL,v1,0/3] Merge tpm 2020/05/06 v1

Message ID 20200506142746.369563-1-stefanb@linux.vnet.ibm.com (mailing list archive)
State New, archived
Headers show

Pull-request

git://github.com/stefanberger/qemu-tpm.git tags/pull-tpm-2020-05-06-1

Message

Stefan Berger May 6, 2020, 2:27 p.m. UTC
Hello!
  This PR provides PPI changes for TPM support on ARM and compat
  machines for QEMU 5.1

Regards,
   Stefan

The following changes since commit ea1329bb3a8d5cd25b70e3dbf73e7ded4d5ad756:

  Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-05-05' into staging (2020-05-05 16:46:37 +0100)

are available in the Git repository at:

  git://github.com/stefanberger/qemu-tpm.git tags/pull-tpm-2020-05-06-1

for you to fetch changes up to 541aaa1df80df465c7dc934dc8cf57c0e3dfd6c3:

  hw: add compat machines for 5.1 (2020-05-06 10:12:16 -0400)

----------------------------------------------------------------
Cornelia Huck (1):
      hw: add compat machines for 5.1

Eric Auger (2):
      tpm: tpm-tis-device: set PPI to false by default
      hw/arm/virt: Remove the compat forcing tpm-tis-device PPI to off

 hw/arm/virt.c              | 13 +++++++------
 hw/core/machine.c          |  3 +++
 hw/i386/pc.c               |  3 +++
 hw/i386/pc_piix.c          | 14 +++++++++++++-
 hw/i386/pc_q35.c           | 13 ++++++++++++-
 hw/ppc/spapr.c             | 15 +++++++++++++--
 hw/s390x/s390-virtio-ccw.c | 14 +++++++++++++-
 hw/tpm/tpm_tis_sysbus.c    |  2 +-
 include/hw/boards.h        |  3 +++
 include/hw/i386/pc.h       |  3 +++
 10 files changed, 71 insertions(+), 12 deletions(-)

Comments

Peter Maydell May 7, 2020, 8:45 a.m. UTC | #1
On Wed, 6 May 2020 at 15:27, Stefan Berger <stefanb@linux.vnet.ibm.com> wrote:
>
> Hello!
>   This PR provides PPI changes for TPM support on ARM and compat
>   machines for QEMU 5.1
>
> Regards,
>    Stefan
>
> The following changes since commit ea1329bb3a8d5cd25b70e3dbf73e7ded4d5ad756:
>
>   Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-05-05' into staging (2020-05-05 16:46:37 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/stefanberger/qemu-tpm.git tags/pull-tpm-2020-05-06-1
>
> for you to fetch changes up to 541aaa1df80df465c7dc934dc8cf57c0e3dfd6c3:
>
>   hw: add compat machines for 5.1 (2020-05-06 10:12:16 -0400)
>
> ----------------------------------------------------------------
> Cornelia Huck (1):
>       hw: add compat machines for 5.1
>
> Eric Auger (2):
>       tpm: tpm-tis-device: set PPI to false by default
>       hw/arm/virt: Remove the compat forcing tpm-tis-device PPI to off
>


Applied, thanks.

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

-- PMM