From: Avi Kivity Date: Tue, 4 May 2010 12:00:37 +0000 (+0300) Subject: KVM: Fix wallclock version writing race X-Git-Tag: v2.6.35-rc1~436^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ed3c444ab8987c7b219173a2f7807e3f71e234e;p=pandora-kernel.git KVM: Fix wallclock version writing race Wallclock writing uses an unprotected global variable to hold the version; this can cause one guest to interfere with another if both write their wallclock at the same time. Acked-by: Glauber Costa Signed-off-by: Avi Kivity --- Reading git-diff-tree failed