From: Jason Wang Date: Wed, 27 Jan 2010 11:13:49 +0000 (+0800) Subject: kvmclock: count total_sleep_time when updating guest clock X-Git-Tag: v2.6.33-rc8~30^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=923de3cf5bf12049628019010e36623fca5ef6d1;p=pandora-kernel.git 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 Acked-by: Glauber Costa Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed