From: Alexander Graf Date: Tue, 22 Jul 2008 06:00:45 +0000 (+0200) Subject: KVM: Ignore DEBUGCTL MSRs with no effect X-Git-Tag: v2.6.28-rc1~269^2~109 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5e2fec0ebc3fcaff954092bb69444a67a904c0a;p=pandora-kernel.git KVM: Ignore DEBUGCTL MSRs with no effect Netware writes to DEBUGCTL and reads from the DEBUGCTL and LAST*IP MSRs without further checks and is really confused to receive a #GP during that. To make it happy we should just make them stubs, which is exactly what SVM already does. Writes to DEBUGCTL that are vendor-specific are resembled to behave as if the virtual CPU does not know them. Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed