From: Stefan Berger <stefanb@linux.vnet.ibm.com>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, Stefan Berger <stefanb@linux.vnet.ibm.com>
Subject: [Qemu-devel] [PULL v1 0/4] Merge tpm 2018/06/06
Date: Wed, 6 Jun 2018 15:58:01 -0400 [thread overview]
Message-ID: <20180606195805.185833-1-stefanb@linux.vnet.ibm.com> (raw)
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
next reply other threads:[~2018-06-06 19:58 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-06 19:58 Stefan Berger [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180606195805.185833-1-stefanb@linux.vnet.ibm.com \
--to=stefanb@linux.vnet.ibm.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).