From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MaRT0-00064p-Oe for qemu-devel@nongnu.org; Mon, 10 Aug 2009 05:46:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MaRSw-00063V-MZ for qemu-devel@nongnu.org; Mon, 10 Aug 2009 05:46:58 -0400 Received: from [199.232.76.173] (port=53411 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MaRSw-00063D-Fl for qemu-devel@nongnu.org; Mon, 10 Aug 2009 05:46:54 -0400 Received: from mx2.redhat.com ([66.187.237.31]:38625) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MaRSv-0007GP-Rt for qemu-devel@nongnu.org; Mon, 10 Aug 2009 05:46:54 -0400 Message-ID: <4A7FEDF3.1060608@redhat.com> Date: Mon, 10 Aug 2009 12:52:51 +0300 From: Avi Kivity MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/2] Route PC irqs to ISA bus instead of i8259 directly References: <1249836296-13288-1-git-send-email-avi@redhat.com> <1249836296-13288-2-git-send-email-avi@redhat.com> <2202BB40-5CA5-462B-8A5A-A9657B370B6D@suse.de> <4A7FEC23.1050708@redhat.com> In-Reply-To: <4A7FEC23.1050708@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: Stefan Assmann Cc: Olaf Dabrunz , Alexander Graf , "qemu-devel@nongnu.org" On 08/10/2009 12:45 PM, Stefan Assmann wrote: > Does qemu support multiple IO-APICs? I guess not so no need for boot > interrupts. (If yes then there would be the question how close you > really want to be to existing hardware.) Not at present. We've considered adding IOAPICs to reduce interrupt sharing, but MSI solves the problem much more neatly. -- error compiling committee.c: too many arguments to function