On 11/01/2012 02:47 AM, Marcelo Tosatti wrote: > + info = pvclock_get_vsyscall_time_info(cpu); > + > + low = (int)__pa(info) | 1; > + high = ((u64)__pa(&per_cpu(hv_clock, cpu)) >> 32); > + ret = native_write_msr_safe(MSR_KVM_USERSPACE_TIME, low, high); > + printk(KERN_INFO "kvm-clock: cpu %d, msr %x:%x, %s\n", > + cpu, high, low, txt); > + Why do you put info in the lower half, and the hv_clock in the higher half ? -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html