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,
Stefan Berger <stefanb@linux.vnet.ibm.com>,
agraf@suse.de, qemu-devel@nongnu.org, jb613w@att.com
Subject: [Qemu-devel] [PATCH v2 1/3] Enable PPC64 with TPM support
Date: Mon, 4 Jan 2016 11:14:22 -0500 [thread overview]
Message-ID: <1451924064-8625-2-git-send-email-stefanb@us.ibm.com> (raw)
In-Reply-To: <1451924064-8625-1-git-send-email-stefanb@us.ibm.com>
From: Stefan Berger <stefanb@linux.vnet.ibm.com>
Compile the TPM passthrough device emulation on ppc64.
Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
CC: Alexander Graf <agraf@suse.de>
CC: qemu-ppc@nongnu.org
---
configure | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configure b/configure
index 83b40fc..82ca1b5 100755
--- a/configure
+++ b/configure
@@ -3229,7 +3229,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
--
2.4.3
next prev parent 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 [Qemu-devel] [PATCH v2 0/3] Add TPM support to ppc64 Stefan Berger
2016-01-04 16:14 ` Stefan Berger [this message]
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-2-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=stefanb@linux.vnet.ibm.com \
--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).