Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68415
b: refs/heads/master
c: 5cd4f6f
h: refs/heads/master
i:
  68413: d93065f
  68411: 134a74d
  68407: cf1ade0
  68399: 17c10cf
  68383: 9fcf42a
  68351: fc9b973
v: v3
  • Loading branch information
He, Qing authored and Avi Kivity committed Oct 13, 2007
1 parent 7622acf commit f8c7535
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a3d7f85f471f889e4477863a7ca42828ae74e77d
refs/heads/master: 5cd4f6fd8506f59cb8a232f364c54f6bd8e5150a
3 changes: 2 additions & 1 deletion trunk/drivers/kvm/kvm_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2005,7 +2005,8 @@ static int kvm_vcpu_ioctl_run(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run)
sigprocmask(SIG_SETMASK, &vcpu->sigset, &sigsaved);

/* re-sync apic's tpr */
set_cr8(vcpu, kvm_run->cr8);
if (!irqchip_in_kernel(vcpu->kvm))
set_cr8(vcpu, kvm_run->cr8);

if (vcpu->pio.cur_count) {
r = complete_pio(vcpu);
Expand Down

0 comments on commit f8c7535

Please sign in to comment.