qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL v1 0/4] Merge tpm 2018/06/06
@ 2018-06-06 19:58 Stefan Berger
  2018-06-06 19:58 ` [Qemu-devel] [PULL v1 1/4] test: Move reusable code from tpm-crb-swtpm-test.c to tpm-util.c Stefan Berger
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Stefan Berger @ 2018-06-06 19:58 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, Stefan Berger

This series of patches refactors existing TPM test code and adds another
TPM TIS test case testing TPM migration.

    Stefan

The following changes since commit c1c2a435905ae76b159c573b0c0d6f095b45ebc6:

  Merge remote-tracking branch 'remotes/stsquad/tags/pull-docker-updates-050618-1' into staging (2018-06-05 17:06:23 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 70663851ed4242435676c0bc288efbc1bc4ccf87:

  test: Add swtpm migration test for the TPM TIS interface (2018-06-06 15:44:12 -0400)

----------------------------------------------------------------
Merge tpm 2018/06/06 v1

----------------------------------------------------------------
Stefan Berger (4):
      test: Move reusable code from tpm-crb-swtpm-test.c to tpm-util.c
      test: Move common TPM test functions to tpm-tests.c
      test: Pass TPM interface model to functions creating command line
      test: Add swtpm migration test for the TPM TIS interface

 tests/Makefile.include     |   5 +-
 tests/tpm-crb-swtpm-test.c | 189 +--------------------------------------------
 tests/tpm-tests.c          | 127 ++++++++++++++++++++++++++++++
 tests/tpm-tests.h          |  26 +++++++
 tests/tpm-tis-swtpm-test.c |  66 ++++++++++++++++
 tests/tpm-util.c           | 138 +++++++++++++++++++++++++++++++++
 tests/tpm-util.h           |  14 ++++
 7 files changed, 379 insertions(+), 186 deletions(-)
 create mode 100644 tests/tpm-tests.c
 create mode 100644 tests/tpm-tests.h
 create mode 100644 tests/tpm-tis-swtpm-test.c

-- 
2.14.4

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-06-07 10:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-06 19:58 [Qemu-devel] [PULL v1 0/4] Merge tpm 2018/06/06 Stefan Berger
2018-06-06 19:58 ` [Qemu-devel] [PULL v1 1/4] test: Move reusable code from tpm-crb-swtpm-test.c to tpm-util.c Stefan Berger
2018-06-06 19:58 ` [Qemu-devel] [PULL v1 2/4] test: Move common TPM test functions to tpm-tests.c Stefan Berger
2018-06-06 19:58 ` [Qemu-devel] [PULL v1 3/4] test: Pass TPM interface model to functions creating command line Stefan Berger
2018-06-06 19:58 ` [Qemu-devel] [PULL v1 4/4] test: Add swtpm migration test for the TPM TIS interface Stefan Berger
2018-06-07 10:24 ` [Qemu-devel] [PULL v1 0/4] Merge tpm 2018/06/06 Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).