[Qemu-devel] [PULL v2 0/5] Merge tpm 2018/10/29 v2

Stefan Berger posted 5 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181030214740.2294043-1-stefanb@linux.vnet.ibm.com
Test docker-clang@ubuntu passed
Test checkpatch passed
Test asan passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
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(-)
[Qemu-devel] [PULL v2 0/5] Merge tpm 2018/10/29 v2
Posted by Stefan Berger 7 years ago
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


Re: [Qemu-devel] [PULL v2 0/5] Merge tpm 2018/10/29 v2
Posted by Peter Maydell 7 years ago
On 30 October 2018 at 21:47, Stefan Berger <stefanb@linux.vnet.ibm.com> wrote:
> 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)
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM