K 10 svn:author V 6 royger K 8 svn:date V 27 2014-08-04T08:43:27.632005Z K 7 svn:log V 400 xen: mask all event channels on init Mask all event channels during initialization. This is done so that we don't receive spurious interrupts while dynamically registering new event channels. There's a small window during registration where an event channel can fire before we have attached a handler to it. Sponsored by: Citrix Systems R&D x86/xen/xen_intr.c: - Mask all event channels on init. END