From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: Re: [PATCH] xen: fix interrupt routing Date: Wed, 15 Jun 2011 19:34:25 +0300 Message-ID: <4DF8DF11.1030206@redhat.com> References: <21A10B78-49E2-453B-8AE6-48155E2071B5@suse.de> <68B936C0-E230-4B48-A274-CB875ED92D5E@suse.de> <1308053820.17937.72.camel@zakaz.uk.xensource.com> <1D2C3E16-193F-4EEC-B7EF-AE038B4F2EE9@suse.de> <4DF77E8E.40806@siemens.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Alexander Graf Cc: "xen-devel@lists.xensource.com" , Stefano Stabellini , Jan Kiszka , "qemu-devel@nongnu.org" , Ian Campbell , Isaku Yamahata , Anthony Liguori List-Id: xen-devel@lists.xenproject.org On 06/15/2011 11:24 AM, Alexander Graf wrote: > I'm actually not quite sure what exactly he's describing here. But if it's bypassing the bus logic, it's not a normal PCI device :). Sure, there are special case devices that also expose a PCI interface. But real PCI cards that you plug in onto the PCI bus can't bypass the interrupt logic of the bus, as the only interrupt wires they have go to the bus. And since the PCI adapters we use in PC machines in Qemu are all non-special, guests can possibly choke on this. > There actually is a special device in qemu - acpi power management is configured as a PCI device, but its interrupt is hard-wired to gsi 9 and is edge-triggered (so it can't share the irq line). I other devices that are special in this regard to also be part of the chipset, not devices you can plug into arbitrary slots. -- error compiling committee.c: too many arguments to function