From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33534) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQ9mt-0001yB-0M for qemu-devel@nongnu.org; Mon, 14 Nov 2011 22:34:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RQ9mr-0001TK-Qg for qemu-devel@nongnu.org; Mon, 14 Nov 2011 22:34:18 -0500 Received: from e34.co.us.ibm.com ([32.97.110.152]:60480) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQ9mr-0001T0-Jd for qemu-devel@nongnu.org; Mon, 14 Nov 2011 22:34:17 -0500 Received: from /spool/local by e34.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 14 Nov 2011 20:34:12 -0700 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id pAF3YAmh176054 for ; Mon, 14 Nov 2011 20:34:10 -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 pAF3Y32D011692 for ; Mon, 14 Nov 2011 20:34:10 -0700 Message-ID: <4EC1DDA9.80603@linux.vnet.ibm.com> Date: Mon, 14 Nov 2011 22:34:01 -0500 From: Stefan Berger MIME-Version: 1.0 References: <4EC1775E.9020400@codemonkey.ws> In-Reply-To: <4EC1775E.9020400@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Summary of Anthony's 'next' queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: peter.maydell@linaro.org, aliguori@us.ibm.com, pingfank@linux.vnet.ibm.com, ehabkost@redhat.com, jordan.l.justen@intel.com, coreyb@linux.vnet.ibm.com, qemu-devel , pavel.borzenkov@gmail.com, mdroth@linux.vnet.ibm.com, zanghongyong@huawei.com, smizrahi@redhat.com, hpoussin@reactos.org, pbonzini@redhat.com, mlspirat42@gmail.com, david@gibson.dropbear.id.au On 11/14/2011 03:17 PM, Anthony Liguori wrote: > Hi, > > This is a summary of the patches that I have queued in my next tree > that were identified as 1.1 candidates. These patches will not be > applied until after the 1.1 tree opens (December 1st). > > These patches have not been tested yet and may receive additional > review comments. This note is meant to let submitters know that their > patch has not been forgotten. > > Here's the full list: > > 050 stefanb@linux.vnet.ibm.com Support for TPM command line options > 051 stefanb@linux.vnet.ibm.com Add TPM (frontend) hardware > interface (TPM TIS) to Qemu > 052 stefanb@linux.vnet.ibm.com Add a debug register > 053 stefanb@linux.vnet.ibm.com Build the TPM frontend code > 054 stefanb@linux.vnet.ibm.com Add a TPM Passthrough backend > driver implementation > 055 stefanb@linux.vnet.ibm.com Introduce --enable-tpm-passthrough > configure option > 056 stefanb@linux.vnet.ibm.com Move parsing of filedescriptor into > common function > 057 stefanb@linux.vnet.ibm.com Add fd parameter for TPM > passthrough driver I have two patches that fix a deallocation issue in an error path and that restrict the 'fd' passed via command line to only be of chardev type. Should I post it 'now' or only once 1.1 opens? Stefan