WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] domU guest for xcp 0.1.1

To: Ritu kaur <ritu.kaur.us@xxxxxxxxx>
Subject: Re: [Xen-devel] domU guest for xcp 0.1.1
From: Ian Campbell <Ian.Campbell@xxxxxxxxxx>
Date: Thu, 18 Mar 2010 14:32:18 +0000
Cc: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Thu, 18 Mar 2010 07:33:04 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <1268922424.10129.39687.camel@xxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: Citrix Systems, Inc.
References: <29b32d341003141329v3c6a73c0y8030cf3c6736634c@xxxxxxxxxxxxxx> <29b32d341003150646o4d215dfel1c2a2bc6d287edc@xxxxxxxxxxxxxx> <29b32d341003151904m2a992be5s74697d6047b864c6@xxxxxxxxxxxxxx> <1268725069.8652.4179.camel@xxxxxxxxxxxxxxxxxxxxx> <20100316152259.GO1878@xxxxxxxxxxx> <29b32d341003161625w2969f2daib3408561920793d3@xxxxxxxxxxxxxx> <29b32d341003171144k628a7741x17b6658731f96e4b@xxxxxxxxxxxxxx> <1268903824.10129.38718.camel@xxxxxxxxxxxxxxxxxxxxxx> <29b32d341003180643o326f7f43h97c25bd104f3b658@xxxxxxxxxxxxxx> <1268921503.10129.39640.camel@xxxxxxxxxxxxxxxxxxxxxx> <29b32d341003180723l652adb4bvb3b3aba3d8f3a529@xxxxxxxxxxxxxx> <1268922424.10129.39687.camel@xxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
On Thu, 2010-03-18 at 14:27 +0000, Ian Campbell wrote:
> On Thu, 2010-03-18 at 14:23 +0000, Ritu kaur wrote:
> > Thanks Ian, could you please clarify me how are interrupts handled
> for
> > pci passthrough device. I thought it is delivered via evtchn from
> > pciback to pcifront i.e
> > InterruptDescTable->Hypervisor->pciback->pcifront->actual_device is
> > this correct?
> 
> Yes, but not on the event channel you found previously, there is a
> separate one for each device IRQ. 

Actually, not quite. pciback sets up an evtchn which pcifront binds to
but pciback then arranges for the hypervisor to directly inject the
interrupt on that event channel rather than bouncing through pciback for
every interrupt so the actual path is more like:

InterruptDescTable->Hypervisor->pcifront->actual_device

And really once the device is setup pcifront isn't really involved
either, the interrupt goes straight from the event channel to the device
driver's interrupt handlerm pciback doesn't do anything for this part.

Ian.


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel