From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NUmXp-0005vg-Ci for qemu-devel@nongnu.org; Tue, 12 Jan 2010 14:36:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NUmXk-0005pe-Ls for qemu-devel@nongnu.org; Tue, 12 Jan 2010 14:36:48 -0500 Received: from [199.232.76.173] (port=57917 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUmXk-0005pS-Fr for qemu-devel@nongnu.org; Tue, 12 Jan 2010 14:36:44 -0500 Received: from mail-qy0-f194.google.com ([209.85.221.194]:48289) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NUmXj-0003zT-BD for qemu-devel@nongnu.org; Tue, 12 Jan 2010 14:36:43 -0500 Received: by qyk32 with SMTP id 32so2601513qyk.4 for ; Tue, 12 Jan 2010 11:36:42 -0800 (PST) Message-ID: <4B4CCF47.4050709@codemonkey.ws> Date: Tue, 12 Jan 2010 13:36:39 -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. Can you rebase this series to stable and submit? I rebased myself but one of the rom loader patches didn't apply and I'm concerned we're missing a previous patch here. If you can take a look, I'd appreciate it. Regards, Anthony Liguori > 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 >