Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125183
b: refs/heads/master
c: 5f17928
h: refs/heads/master
i:
  125181: 9bdc771
  125179: f89959c
  125175: 46f6d84
  125167: 9ab3ed7
  125151: 00be6a8
  125119: 437cb9f
  125055: 776edea
  124927: b705b13
v: v3
  • Loading branch information
Gleb Natapov authored and Avi Kivity committed Dec 31, 2008
1 parent 0e566b9 commit eed1172
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: 3b86cd9967242f3f3d775ee015fb814a349ed5e6
refs/heads/master: 5f179287fa02723215eecf681d812b303c243973
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -3010,7 +3010,7 @@ static int __vcpu_run(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run)
pr_debug("vcpu %d received sipi with vector # %x\n",
vcpu->vcpu_id, vcpu->arch.sipi_vector);
kvm_lapic_reset(vcpu);
r = kvm_x86_ops->vcpu_reset(vcpu);
r = kvm_arch_vcpu_reset(vcpu);
if (r)
return r;
vcpu->arch.mp_state = KVM_MP_STATE_RUNNABLE;
Expand Down

0 comments on commit eed1172

Please sign in to comment.