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

2016-11-22 Thread Jan Beulich
>>> On 22.11.16 at 16:57, wrote: > On 11/22/2016 10:25 AM, Jan Beulich wrote: > On 21.11.16 at 22:00, 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 xe

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

2016-11-22 Thread Boris Ostrovsky
On 11/22/2016 10:25 AM, Jan Beulich wrote: On 21.11.16 at 22:00, 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

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

2016-11-22 Thread Jan Beulich
>>> On 21.11.16 at 22:00, 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 place. While I appreciate the ide

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

2016-11-21 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 --- CC: George Dunlap CC: Konrad Rzes