Re: [PATCH v2 3/3] x86/perfc: fold HVM's VM-exit counter arrays

2022-02-22 Thread Jan Beulich
On 22.02.2022 10:40, Roger Pau Monné wrote: > On Wed, Jan 05, 2022 at 02:59:03PM +0100, Jan Beulich wrote: >> Only one of them can be in use at a time, so make the whole set union- >> like. While doing the rename in SVM code, combine the two perf_incra(), >> generalizing the range upwards of

Re: [PATCH v2 3/3] x86/perfc: fold HVM's VM-exit counter arrays

2022-02-22 Thread Roger Pau Monné
On Wed, Jan 05, 2022 at 02:59:03PM +0100, Jan Beulich wrote: > Only one of them can be in use at a time, so make the whole set union- > like. While doing the rename in SVM code, combine the two perf_incra(), > generalizing the range upwards of VMEXIT_NPF. > > Signed-off-by: Jan Beulich

[PATCH v2 3/3] x86/perfc: fold HVM's VM-exit counter arrays

2022-01-05 Thread Jan Beulich
Only one of them can be in use at a time, so make the whole set union- like. While doing the rename in SVM code, combine the two perf_incra(), generalizing the range upwards of VMEXIT_NPF. Signed-off-by: Jan Beulich --- v2: New. --- a/xen/arch/x86/hvm/svm/svm.c +++ b/xen/arch/x86/hvm/svm/svm.c