From: Amit Shah Date: Fri, 20 Mar 2009 07:09:00 +0000 (+0530) Subject: KVM: x86: Ignore reads to EVNTSEL MSRs X-Git-Tag: v2.6.31-rc1~393^2~106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fe29e0faacb650d31b9e9f538203a157bec821d;p=pandora-kernel.git KVM: x86: Ignore reads to EVNTSEL MSRs We ignore writes to the performance counters and performance event selector registers already. Kaspersky antivirus reads the eventsel MSR causing it to crash with the current behaviour. Return 0 as data when the eventsel registers are read to stop the crash. Signed-off-by: Amit Shah Signed-off-by: Avi Kivity --- Reading git-diff-tree failed