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

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 been posted here:

http://lists.gnu.org/archive/html/qemu-devel/2016-01/msg00086.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          | 541 +++++++++++++++++++++++++++++++++++++++++++
 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, 648 insertions(+), 16 deletions(-)
 create mode 100644 hw/tpm/spapr_vtpm.c
 create mode 100644 hw/tpm/spapr_vtpm.h

-- 
2.4.3

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

end of thread, other threads:[~2016-01-04 16:14 UTC | newest]

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