Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297167
b: refs/heads/master
c: fac3368
h: refs/heads/master
i:
  297165: 79b0b73
  297163: aba81af
  297159: 6a0b681
  297151: 622af67
v: v3
  • Loading branch information
Gleb Natapov authored and Avi Kivity committed Mar 8, 2012
1 parent 0072310 commit 7752508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a7b9d2ccc3d86303ee9314612d301966e04011c7
refs/heads/master: fac3368310765ade6bbdf07c9acdb04210e8b5b0
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/pmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ static void reprogram_gp_counter(struct kvm_pmc *pmc, u64 eventsel)
event_select = eventsel & ARCH_PERFMON_EVENTSEL_EVENT;
unit_mask = (eventsel & ARCH_PERFMON_EVENTSEL_UMASK) >> 8;

if (!(event_select & (ARCH_PERFMON_EVENTSEL_EDGE |
if (!(eventsel & (ARCH_PERFMON_EVENTSEL_EDGE |
ARCH_PERFMON_EVENTSEL_INV |
ARCH_PERFMON_EVENTSEL_CMASK))) {
config = find_arch_event(&pmc->vcpu->arch.pmu, event_select,
Expand Down

0 comments on commit 7752508

Please sign in to comment.