Re: [Xen-devel] [PATCH 5/6] x86/time: Move cpuid_time_leaf() handling into cpuid_hypervisor_leaves()

2016-11-16 Thread Jan Beulich
>>> On 16.11.16 at 13:31, wrote: > This reduces the net complexity of CPUID handling by having all adjustments in > at the same place. > > Signed-off-by: Andrew Cooper Reviewed-by: Jan Beulich ___ Xen-devel mailing list Xen-devel@lists.xen.org http

[Xen-devel] [PATCH 5/6] x86/time: Move cpuid_time_leaf() handling into cpuid_hypervisor_leaves()

2016-11-16 Thread Andrew Cooper
This reduces the net complexity of CPUID handling by having all adjustments in at the same place. Signed-off-by: Andrew Cooper --- CC: Jan Beulich --- xen/arch/x86/time.c| 36 xen/arch/x86/traps.c | 40 +---