commit | 7fe29e0faacb650d31b9e9f538203a157bec821d | [log] [tgz] |
---|---|---|
author | Amit Shah <amit.shah@redhat.com> | Fri Mar 20 12:39:00 2009 +0530 |
committer | Avi Kivity <avi@redhat.com> | Wed Jun 10 11:48:30 2009 +0300 |
tree | e9e4575c24450b8aac827bd29e4e90e837a12554 | |
parent | f00be0cae4e6ad0a8c7be381c6d9be3586800b3e [diff] |
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 <amit.shah@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>