Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377268
b: refs/heads/master
c: f8941fb
h: refs/heads/master
v: v3
  • Loading branch information
Scott Wood authored and Paolo Bonzini committed Jun 19, 2013
1 parent 4cb55f9 commit eefd205
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: 764bcbc5a6d7a2f3e75c9f0e4caa984e2926e346
refs/heads/master: f8941fbe204fa2fb51e7acd8bfd0f51225fe03b4
3 changes: 2 additions & 1 deletion trunk/arch/powerpc/kvm/booke.c
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,6 @@ int kvmppc_vcpu_run(struct kvm_run *kvm_run, struct kvm_vcpu *vcpu)
ret = s;
goto out;
}
kvmppc_lazy_ee_enable();

kvm_guest_enter();

Expand All @@ -699,6 +698,8 @@ int kvmppc_vcpu_run(struct kvm_run *kvm_run, struct kvm_vcpu *vcpu)
kvmppc_load_guest_fp(vcpu);
#endif

kvmppc_lazy_ee_enable();

ret = __kvmppc_vcpu_run(kvm_run, vcpu);

/* No need for kvm_guest_exit. It's done in handle_exit.
Expand Down

0 comments on commit eefd205

Please sign in to comment.