Re: [Xen-devel] [PATCH] x86/vpmu: Remove unnecessary call to do_interrupt()

2017-10-27 Thread Julien Grall
On 25/10/17 11:30, Andrew Cooper wrote: On 25/10/17 00:30, Boris Ostrovsky wrote: This call was left during PVHv1 removal (commit 33e5c32559e1 ("x86: remove PVHv1 code")): -if ( is_pvh_vcpu(sampling) && - !(vpmu_mode & XENPMU_MODE_ALL) && +if ( !(vpmu_mode & XENPMU

Re: [Xen-devel] [PATCH] x86/vpmu: Remove unnecessary call to do_interrupt()

2017-10-25 Thread Andrew Cooper
On 25/10/17 00:30, Boris Ostrovsky wrote: > This call was left during PVHv1 removal (commit 33e5c32559e1 ("x86: > remove PVHv1 code")): > > -if ( is_pvh_vcpu(sampling) && > - !(vpmu_mode & XENPMU_MODE_ALL) && > +if ( !(vpmu_mode & XENPMU_MODE_ALL) && > !vpm

[Xen-devel] [PATCH] x86/vpmu: Remove unnecessary call to do_interrupt()

2017-10-24 Thread Boris Ostrovsky
This call was left during PVHv1 removal (commit 33e5c32559e1 ("x86: remove PVHv1 code")): -if ( is_pvh_vcpu(sampling) && - !(vpmu_mode & XENPMU_MODE_ALL) && +if ( !(vpmu_mode & XENPMU_MODE_ALL) && !vpmu->arch_vpmu_ops->do_interrupt(regs) ) ret