Index: target-i386/op_helper.c =================================================================== --- target-i386/op_helper.c (revision 4661) +++ target-i386/op_helper.c (working copy) @@ -4910,7 +4910,8 @@ break; } - helper_stgi(); + /* STGI to enable interrupts again */ + env->hflags |= HF_GIF_MASK; /* maybe we need to inject an event */ event_inj = ldl_phys(env->vm_vmcb + offsetof(struct vmcb, control.event_inj));