Re: [Xen-devel] [PATCH v4 10/15] events/x86: Define SCI virtual interrupt

2016-12-06 Thread Jan Beulich
>>> On 29.11.16 at 16:33, wrote: > PVH guests do not have IOAPIC which typically generates an SCI. For > those guests SCI will be provided as a virtual interrupt. > > Copy VIRQ_MCA definition from of xen-mca.h to xen.h to keep all > x86-specific VIRQ_ARCH_* in one place. (However, because we don'

[Xen-devel] [PATCH v4 10/15] events/x86: Define SCI virtual interrupt

2016-11-29 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. Copy VIRQ_MCA definition from of xen-mca.h to xen.h to keep all x86-specific VIRQ_ARCH_* in one place. (However, because we don't want to require inclusion of xen.h in xen-