commit | 923de3cf5bf12049628019010e36623fca5ef6d1 | [log] [tgz] |
---|---|---|
author | Jason Wang <jasowang@redhat.com> | Wed Jan 27 19:13:49 2010 +0800 |
committer | Avi Kivity <avi@redhat.com> | Tue Feb 09 19:20:15 2010 +0200 |
tree | cb9e504d6576cb072bcfb9a56a15b9800657c65f | |
parent | c93d89f3dbf0202bf19c07960ca8602b48c2f9a0 [diff] |
kvmclock: count total_sleep_time when updating guest clock Current kvm wallclock does not consider the total_sleep_time which could cause wrong wallclock in guest after host suspend/resume. This patch solve this issue by counting total_sleep_time to get the correct host boot time. Cc: stable@kernel.org Signed-off-by: Jason Wang <jasowang@redhat.com> Acked-by: Glauber Costa <glommer@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>