From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Cohen Subject: Re: Xen interrupts when using passthrough Date: Wed, 5 Oct 2011 10:26:33 +0200 Message-ID: <20111005082633.GC2681@mtldesk30> References: <20111004162906.GA2681@mtldesk30> <4E8B3949.4090803@citrix.com> <20111004190034.GA19881@mtldesk30> <4E8C22EB0200007800059622@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <4E8C22EB0200007800059622@nat28.tlf.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Jan Beulich Cc: Andrew Cooper , "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On Wed, Oct 05, 2011 at 08:27:07AM +0100, Jan Beulich wrote: > > Quite possibly a mixup of Xen and Linux IRQ numbers. You may want > to check Xen's 'i' and 'e' debug key output for whether this might be > the case. Can you tell how this is done - sorry, I'm not a xen expert. > > > My geust kernel is 2.6.32 based > > Upstream (pv-ops), forward-port (most likely SUSE-derived), HVM, or > yet something else? > > > and I can't see any file with the name > > event_channel.c. > > That's a hypervisor source file, not a Linux one. > So how do you think interrupts should reach the guest. Is it through event channels (i.e dom0 receives them first) or do they go directly to the guest with dom0 unaware that there was an interrupt?