|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] fooey. no interrupts.
> One last note:
>
> I am (weirdly) getting further, a proc is running and asking for input.
>
> But I still get to this weird state:
> global irupt mask is 0xfffffff8, global pending is 7, pending_sel is 0,
> vcpu_data[0].mask is 0, and vcpu_data[0].evtchn_upcall_pending is 0.
>
> Seems to me I should be taking some async upcalls.
What's 'global irupt mask' and 'global pending'?
You won't get an sync upcall until evtchn_upcall_pending becomes
non-zero. That won't occur until one of the bits in pending_sel
becomes set. Which, in turn, won't occur until an event-channel has
its bit set in the evtchn_pend[] array, which doesn't have its
evtchn_mask[] array bit set.
-- Keir
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|