From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53579) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMRLg-000805-2j for qemu-devel@nongnu.org; Tue, 17 May 2011 16:58:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QMRLe-0001MF-UA for qemu-devel@nongnu.org; Tue, 17 May 2011 16:58:35 -0400 Received: from hrndva-omtalb.mail.rr.com ([71.74.56.124]:45735) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMRLe-0001M7-SC for qemu-devel@nongnu.org; Tue, 17 May 2011 16:58:34 -0400 Date: Tue, 17 May 2011 15:58:32 -0500 From: "Serge E. Hallyn" Message-ID: <20110517205832.GA21516@mail.hallyn.com> References: <20110506173224.278066589@linux.vnet.ibm.com> <20110506173244.297608456@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110506173244.297608456@linux.vnet.ibm.com> Subject: Re: [Qemu-devel] [PATCH V4 01/10] Support for TPM command line options List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Berger Cc: serge@hallyn.com, qemu-devel@nongnu.org, andreas.niederl@iaik.tugraz.at Quoting Stefan Berger (stefanb@linux.vnet.ibm.com): > This patch adds support for TPM command line options. > The command line supported here (considering the libtpms based > backend) are > > ./qemu-... -tpm type=,path=, Hm, I did kvm -tpm type=builtin,path=tpm.img -m 1G disk.img -vnc :1 with disk.img being a newly installed VM. I installed trousers and tpm-tools, tried loading the tpm, tpm_tis, tpm_infineon, and some other modules, /dev/tpm was never created, and tpm_takeownership continued to give me: Tspi_Context_Connect failed: 0x00003011 - layer=tsp, code=0011 (17), Communication failure Which kernel module should work with builtin? thanks, -serge