From: Marcelo Tosatti Date: Fri, 3 Aug 2012 18:57:49 +0000 (-0300) Subject: KVM: x86: fix pvclock guest stopped flag reporting X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~15^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51d59c6b422f3f95940ae4e5b42f165595906aee;p=pandora-kernel.git KVM: x86: fix pvclock guest stopped flag reporting kvm_guest_time_update unconditionally clears hv_clock.flags field, so the notification never reaches the guest. Fix it by allowing PVCLOCK_GUEST_STOPPED to passthrough. Reviewed-by: Eric B Munson Reviewed-by: Amit Shah Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed