From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NUkGD-0005Tl-9q for qemu-devel@nongnu.org; Tue, 12 Jan 2010 12:10:29 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NUkG8-0005Qa-Kt for qemu-devel@nongnu.org; Tue, 12 Jan 2010 12:10:28 -0500 Received: from [199.232.76.173] (port=51934 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUkG8-0005QG-Dv for qemu-devel@nongnu.org; Tue, 12 Jan 2010 12:10:24 -0500 Received: from mx1.redhat.com ([209.132.183.28]:46350) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NUkG7-00029Q-7D for qemu-devel@nongnu.org; Tue, 12 Jan 2010 12:10:23 -0500 Message-ID: <4B4CACEE.8090505@redhat.com> Date: Tue, 12 Jan 2010 18:10:06 +0100 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/6] pc: add machine type for 0.12 References: <1262960742-18267-1-git-send-email-kraxel@redhat.com> <1262960742-18267-2-git-send-email-kraxel@redhat.com> <4B4B8101.30302@codemonkey.ws> In-Reply-To: <4B4B8101.30302@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org On 01/11/10 20:50, Anthony Liguori wrote: > On 01/08/2010 08:25 AM, Gerd Hoffmann wrote: >> Add a new machine type for qemu 0.12. >> >> Also fixup the 0.11 machine type: msi for virtio-blk-pci was enabled >> after the 0.11 release, so turn it off in the 0.11 machine type. >> >> Signed-off-by: Gerd Hoffmann > > Applied all. Thanks. Note: this is intented to be applied to 0.12 too. Forgot to mention in $subject. The series description should have made that clear though. On a related note: Tried to check staging for stable. anthony-queue.git seems to be unused now though (last update a few weeks ago) Can you post a summary of which git trees are where right now and what is planned (transition to git.qemu.org?). thanks, Gerd