From: Chris Lalancette Date: Fri, 20 Jun 2008 07:51:30 +0000 (+0200) Subject: KVM: VMX: Fake emulate Intel perfctr MSRs X-Git-Tag: v2.6.27-rc1~968^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efa67e0d1f51842393606034051d805ab9948abd;p=pandora-kernel.git KVM: VMX: Fake emulate Intel perfctr MSRs Older linux guests (in this case, 2.6.9) can attempt to access the performance counter MSRs without a fixup section, and injecting a GPF kills the guest. Work around by allowing the guest to write those MSRs. Tested by me on RHEL-4 i386 and x86_64 guests, as well as F-9 guests. Signed-off-by: Chris Lalancette Signed-off-by: Avi Kivity --- Reading git-diff-tree failed