Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297125
b: refs/heads/master
c: a52315e
h: refs/heads/master
i:
  297123: ad904f5
v: v3
  • Loading branch information
Julian Stecklina authored and Avi Kivity committed Mar 5, 2012
1 parent 0fb088b commit 220fc40
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: b93a35532767a2cf78bdbc88730d5c28aa66b941
refs/heads/master: a52315e1d549dad80ff443151927226c11fd8c2b
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/lapic.c
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ static int __apic_accept_irq(struct kvm_lapic *apic, int delivery_mode,
break;

case APIC_DM_INIT:
if (level) {
if (!trig_mode || level) {
result = 1;
vcpu->arch.mp_state = KVM_MP_STATE_INIT_RECEIVED;
kvm_make_request(KVM_REQ_EVENT, vcpu);
Expand Down

0 comments on commit 220fc40

Please sign in to comment.