qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] Add tests for the TPM TIS
@ 2018-02-15 14:10 Stefan Berger
  2018-02-15 14:10 ` [Qemu-devel] [PATCH v2 1/2] tests: Move common TPM test code into tpm-emu.c Stefan Berger
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Stefan Berger @ 2018-02-15 14:10 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanb, marcandre.lureau

This series of patches adds tests for the TPM TIS.

   Stefan

v1->v2:
 - moved common TPM test code into tpm-emu.c
 - clearified a few comments in tpm-tis-test.c, no code changes

Stefan Berger (2):
  tests: Move common TPM test code into tpm-emu.c
  tests: add test for TPM TIS device

 MAINTAINERS            |   1 +
 hw/tpm/tpm_tis.c       | 101 ----------
 include/hw/acpi/tpm.h  | 105 +++++++++++
 tests/Makefile.include |   4 +-
 tests/tpm-crb-test.c   | 174 +-----------------
 tests/tpm-emu.c        | 175 ++++++++++++++++++
 tests/tpm-emu.h        |  38 ++++
 tests/tpm-tis-test.c   | 486 +++++++++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 811 insertions(+), 273 deletions(-)
 create mode 100644 tests/tpm-emu.c
 create mode 100644 tests/tpm-emu.h
 create mode 100644 tests/tpm-tis-test.c

-- 
2.5.5

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

end of thread, other threads:[~2018-02-16 11:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-15 14:10 [Qemu-devel] [PATCH v2 0/2] Add tests for the TPM TIS Stefan Berger
2018-02-15 14:10 ` [Qemu-devel] [PATCH v2 1/2] tests: Move common TPM test code into tpm-emu.c Stefan Berger
2018-02-15 14:10 ` [Qemu-devel] [PATCH v2 2/2] tests: add test for TPM TIS device Stefan Berger
2018-02-16 10:18   ` Marc-André Lureau
2018-02-16 11:45     ` Stefan Berger
2018-02-15 15:52 ` [Qemu-devel] [PATCH v2 0/2] Add tests for the TPM TIS Marc-Andre 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).