From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NGC70-0006Q8-HQ for qemu-devel@nongnu.org; Thu, 03 Dec 2009 08:52:50 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NGC6w-0006MC-St for qemu-devel@nongnu.org; Thu, 03 Dec 2009 08:52:50 -0500 Received: from [199.232.76.173] (port=56621 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGC6w-0006Lv-N1 for qemu-devel@nongnu.org; Thu, 03 Dec 2009 08:52:46 -0500 Received: from lo.gmane.org ([80.91.229.12]:55996) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NGC6w-0007xs-CZ for qemu-devel@nongnu.org; Thu, 03 Dec 2009 08:52:46 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NGC6r-0004T8-CX for qemu-devel@nongnu.org; Thu, 03 Dec 2009 14:52:41 +0100 Received: from nat-pool-brq-t.redhat.com ([209.132.186.34]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Dec 2009 14:52:41 +0100 Received: from pbonzini by nat-pool-brq-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Dec 2009 14:52:41 +0100 From: Paolo Bonzini Date: Thu, 03 Dec 2009 14:52:18 +0100 Message-ID: References: <4B1699D3.8010908@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: <4B1699D3.8010908@codemonkey.ws> Sender: news Subject: [Qemu-devel] Re: Staging update (0.12 pending freeze) List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 12/02/2009 05:46 PM, Anthony Liguori wrote: > I've got all of the patches I'm considering for 0.12 currently in > staging. I'm going to work through and test/commit these in a few > chunks over the next few days before freezing the tree. > > If you have a pending patch that you think should be in 0.12, please > check to make sure it's there. If you have a new patch you'd like to > consider for 0.12, please indicate that in the subject with a [FOR 0.12] > tag as I don't plan on doing another full pull of patches (since testing > takes time). This one is missing: http://permalink.gmane.org/gmane.comp.emulators.qemu/57388 [PATCH] Fix thinko in linuxboot.S Paolo