qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH V4 00/10] Qemu Trusted Platform Module (TPM) int


From: Stefan Berger
Subject: Re: [Qemu-devel] [PATCH V4 00/10] Qemu Trusted Platform Module (TPM) integration
Date: Tue, 10 May 2011 06:46:45 -0400
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc14 Lightning/1.0b3pre Thunderbird/3.1.10

On 05/10/2011 12:07 AM, Serge E. Hallyn wrote:
To get this to compile on top of qemu-kvm, I needed the following
patch to force CONFIG_THREAD on so as to define things like
qemu_mutex_lock:

Index: qemu-kvm-tpm/configure
===================================================================
--- qemu-kvm-tpm.orig/configure 2011-05-09 21:19:10.920002303 -0500
+++ qemu-kvm-tpm/configure      2011-05-09 21:19:22.150002305 -0500
@@ -3420,6 +3420,7 @@
            exit 1
        fi
        echo "CONFIG_TPM=y">>  $config_host_mak
+      echo "CONFIG_THREAD=y">>  $config_host_mak
    fi
  fi

That seems to be qemu-kvm specific.

  Stefan




reply via email to

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