> - Cleanup the mrs write for wall clock. s/mrs/MSR/ On 06/07/2018 18:13, Thomas Gleixner wrote: > @@ -195,6 +181,7 @@ static void kvm_register_clock(char *txt > if (!hv_clock) > return; > > + src = &hv_clock[cpu].pvti; > pa = slow_virt_to_phys(src) | 0x01ULL; > wrmsrl(msr_kvm_system_time, pa); > pr_info("kvm-clock: cpu %d, msr %llx, %s\n", cpu, pa, txt); Ah, here it is. Paolo