RE: [PATCH] x86/vPMU: Extend vPMU support to version 5

2021-04-24 Thread Tian, Kevin
> From: Igor Druzhinin > Sent: Wednesday, April 14, 2021 1:25 AM > > Version 5 is backwards compatible with version 3. This allows to enable > vPMU on Ice Lake CPUs. > > Signed-off-by: Igor Druzhinin Reviewed-by: Kevin Tian > --- > xen/arch/x86/cpu/vpmu_intel.c | 7 --- > 1 file

Re: [PATCH] x86/vPMU: Extend vPMU support to version 5

2021-04-15 Thread Jan Beulich
On 14.04.2021 14:28, Jan Beulich wrote: > On 13.04.2021 19:25, Igor Druzhinin wrote: >> Version 5 is backwards compatible with version 3. This allows to enable >> vPMU on Ice Lake CPUs. >> >> Signed-off-by: Igor Druzhinin > > Acked-by: Jan Beulich Actually I've just noticed that I can't ack

Re: [PATCH] x86/vPMU: Extend vPMU support to version 5

2021-04-14 Thread Jan Beulich
On 13.04.2021 19:25, Igor Druzhinin wrote: > Version 5 is backwards compatible with version 3. This allows to enable > vPMU on Ice Lake CPUs. > > Signed-off-by: Igor Druzhinin Acked-by: Jan Beulich

[PATCH] x86/vPMU: Extend vPMU support to version 5

2021-04-13 Thread Igor Druzhinin
Version 5 is backwards compatible with version 3. This allows to enable vPMU on Ice Lake CPUs. Signed-off-by: Igor Druzhinin --- xen/arch/x86/cpu/vpmu_intel.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/xen/arch/x86/cpu/vpmu_intel.c b/xen/arch/x86/cpu/vpmu_intel.c