qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Berger <stefanb@linux.vnet.ibm.com>
To: qemu-ppc@nongnu.org, aik@au1.ibm.com, nikunj@linux.vnet.ibm.com
Cc: Stefan Berger <stefanb@linux.vnet.ibm.com>,
	agraf@suse.de, qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 1/3] Enable PPC64 with TPM support
Date: Mon, 15 Jun 2015 22:27:19 -0400	[thread overview]
Message-ID: <1434421641-1954510-2-git-send-email-stefanb@linux.vnet.ibm.com> (raw)
In-Reply-To: <1434421641-1954510-1-git-send-email-stefanb@linux.vnet.ibm.com>

Compile the TPM passthrough device emulation on ppc64.

Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>

---
 configure | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure b/configure
index 409edf9..d260057 100755
--- a/configure
+++ b/configure
@@ -3029,7 +3029,8 @@ fi
 ##########################################
 # TPM passthrough is only on x86 Linux
 
-if test "$targetos" = Linux && test "$cpu" = i386 -o "$cpu" = x86_64; then
+if test "$targetos" = Linux && test "$cpu" = i386 -o "$cpu" = x86_64 \
+    -o "$cpu" = ppc64; then
   tpm_passthrough=$tpm
 else
   tpm_passthrough=no
-- 
1.9.3

  reply	other threads:[~2015-06-16  2:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-16  2:27 [Qemu-devel] [PATCH 0/3] Add TPM support to ppc64 Stefan Berger
2015-06-16  2:27 ` Stefan Berger [this message]
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

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=1434421641-1954510-2-git-send-email-stefanb@linux.vnet.ibm.com \
    --to=stefanb@linux.vnet.ibm.com \
    --cc=agraf@suse.de \
    --cc=aik@au1.ibm.com \
    --cc=nikunj@linux.vnet.ibm.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.org \
    /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).