Re: [Xen-devel] [PATCH v1 15/20] x86: Add more checks verifying that PIT/PIC/IOAPIC are emulated

2016-08-03 Thread Jan Beulich
>>> On 05.07.16 at 21:05, wrote: > --- a/xen/arch/x86/hvm/vlapic.c > +++ b/xen/arch/x86/hvm/vlapic.c > @@ -1115,7 +1115,12 @@ static int __vlapic_accept_pic_intr(struct vcpu *v) > struct domain *d = v->domain; > struct vlapic *vlapic = vcpu_vlapic(v); >

[Xen-devel] [PATCH v1 15/20] x86: Add more checks verifying that PIT/PIC/IOAPIC are emulated

2016-07-05 Thread Boris Ostrovsky
Signed-off-by: Boris Ostrovsky --- Changes in v1: * More checks, in more approriate places xen/arch/x86/hvm/vlapic.c | 12 ++-- xen/arch/x86/hvm/vpt.c|2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/xen/arch/x86/hvm/vlapic.c