Mailing List Archive

[PATCH][HVM] fix xen irq vioapic delivery
Currently, there is a long delay from xen_irq (used for pv drivers) gets
asserted in vIOAPIC to it gets injected to VPs. This patch adds a
missing function call to fix this delivery issue.

Signed-off-by: Qing He <qing.he@intel.com>