From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KupUp-0004hA-OD for qemu-devel@nongnu.org; Tue, 28 Oct 2008 10:24:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KupUp-0004gm-2n for qemu-devel@nongnu.org; Tue, 28 Oct 2008 10:24:35 -0400 Received: from [199.232.76.173] (port=58093 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KupUp-0004gh-07 for qemu-devel@nongnu.org; Tue, 28 Oct 2008 10:24:35 -0400 Received: from mx2.redhat.com ([66.187.237.31]:37486) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KupUo-0006ZM-Hv for qemu-devel@nongnu.org; Tue, 28 Oct 2008 10:24:34 -0400 Message-ID: <490709FB.9080501@redhat.com> Date: Tue, 28 Oct 2008 14:47:55 +0200 From: Avi Kivity MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 2/2] Add code to override IRQ 0 to INTI 2 References: <1225131960.7555.79.camel@beth-laptop> <49061B2B.702@redhat.com> <49061C1A.1030008@codemonkey.ws> In-Reply-To: <49061C1A.1030008@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: eak@us.ibm.com Anthony Liguori wrote: > > The APIC spec says that the hpet must be connected to APIC IRQ 0 and > IOAPIC IRQ 2. I don't understand GSI very well, but I think this is > the normally remapping of interrupts that would occur as opposed to > something device specific. Well the kvm irqchip doesn't support this, so it looks like we'll need to implement this and disable hpet for host kernels older than 2.6.29. -- error compiling committee.c: too many arguments to function