From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MPJcC-0001nR-1Y for qemu-devel@nongnu.org; Fri, 10 Jul 2009 13:10:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MPJc7-0001lR-EK for qemu-devel@nongnu.org; Fri, 10 Jul 2009 13:10:27 -0400 Received: from [199.232.76.173] (port=38173 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MPJc7-0001lM-8p for qemu-devel@nongnu.org; Fri, 10 Jul 2009 13:10:23 -0400 Received: from verein.lst.de ([213.95.11.210]:41854) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1MPJc6-0001Pg-Ma for qemu-devel@nongnu.org; Fri, 10 Jul 2009 13:10:23 -0400 Date: Fri, 10 Jul 2009 19:10:19 +0200 From: Christoph Hellwig Subject: Re: [Qemu-devel] Planning for the 0.11.0 release Message-ID: <20090710171019.GA5014@lst.de> References: <4A401A65.3080804@us.ibm.com> <1247128021.22231.1.camel@blaa> <4A55F150.3020803@codemonkey.ws> <87eisp1gx2.fsf@pike.pond.sub.org> <4A5747E4.3030101@us.ibm.com> <4A57586B.9050900@siemens.com> <4A576317.6010000@us.ibm.com> <4A577291.4000206@redhat.com> <4A57736D.6040708@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A57736D.6040708@codemonkey.ws> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Kevin Wolf , "qemu-devel@nongnu.org" , kvm-devel , Christoph Hellwig On Fri, Jul 10, 2009 at 11:59:25AM -0500, Anthony Liguori wrote: > >If I'm not mistaken, the patch "qemu-io: Implement > >bdrv_get_buffer/bdrv_put_buffer" is missing from the queue. > > > > I just did a pull a few hours ago from Christoph's qemu-io tree. I'm > expecting qemu-io patches to go through his tree. I hold that patch back for now as it will need a bit of work if the ->bdrv_{get,put}_buffer renaming patch goes in. Just looking at the queue Anthony only has queued up the older non-renaming version. Anthony was this an accident or do you dislike the renaming?