From: Andre Przywara Date: Wed, 24 Jun 2009 10:44:34 +0000 (+0200) Subject: KVM: ignore reads from AMDs C1E enabled MSR X-Git-Tag: v2.6.32-rc1~693^2~118 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fdbd48c242db996107f72ae4140ffe8163e26a8;p=pandora-kernel.git KVM: ignore reads from AMDs C1E enabled MSR If the Linux kernel detects an C1E capable AMD processor (K8 RevF and higher), it will access a certain MSR on every attempt to go to halt. Explicitly handle this read and return 0 to let KVM run a Linux guest with the native AMD host CPU propagated to the guest. Signed-off-by: Andre Przywara Signed-off-by: Avi Kivity --- Reading git-diff-tree failed