From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36290) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzK1K-0003Er-S7 for qemu-devel@nongnu.org; Thu, 01 Sep 2011 23:02:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QzK1K-0000Eq-2W for qemu-devel@nongnu.org; Thu, 01 Sep 2011 23:02:18 -0400 Received: from e5.ny.us.ibm.com ([32.97.182.145]:41541) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzK1J-0000Ee-Uz for qemu-devel@nongnu.org; Thu, 01 Sep 2011 23:02:18 -0400 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e5.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id p822W3GT026544 for ; Thu, 1 Sep 2011 22:32:03 -0400 Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p8232GdC109912 for ; Thu, 1 Sep 2011 23:02:16 -0400 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p81L2EYj008740 for ; Thu, 1 Sep 2011 15:02:15 -0600 Message-ID: <4E604737.2060302@linux.vnet.ibm.com> Date: Thu, 01 Sep 2011 23:02:15 -0400 From: Stefan Berger MIME-Version: 1.0 References: <20110831143551.127339744@linux.vnet.ibm.com> <20110901181217.GK10989@redhat.com> In-Reply-To: <20110901181217.GK10989@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH V8 00/14] Qemu Trusted Platform Module (TPM) integration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: chrisw@redhat.com, anbang.ruan@cs.ox.ac.uk, qemu-devel@nongnu.org, rrelyea@redhat.com, alevy@redhat.com, andreas.niederl@iaik.tugraz.at, serge@hallyn.com On 09/01/2011 02:12 PM, Michael S. Tsirkin wrote: > On Wed, Aug 31, 2011 at 10:35:51AM -0400, Stefan Berger wrote: >> Once TPM support is check in to the Qemu git repository, I would like to >> force the usage of libtpms-0.5.2. > So configure will need to test that and disable the backend. > Right. I am currently only building libtpms-0.5.1 myself. So for now I don't want to add this patch that would prevent everyone from building. Stefan