From: Stefan Berger <stef...@linux.vnet.ibm.com>

This pull request fixes a couple of TPM support related issues,
such as full initialization of a variable to quiet down valgrind,
a possible race in the TPM related test cases and marking test
cases as skipped if swtpm was not found in PATH.

   Stefan

The following changes since commit a4d710251fa5aa9ec26de4626f11c78500195d12:

  Merge remote-tracking branch 
'remotes/berrange/tags/qcrypto-next-pull-request' into staging (2018-10-24 
22:08:42 +0100)

are available in the Git repository at:

  git://github.com/stefanberger/qemu-tpm.git tags/pull-tpm-2018-10-29-1

for you to fetch changes up to f9da599490730cf0c3016f15225d7f1ee15bec75:

  tpm: Zero-init structure to avoid uninitialized variables in valgrind log 
(2018-10-27 10:33:18 -0400)

----------------------------------------------------------------
Marc-André Lureau (2):
      tests/tpm: fix tpm_util_swtpm_has_tpm2()
      tests/tpm: mark swtpm test as skipped instead of successful

Stefan Berger (3):
      docs: tpm: Mention implemented TPM CRB interface emulation and specs
      MAINTAINERS: Change my email address to the new domain
      tpm: Zero-init structure to avoid uninitialized variables in valgrind log

 MAINTAINERS           |  2 +-
 docs/specs/tpm.txt    | 15 +++++++++++++++
 hw/tpm/tpm_emulator.c |  2 +-
 tests/tpm-tests.c     | 33 +++++++++++++++++++++------------
 tests/tpm-util.c      | 52 ++++++++++++++++++++--------------------------------
 tests/tpm-util.h      |  2 ++
 6 files changed, 60 insertions(+), 46 deletions(-)

-- 
2.17.1


Reply via email to