mbox

[PULL,v1,0/2] Merge tpm 2020/07/15 v1

Message ID 20200715192307.1798092-1-stefanb@linux.vnet.ibm.com
State New
Headers show

Pull-request

git://github.com/stefanberger/qemu-tpm.git tags/pull-tpm-2020-07-15-1

Message

Stefan Berger July 15, 2020, 7:23 p.m. UTC
Hello!

This series fixes a couple of minor issues with the PPC64 TPM SPAPR interface
and a test case.

   Stefan

The following changes since commit 8746309137ba470d1b2e8f5ce86ac228625db940:

  Update version for v5.1.0-rc0 release (2020-07-15 19:08:07 +0100)

are available in the Git repository at:

  git://github.com/stefanberger/qemu-tpm.git tags/pull-tpm-2020-07-15-1

for you to fetch changes up to df8a7568932e4c3c930fdfeb228dd72b4bb71a1f:

  tests: tpm: Skip over pcrUpdateCounter byte in result comparison (2020-07-15 14:57:33 -0400)

---------------------------------------------------------------
Stefan Berger (2):
      tpm: tpm_spapr: Exit on TPM backend failures
      tests: tpm: Skip over pcrUpdateCounter byte in result comparison

 hw/tpm/tpm_spapr.c     | 5 ++++-
 tests/qtest/tpm-util.c | 6 +++++-
 2 files changed, 9 insertions(+), 2 deletions(-)

Comments

Peter Maydell July 16, 2020, 5:50 p.m. UTC | #1
On Wed, 15 Jul 2020 at 20:23, Stefan Berger <stefanb@linux.vnet.ibm.com> wrote:
>
> Hello!
>
> This series fixes a couple of minor issues with the PPC64 TPM SPAPR interface
> and a test case.
>
>    Stefan
>
> The following changes since commit 8746309137ba470d1b2e8f5ce86ac228625db940:
>
>   Update version for v5.1.0-rc0 release (2020-07-15 19:08:07 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/stefanberger/qemu-tpm.git tags/pull-tpm-2020-07-15-1
>
> for you to fetch changes up to df8a7568932e4c3c930fdfeb228dd72b4bb71a1f:
>
>   tests: tpm: Skip over pcrUpdateCounter byte in result comparison (2020-07-15 14:57:33 -0400)
>
> ---------------------------------------------------------------
> Stefan Berger (2):
>       tpm: tpm_spapr: Exit on TPM backend failures
>       tests: tpm: Skip over pcrUpdateCounter byte in result comparison


Applied, thanks.

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

-- PMM