From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60974) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RaFzP-0007v1-9R for qemu-devel@nongnu.org; Mon, 12 Dec 2011 19:13:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RaFzO-00015x-42 for qemu-devel@nongnu.org; Mon, 12 Dec 2011 19:12:59 -0500 Received: from e31.co.us.ibm.com ([32.97.110.149]:40623) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RaFzN-00015W-Tg for qemu-devel@nongnu.org; Mon, 12 Dec 2011 19:12:58 -0500 Received: from /spool/local by e31.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 12 Dec 2011 17:12:53 -0700 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay04.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id pBD0CmDe164430 for ; Mon, 12 Dec 2011 17:12:48 -0700 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id pBD0Cluv030793 for ; Mon, 12 Dec 2011 17:12:48 -0700 Message-ID: <4EE6987F.1000100@linux.vnet.ibm.com> Date: Mon, 12 Dec 2011 19:12:47 -0500 From: Stefan Berger MIME-Version: 1.0 References: <1323717136-21661-1-git-send-email-stefanb@linux.vnet.ibm.com> <1323717136-21661-7-git-send-email-stefanb@linux.vnet.ibm.com> <4EE68DFF.6050908@codemonkey.ws> In-Reply-To: <4EE68DFF.6050908@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH V13 6/7] Introduce --enable-tpm-passthrough configure option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: mst@redhat.com, qemu-devel@nongnu.org, andreas.niederl@iaik.tugraz.at On 12/12/2011 06:27 PM, Anthony Liguori wrote: > On 12/12/2011 01:12 PM, Stefan Berger wrote: >> Introduce --enable-tpm-passthrough configure option. >> >> Signed-off-by: Stefan Berger >> --- >> configure | 16 +++++++++++++++- >> 1 files changed, 15 insertions(+), 1 deletions(-) >> >> diff --git a/configure b/configure >> index 25995bc..ffb599e 100755 >> --- a/configure >> +++ b/configure >> @@ -186,6 +186,7 @@ zlib="yes" >> guest_agent="yes" >> libiscsi="" >> tpm="no" >> +tpm_passthrough="no" > > Same as before, please probe for existence. We would be probing for /dev/tpm0. Is that really what we want that this driver only gets compiled if /dev/tpm0 is (currently) available? Regards, Stefan