qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] Add TPM support to ppc64
@ 2015-06-16  2:27 Stefan Berger
  2015-06-16  2:27 ` [Qemu-devel] [PATCH 1/3] Enable PPC64 with TPM support Stefan Berger
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Stefan Berger @ 2015-06-16  2:27 UTC (permalink / raw)
  To: qemu-ppc, aik, nikunj; +Cc: Stefan Berger, agraf, qemu-devel

The following series of patches adds TPM support for ppc64.
The CUSE TPM backend, which is part of the TPM passthrough backend, 
should be considered for providing a private vTPM to a VM. The
series implementing support for this has recently been posted here:

http://lists.nongnu.org/archive/html/qemu-devel/2015-06/msg02163.html

Stefan Berger (3):
  Enable PPC64 with TPM support
  tpm: remove TPMState usage from backend
  tpm: Support TPM for ppc64 using CRQ based interface

 backends/tpm.c               |   5 +-
 configure                    |   3 +-
 hw/tpm/Makefile.objs         |   2 +
 hw/tpm/spapr_vtpm.c          | 539 +++++++++++++++++++++++++++++++++++++++++++
 hw/tpm/spapr_vtpm.h          |  65 ++++++
 hw/tpm/tpm_passthrough.c     |  18 +-
 hw/tpm/tpm_tis.c             |   7 +-
 include/hw/ppc/spapr_vio.h   |   1 +
 include/sysemu/tpm.h         |   1 +
 include/sysemu/tpm_backend.h |  15 +-
 qapi-schema.json             |   6 +-
 11 files changed, 646 insertions(+), 16 deletions(-)
 create mode 100644 hw/tpm/spapr_vtpm.c
 create mode 100644 hw/tpm/spapr_vtpm.h

-- 
1.9.3

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

end of thread, other threads:[~2015-06-16  2:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-16  2:27 [Qemu-devel] [PATCH 0/3] Add TPM support to ppc64 Stefan Berger
2015-06-16  2:27 ` [Qemu-devel] [PATCH 1/3] Enable PPC64 with TPM support Stefan Berger
2015-06-16  2:27 ` [Qemu-devel] [PATCH 2/3] tpm: remove TPMState usage from backend Stefan Berger
2015-06-16  2:27 ` [Qemu-devel] [PATCH 3/3] tpm: Support TPM for ppc64 using CRQ based interface 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).