[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 1/3] Enable PPC64 with TPM support
From: |
Stefan Berger |
Subject: |
[Qemu-devel] [PATCH 1/3] Enable PPC64 with TPM support |
Date: |
Mon, 15 Jun 2015 22:27:19 -0400 |
Compile the TPM passthrough device emulation on ppc64.
Signed-off-by: Stefan Berger <address@hidden>
---
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