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

2016-11-07 Thread Boris Ostrovsky
On 11/07/2016 11:05 AM, Konrad Rzeszutek Wilk wrote: > On Sun, Nov 06, 2016 at 04:42:42PM -0500, Boris Ostrovsky wrote: >> 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 x

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

2016-11-07 Thread Konrad Rzeszutek Wilk
On Sun, Nov 06, 2016 at 04:42:42PM -0500, Boris Ostrovsky wrote: > 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 pla

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

2016-11-06 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