From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47342) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQJDA-0004mA-6L for qemu-devel@nongnu.org; Tue, 15 Nov 2011 08:38:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RQJD4-00011o-8O for qemu-devel@nongnu.org; Tue, 15 Nov 2011 08:38:04 -0500 Received: from mail-iy0-f173.google.com ([209.85.210.173]:36867) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQJD3-00011h-WD for qemu-devel@nongnu.org; Tue, 15 Nov 2011 08:37:58 -0500 Received: by iakk32 with SMTP id k32so9948349iak.4 for ; Tue, 15 Nov 2011 05:37:56 -0800 (PST) Message-ID: <4EC26B30.5010506@codemonkey.ws> Date: Tue, 15 Nov 2011 07:37:52 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <4EC1775E.9020400@codemonkey.ws> <4EC1DDA9.80603@linux.vnet.ibm.com> In-Reply-To: <4EC1DDA9.80603@linux.vnet.ibm.com> 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: Stefan Berger Cc: peter.maydell@linaro.org, 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 09:34 PM, Stefan Berger wrote: > 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? I would suggest sending them out in case anyone is interested. Personally, I'm focusing on release issues at the moment so I won't look at them for a couple more weeks. Regards, Anthony Liguori > > Stefan >