From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NHZoH-0007lX-2R for qemu-devel@nongnu.org; Mon, 07 Dec 2009 04:23:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NHZoB-0007fN-Ug for qemu-devel@nongnu.org; Mon, 07 Dec 2009 04:23:12 -0500 Received: from [199.232.76.173] (port=48076 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHZoB-0007f9-Ou for qemu-devel@nongnu.org; Mon, 07 Dec 2009 04:23:07 -0500 Received: from mx1.redhat.com ([209.132.183.28]:19261) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NHZoB-0000RY-HC for qemu-devel@nongnu.org; Mon, 07 Dec 2009 04:23:07 -0500 Message-ID: <4B1CC977.3060807@redhat.com> Date: Mon, 07 Dec 2009 10:23:03 +0100 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH V8 18/18] pc_piix: initialize ioapic before use. References: <1259905865-25295-1-git-send-email-yamahata@valinux.co.jp> <1259905865-25295-19-git-send-email-yamahata@valinux.co.jp> In-Reply-To: <1259905865-25295-19-git-send-email-yamahata@valinux.co.jp> 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: Isaku Yamahata Cc: qemu-devel@nongnu.org On 12/04/09 06:51, Isaku Yamahata wrote: > initialize ioapic before use. This patch looks like it should be moved up in the series or merged into another one to keep it fully bisectable. I assume qemu broken with that one not applied? cheers, Gerd