From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NUmFu-0003rN-El for qemu-devel@nongnu.org; Tue, 12 Jan 2010 14:18:18 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NUmFp-0003jg-Po for qemu-devel@nongnu.org; Tue, 12 Jan 2010 14:18:17 -0500 Received: from [199.232.76.173] (port=35218 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUmFp-0003jH-DL for qemu-devel@nongnu.org; Tue, 12 Jan 2010 14:18:13 -0500 Received: from mail-qy0-f194.google.com ([209.85.221.194]:63166) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NUmFp-0005tk-6p for qemu-devel@nongnu.org; Tue, 12 Jan 2010 14:18:13 -0500 Received: by qyk32 with SMTP id 32so2592288qyk.4 for ; Tue, 12 Jan 2010 11:18:12 -0800 (PST) Message-ID: <4B4CCAF2.4020405@codemonkey.ws> Date: Tue, 12 Jan 2010 13:18:10 -0600 From: Anthony Liguori 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> <4B4CACEE.8090505@redhat.com> In-Reply-To: <4B4CACEE.8090505@redhat.com> 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: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 01/12/2010 11:10 AM, Gerd Hoffmann wrote: > 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. Thanks, I'll make sure to pull those in to stable. > 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?). I'm trying something a little different. I'm using a different mechanism to track patches and trying to make sure to always push patches on a daily basis. If this works out, a staging tree won't make sense anymore. Give me a week or two to see how this works and I'll make sure to explain my new process. Regards, Anthony Liguori > thanks, > Gerd >