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-2
for you to fetch changes up to eff1fe9fd0cebe2293eea9597616f792b6b5ad18:
tpm: Zero-init structure to avoid uninitialized variables in valgrind log (2018-10-30 17:34:22 -0400)
----------------------------------------------------------------
Marc-André Lureau (2):
tests/tpm: fix tpm_util_swtpm_has_tpm2()
tests/tpm: Display if swtpm is not found or --tpm2 not supported
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 | 1 +
tests/tpm-tests.c | 33 +++++++++++++++++++++------------
tests/tpm-util.c | 52 ++++++++++++++++++++--------------------------------
tests/tpm-util.h | 2 ++
6 files changed, 60 insertions(+), 45 deletions(-)
--
2.17.1