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

[Xen-devel] irq sharing in Xen

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] irq sharing in Xen
From: "sanjay kushwaha" <sanjay.kushwaha@xxxxxxxxx>
Date: Wed, 12 Jul 2006 18:03:52 -0400
Delivery-date: Wed, 12 Jul 2006 15:04:15 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Jftes+8S+35/QwYJ7mbsgCtredAtCQ55yxrswQYH7iaXMgXhCvXnHPCYSwYqJHk1cXGtci0RtA5xPV4AIpMCd79B9eFjCeYN2FTWvjIkyOwybUEUZCysyQ3cb7wfRHr9OM8xAoWFDtcEptu6r1IGIDbuwgg4V0huvnxoCmfzPKs=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi Folks,
Is IRQ sharing between domains supported in Xen?

I am trying to share a physical IRQ between dom0 and an HVM guest. but it is not working.


when the IRQ is owned only by dom0:
- I inject an irq into dom0 (send_guest_pirq)
- I get back an EOI in xen (__pirq_guest_eoi)

when the IRQ is shared between dom0 and hvm domain
- I inject an irq into dom0 (send_guest_pirq)
- I do not receive the EOI from dom0

Could someone please clarify on this?

Thanks,
Sanjay

--
----------------------
PhD Student, Georgia Tech
http://www.cc.gatech.edu/~ksanjay/
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] irq sharing in Xen, sanjay kushwaha <=