Roger Pau Monné 544b31a3e3 xen/intr: fix fallout from r278854
r278854 introduced a race in the event channel handling code. We must make
sure that the pending bit is cleared before executing the filter, or else we
might miss other events that would be injected after the filter has ran but
before the pending bit is cleared.

While there also mask event channels while FreeBSD executes the ithread
bound to that event channel. This refrains Xen from injecting more
interrupts while the ithread has not finished it's work.

Sponsored by: Citrix Systems R&D
Reported by: sbruno, robak
Tested by: robak
2015-02-26 16:05:09 +00:00
..
2015-01-23 21:08:24 +00:00
2015-02-25 06:20:42 +00:00
2015-02-15 14:25:00 +00:00
2015-02-22 18:57:28 +00:00
2015-02-23 12:54:46 +00:00
2015-02-02 16:07:07 +00:00
2014-12-27 07:07:37 +00:00
2015-02-26 16:05:09 +00:00