qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/3] Add TPM support to ppc64


From: Stefan Berger
Subject: [Qemu-devel] [PATCH v2 0/3] Add TPM support to ppc64
Date: Mon, 4 Jan 2016 11:14:21 -0500

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]