Re: [Xen-devel] [PATCH v2 09/11] events/x86: Define SCI virtual interrupt

2016-11-15 Thread Jan Beulich
>>> On 09.11.16 at 15:39, wrote: > --- a/xen/include/asm-x86/event.h > +++ b/xen/include/asm-x86/event.h > @@ -38,9 +38,10 @@ static inline void local_event_delivery_enable(void) > vcpu_info(current, evtchn_upcall_mask) = 0; > } > > -/* No arch specific virq definition now. Default to glob

[Xen-devel] [PATCH v2 09/11] events/x86: Define SCI virtual interrupt

2016-11-09 Thread Boris Ostrovsky
PVH guests do not have IOAPIC which typically generates an SCI. For those guests SCI will be provided as a virtual interrupt. We also move VIRQ_MCA definition out of xen-mca.h to keep all x86-specific VIRQ_ARCH_* in one place. Signed-off-by: Boris Ostrovsky --- xen/include/asm-x86/event.h