Re: [Xen-devel] [PATCH v2 1/7] x86/pvh: fix TSC mode setup for PVH Dom0

2018-10-29 Thread Jan Beulich
>>> On 19.10.18 at 17:20, wrote: > A PVH Dom0 might use TSC scaling or other HVM specific TSC > adjustments, so only short-circuit the TSC setup for a classic PV > Dom0. > > Signed-off-by: Roger Pau Monné Acked-by: Jan Beulich ___ Xen-devel

[Xen-devel] [PATCH v2 1/7] x86/pvh: fix TSC mode setup for PVH Dom0

2018-10-19 Thread Roger Pau Monne
A PVH Dom0 might use TSC scaling or other HVM specific TSC adjustments, so only short-circuit the TSC setup for a classic PV Dom0. Signed-off-by: Roger Pau Monné --- Cc: Jan Beulich Cc: Andrew Cooper Cc: Wei Liu --- xen/arch/x86/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)