|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Interrupt synchronisation and HVM
On 25/7/08 08:02, "James Harper" <james.harper@xxxxxxxxxxxxxxxx> wrote:
> Just to clarify, if I have masked the interrupts via
> HVM_PARAM_CALLBACK_IRQ = 0, it is safe to do nothing when the interrupt
> occurs right? I don't need to unset the 'pending' bits or anything?
Yes, as soon as HVM_PARAM_CALLBACK_IRQ=0 the 'interrupt wire' is
de-asserted. You only get a single spurious interrupt if the wire status was
latched by the PIC or IO-APIC before you cleared HVM_PARAM_CALLBACK_IRQ.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|