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] irr_xen in CSET:11673

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] irr_xen in CSET:11673
From: "Dong, Eddie" <eddie.dong@xxxxxxxxx>
Date: Thu, 12 Oct 2006 22:15:57 +0800
Delivery-date: Thu, 12 Oct 2006 07:17:54 -0700
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
Thread-index: AcbtrxjfbYLuSD+XQzqLZ2zGdQFMjQAGB7vQAAYlAbA=
Thread-topic: irr_xen in CSET:11673
Steven:
        In CSET 11673, I noticed that you add another set of irr
(irr_xen).
        The comments say:
[XEN][HVM] Make sure that the interrupt which event channel events come
in
on is level triggered rather than edge triggered, since it's a PCI
device.
This is complicated by the possibility that another PCI device could be
on the same interrupt; the workaround is to have two irr registers
for the PIC and APIC, and have qemu and Xen generated interrupts go
into different ones.

        In previous model (before CSET 11673), the correctness is
guaranateed in guest platform where the IRQ # used for this pseudo IRQ
(xen event channel) is exclusively occupied by the xen event channel. It
looks like you want to share this IRQ # with other platform IRQ. I am
not sure if this is necessary rather than the complexity.
thx,eddie

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] irr_xen in CSET:11673, Dong, Eddie <=