qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Berger <stefanb@us.ibm.com>
To: qemu-ppc@nongnu.org
Cc: thuth@redhat.com, aik@au1.ibm.com, nikunj@linux.vnet.ibm.com,
	agraf@suse.de, qemu-devel@nongnu.org, jb613w@att.com,
	Stefan Berger <stefanb@us.ibm.com>
Subject: [Qemu-devel] [PATCH v2 0/3] Add TPM support to ppc64
Date: Mon,  4 Jan 2016 11:14:21 -0500	[thread overview]
Message-ID: <1451924064-8625-1-git-send-email-stefanb@us.ibm.com> (raw)

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	other threads:[~2016-01-04 16:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-04 16:14 Stefan Berger [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1451924064-8625-1-git-send-email-stefanb@us.ibm.com \
    --to=stefanb@us.ibm.com \
    --cc=agraf@suse.de \
    --cc=aik@au1.ibm.com \
    --cc=jb613w@att.com \
    --cc=nikunj@linux.vnet.ibm.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.org \
    --cc=thuth@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).