qemu-ppc
[Top][All Lists]
Advanced

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

[Qemu-ppc] [PATCH v2 1/3] Enable PPC64 with TPM support


From: Stefan Berger
Subject: [Qemu-ppc] [PATCH v2 1/3] Enable PPC64 with TPM support
Date: Mon, 4 Jan 2016 11:14:22 -0500

From: Stefan Berger <address@hidden>

Compile the TPM passthrough device emulation on ppc64.

Signed-off-by: Stefan Berger <address@hidden>
CC: Alexander Graf <address@hidden>
CC: address@hidden
---
 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




reply via email to

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