On 26/05/2016 00:53, yunhong jiang wrote: > Hmm, I can fix this on my next submission. Or someone can send out a separate > patch for it. Alan Jenkins is looking at it in another thread. >> > You copied the wrong URL, but at least lines 1383-1410 seem okay to >> > me. > Yes, I mean 1383~1410. On L1402, "expire = ktime_add_ns(now, ns)", I think the > "now" is host tsc while "ns" is guest delta tsc, which seems a bug to me. Or I > miss-understand anything? now is nanoseconds, coming from struct hrtimer_clock_base. ns is nanoseconds, computed from (tscdeadline - guest_tsc) * 1000000 / vcpu->arch.virtual_tsc_khz. Thanks, Paolo -- 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