From: Jes Sorensen Date: Wed, 1 Sep 2010 09:42:04 +0000 (+0200) Subject: KVM: Fix guest kernel crash on MSR_K7_CLK_CTL X-Git-Tag: v2.6.37-rc1~142^2~117 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84e0cefa8ddd5d5018d3b582e1e90585ed551757;p=pandora-kernel.git KVM: Fix guest kernel crash on MSR_K7_CLK_CTL MSR_K7_CLK_CTL is a no longer documented MSR, which is only relevant on said old AMD CPU models. This change returns the expected value, which the Linux kernel is expecting to avoid writing back the MSR, plus it ignores all writes to the MSR. Signed-off-by: Jes Sorensen Signed-off-by: Avi Kivity --- Reading git-diff-tree failed