Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68356
b: refs/heads/master
c: 9ae0448
h: refs/heads/master
v: v3
  • Loading branch information
Shaohua Li authored and Avi Kivity committed Oct 13, 2007
1 parent 361a98f commit e275df7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 310bc76c2b6829cd280def4927b7ccf8b8c795df
refs/heads/master: 9ae0448f53324b3c476f68bd134d97ac4ec27e0c
8 changes: 4 additions & 4 deletions trunk/drivers/kvm/vmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1999,16 +1999,16 @@ static int vmx_vcpu_run(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run)
kvm_guest_debug_pre(vcpu);

again:
r = kvm_mmu_reload(vcpu);
if (unlikely(r))
goto out;

if (!vcpu->mmio_read_completed)
do_interrupt_requests(vcpu, kvm_run);

vmx_save_host_state(vcpu);
kvm_load_guest_fpu(vcpu);

r = kvm_mmu_reload(vcpu);
if (unlikely(r))
goto out;

/*
* Loading guest fpu may have cleared host cr0.ts
*/
Expand Down

0 comments on commit e275df7

Please sign in to comment.