commit | fac3368310765ade6bbdf07c9acdb04210e8b5b0 | [log] [tgz] |
---|---|---|
author | Gleb Natapov <gleb@redhat.com> | Sun Feb 26 16:55:41 2012 +0200 |
committer | Avi Kivity <avi@redhat.com> | Thu Mar 08 14:13:26 2012 +0200 |
tree | 7107571bc81f9716a1463958891deacee274bd30 | |
parent | a7b9d2ccc3d86303ee9314612d301966e04011c7 [diff] |
KVM: PMU: Fix raw event check If eventsel has EDGE, INV or CMASK set we should create raw counter for it, but the check is done on a wrong variable. Fix it. Signed-off-by: Gleb Natapov <gleb@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>