[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: [Xen-devel] Injecting physical IRQ (pirq) into hvm guest
To inject a irq into HVM guest, should call pic_set_irq twice like this: pic_set_irq(pic, irq, 0); pic_set_irq(pic, irq, 1); Calling it one time won't work. Is it the reason for your case? - Ke Intel Opensource Technology Center ________________________________ From: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx [mailto:xen-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of sanjay kushwaha Sent: 2006?7?10? 6:03 To: xen-devel Subject: [Xen-devel] Injecting physical IRQ (pirq) into hvm guest Hi Folks, I want to inject an interrupt into the hvm guest based on a physical IRQ (pirq) I receive in Xen hypervisor. I tried calling pic_set_irq() function in ../xen/arch/x86/i8259.c but that didn't work. Could someone please help me with 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |