Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300119
b: refs/heads/master
c: 331b646
h: refs/heads/master
i:
  300117: d28bca3
  300115: 547607b
  300111: 6125d74
v: v3
  • Loading branch information
Avi Kivity committed May 9, 2012
1 parent 88f1e8c commit ecf0436
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: de6c0b02d4d7bdf2587e679a6ddbb71b7d68bb89
refs/heads/master: 331b646d60b0c3885208e1e02bd9f40319953efc
2 changes: 1 addition & 1 deletion trunk/arch/ia64/kvm/kvm-ia64.c
Original file line number Diff line number Diff line change
Expand Up @@ -1174,7 +1174,7 @@ static enum hrtimer_restart hlt_timer_fn(struct hrtimer *data)

bool kvm_vcpu_compatible(struct kvm_vcpu *vcpu)
{
return irqchip_in_kernel(vcpu->kcm) == (vcpu->arch.apic != NULL);
return irqchip_in_kernel(vcpu->kvm) == (vcpu->arch.apic != NULL);
}

int kvm_arch_vcpu_init(struct kvm_vcpu *vcpu)
Expand Down

0 comments on commit ecf0436

Please sign in to comment.