qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v5 for 2.13 0/4] tpm: Extend TPM with state migration support
@ 2018-03-16 21:46 Stefan Berger
  2018-03-16 21:46 ` [Qemu-devel] [PATCH v5 for 2.13 1/4] tpm: extend TPM emulator " Stefan Berger
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Stefan Berger @ 2018-03-16 21:46 UTC (permalink / raw)
  To: qemu-devel; +Cc: dgilbert, marcandre.lureau, Stefan Berger

This series of patches implements support for migrating the state of the
external 'swtpm' TPM emulator as well as that of the TIS interface. 

For testing of TPM 2 (migration) please use the following git repos and
branches:

libtpms: 
   - repo: https://github.com/stefanberger/libtpms
   - branch: tpm2-preview.rev146.v2

swtpm:
   - repo: https://github.com/stefanberger/swtpm
   - branch: tpm2-preview.rev146.v2

Regards,
  Stefan

Changes:
 v4->v5:
   - followed Marc-André's and Alan's comments where possible; some comments
     were not addressed and reasons posted to mailing list
   - converted debug statements to tracing
   - qemu_chr_fe_read_all does not return errno, so displaying expected versus
     received number of bytes rather than strerror(errno)
   - added test cases
   - added documentation for migration to docs/spec/tpm.txt

 v3->v4:
   - dropped the size limit enforcement on blobs received from the swtpm
   - the .post_load migration function requires errno's to be returned.
     -> some of the functions have been converted to return a better errno


Stefan Berger (4):
  tpm: extend TPM emulator with state migration support
  tpm: extend TPM TIS with state migration support
  docs: tpm: add VM save/restore example and troubleshooting guide
  tpm: Add test cases that uses the external swtpm with CRB interface

 docs/specs/tpm.txt         | 106 +++++++++++++++
 hw/tpm/tpm_emulator.c      | 318 +++++++++++++++++++++++++++++++++++++++++++--
 hw/tpm/tpm_tis.c           |  52 +++++++-
 hw/tpm/trace-events        |   9 +-
 tests/Makefile.include     |   3 +
 tests/tpm-crb-swtpm-test.c | 243 ++++++++++++++++++++++++++++++++++
 6 files changed, 717 insertions(+), 14 deletions(-)
 create mode 100644 tests/tpm-crb-swtpm-test.c

-- 
2.5.5

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

end of thread, other threads:[~2018-03-29  8:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-16 21:46 [Qemu-devel] [PATCH v5 for 2.13 0/4] tpm: Extend TPM with state migration support Stefan Berger
2018-03-16 21:46 ` [Qemu-devel] [PATCH v5 for 2.13 1/4] tpm: extend TPM emulator " Stefan Berger
2018-03-16 21:46 ` [Qemu-devel] [PATCH v5 for 2.13 2/4] tpm: extend TPM TIS " Stefan Berger
2018-03-16 21:46 ` [Qemu-devel] [PATCH v5 for 2.13 3/4] docs: tpm: add VM save/restore example and troubleshooting guide Stefan Berger
2018-03-28 15:48   ` Marc-André Lureau
2018-03-28 21:15     ` Stefan Berger
2018-03-29  8:50       ` Dr. David Alan Gilbert
2018-03-16 21:46 ` [Qemu-devel] [PATCH v5 for 2.13 4/4] tpm: Add test cases that uses the external swtpm with CRB interface Stefan Berger
2018-03-16 22:00 ` [Qemu-devel] [PATCH v5 for 2.13 0/4] tpm: Extend TPM with state migration support no-reply
2018-03-16 23:26   ` Stefan Berger

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