Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197827
b: refs/heads/master
c: f1d86e4
h: refs/heads/master
i:
  197825: 2e41069
  197823: 8dd322c
v: v3
  • Loading branch information
Marcelo Tosatti authored and Avi Kivity committed May 19, 2010
1 parent f866ff0 commit b4732a0
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: 84ad33ef5dbc12665ad42ee07a2daed473d3ec54
refs/heads/master: f1d86e469b60f9e1afed5c17a6e723c2c9c55ceb
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -4653,7 +4653,6 @@ static int __vcpu_run(struct kvm_vcpu *vcpu)
}

srcu_read_unlock(&kvm->srcu, vcpu->srcu_idx);
post_kvm_run_save(vcpu);

vapic_exit(vcpu);

Expand Down Expand Up @@ -4703,6 +4702,7 @@ int kvm_arch_vcpu_ioctl_run(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run)
r = __vcpu_run(vcpu);

out:
post_kvm_run_save(vcpu);
if (vcpu->sigset_active)
sigprocmask(SIG_SETMASK, &sigsaved, NULL);

Expand Down

0 comments on commit b4732a0

Please sign in to comment.