+       case KVM_HCALL_SET_ALARM: {
+               ktime_t kt;
+               kt = ktime_add_ns(ktime_get_real(), a0);

This one will cause accumulated time shift. a0 is the delta time
when the guest calculate.

+               hrtimer_start(&vcpu->oneshooter, kt, HRTIMER_MODE_ABS);
+               break;
+       }

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to