From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55823) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dQfAD-0006i1-4S for qemu-devel@nongnu.org; Thu, 29 Jun 2017 15:31:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dQfA9-0000eo-2X for qemu-devel@nongnu.org; Thu, 29 Jun 2017 15:31:41 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:53005) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dQfA8-0000eC-OW for qemu-devel@nongnu.org; Thu, 29 Jun 2017 15:31:36 -0400 Received: from pps.filterd (m0098394.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.20/8.16.0.20) with SMTP id v5TJSe3l119428 for ; Thu, 29 Jun 2017 15:31:34 -0400 Received: from e36.co.us.ibm.com (e36.co.us.ibm.com [32.97.110.154]) by mx0a-001b2d01.pphosted.com with ESMTP id 2bd1dtjw2b-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Thu, 29 Jun 2017 15:31:34 -0400 Received: from localhost by e36.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 29 Jun 2017 13:31:33 -0600 References: <7f0b8d00-236d-37e8-5c1f-e7ea8e4b9146@redhat.com> <6fc5cb94-2cbe-e8ec-7ad7-1aa64cd3a0d1@redhat.com> From: Stefan Berger Date: Thu, 29 Jun 2017 15:31:27 -0400 MIME-Version: 1.0 In-Reply-To: <6fc5cb94-2cbe-e8ec-7ad7-1aa64cd3a0d1@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Message-Id: <1e0889cf-5b50-eae9-037c-5f2b51afc9d7@linux.vnet.ibm.com> Subject: Re: [Qemu-devel] TPM status List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek Cc: Amarnath Valluri , qemu devel list , Javier Martinez Canillas , Peter Jones , =?UTF-8?Q?Marc-Andr=c3=a9_Lureau?= , "Dr. David Alan Gilbert" On 06/27/2017 12:32 PM, Laszlo Ersek wrote: > > Looks great to me, thank you! > > Two requests in addition to the above remarks: > - can you provide command line options / examples wherever appropriate? I didn't add it because we describe that on this page here: http://download.qemu.org/qemu-doc.html "To create a passthrough TPM use the following two options: -tpmdev passthrough,id=tpm0 -device tpm-tis,tpmdev=tpm0" Stefan