From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MgKxq-0000Nb-VP for qemu-devel@nongnu.org; Wed, 26 Aug 2009 12:03:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MgKxm-0000IB-36 for qemu-devel@nongnu.org; Wed, 26 Aug 2009 12:03:10 -0400 Received: from [199.232.76.173] (port=54187 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgKxl-0000Hy-Qf for qemu-devel@nongnu.org; Wed, 26 Aug 2009 12:03:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22819) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MgKxl-0001nO-7E for qemu-devel@nongnu.org; Wed, 26 Aug 2009 12:03:05 -0400 Message-ID: <4A955CB4.4080205@redhat.com> Date: Wed, 26 Aug 2009 18:03:00 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 2/2] Route IOAPIC interrupts via ISA bus References: <1249836296-13288-1-git-send-email-avi@redhat.com> <1249836296-13288-3-git-send-email-avi@redhat.com> In-Reply-To: <1249836296-13288-3-git-send-email-avi@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: Avi Kivity Cc: qemu-devel@nongnu.org On 08/09/09 18:44, Avi Kivity wrote: > Instead of calling the IOAPIC from the PIC, raise IOAPIC irqs via the ISA bus. > As a side effect, IOAPIC lines 16-23 are enabled. Now we probably need some acpi magic to tell the guest OS that there are a few more IRQ lines? cheers, Gerd