Re: [Xen-devel] [PATCH 14/27] x86/pv: Improve pv_cpuid() using named features

2017-01-05 Thread Jan Beulich
>>> On 04.01.17 at 13:39, wrote: > This avoids refering back to domain_cpuid() or native CPUID to obtain > information which is directly available. > > Signed-off-by: Andrew Cooper Reviewed-by: Jan Beulich ___ Xen-devel mailing list Xen-devel@lists

[Xen-devel] [PATCH 14/27] x86/pv: Improve pv_cpuid() using named features

2017-01-04 Thread Andrew Cooper
This avoids refering back to domain_cpuid() or native CPUID to obtain information which is directly available. Signed-off-by: Andrew Cooper --- CC: Jan Beulich --- xen/arch/x86/traps.c | 22 +- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/xen/arch/x86/traps