Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97969
b: refs/heads/master
c: 33e3885
h: refs/heads/master
i:
  97967: 37efb38
v: v3
  • Loading branch information
Avi Kivity committed Jun 6, 2008
1 parent b093742 commit ac569cb
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: f20d2752980c144c82649eb18746ef0c29f508dd
refs/heads/master: 33e3885de25148e00595c4dd808d6eb15db2edcf
3 changes: 2 additions & 1 deletion trunk/arch/x86/kvm/x86_emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -1727,7 +1727,8 @@ x86_emulate_insn(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops)
if (rc)
goto done;

kvm_emulate_hypercall(ctxt->vcpu);
/* Let the processor re-execute the fixed hypercall */
c->eip = ctxt->vcpu->arch.rip;
/* Disable writeback. */
c->dst.type = OP_NONE;
break;
Expand Down

0 comments on commit ac569cb

Please sign in to comment.