From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NUnad-0004EP-4o for qemu-devel@nongnu.org; Tue, 12 Jan 2010 15:43:47 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NUnaY-0004E5-3Z for qemu-devel@nongnu.org; Tue, 12 Jan 2010 15:43:46 -0500 Received: from [199.232.76.173] (port=43602 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUnaX-0004E2-VX for qemu-devel@nongnu.org; Tue, 12 Jan 2010 15:43:42 -0500 Received: from mx1.redhat.com ([209.132.183.28]:19181) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NUnaX-0006iF-GU for qemu-devel@nongnu.org; Tue, 12 Jan 2010 15:43:41 -0500 Message-ID: <4B4CDEF5.1060103@redhat.com> Date: Tue, 12 Jan 2010 21:43:33 +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> <4B4CACEE.8090505@redhat.com> <4B4CCF47.4050709@codemonkey.ws> In-Reply-To: <4B4CCF47.4050709@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/12/10 20:36, Anthony Liguori wrote: > 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. It is a missing patch indeed. After cherry-picking commit f21a59c224a6fdf7b30c3fe551fd93043e537f6c ("loader: more ignores for rom intended to be loaded by the bios" by Aurelien Jarno) the series cleanly applies to stable as-is. cheers, Gerd