qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] Refactor code and implement another TPM TIS test
@ 2018-05-30 19:35 Stefan Berger
  2018-05-30 19:35 ` [Qemu-devel] [PATCH 1/4] test: Move reusable code from tpm-crb-swtpm-test.c to tpm-util.c Stefan Berger
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Stefan Berger @ 2018-05-30 19:35 UTC (permalink / raw)
  To: qemu-devel; +Cc: marcandre.lureau, Stefan Berger

This series of patches refactors the tpm-crb-swtpm-test.c in the
first two patches and moves functions into tpm-util.c and tpm-tests.c
for reuse. Patch 3 passes "tpm-crb" to the functions that create the
QEMU command line. Patch 4 is more or less a copy of tpm-crb-swtpm-test.c
adapted for the TIS interface.

   Stefan

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.3

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

end of thread, other threads:[~2018-05-31 10:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-30 19:35 [Qemu-devel] [PATCH 0/4] Refactor code and implement another TPM TIS test Stefan Berger
2018-05-30 19:35 ` [Qemu-devel] [PATCH 1/4] test: Move reusable code from tpm-crb-swtpm-test.c to tpm-util.c Stefan Berger
2018-05-31 10:53   ` Marc-André Lureau
2018-05-30 19:35 ` [Qemu-devel] [PATCH 2/4] test: Move common TPM test functions to tpm-tests.c Stefan Berger
2018-05-31 10:53   ` Marc-André Lureau
2018-05-30 19:35 ` [Qemu-devel] [PATCH 3/4] test: Pass TPM interface model to functions creating command line Stefan Berger
2018-05-31 10:54   ` Marc-André Lureau
2018-05-30 19:35 ` [Qemu-devel] [PATCH 4/4] test: Add swtpm migration test for the TPM TIS interface Stefan Berger
2018-05-31 10:56   ` Marc-André Lureau

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).