On 03/01/17 13:01, Jan Beulich wrote: > @@ -1321,10 +1321,10 @@ static void virtual_vmexit(struct cpu_us > if ( lm_l1 != lm_l2 ) > paging_update_paging_modes(v); > > - regs->eip = get_vvmcs(v, HOST_RIP); > - regs->esp = get_vvmcs(v, HOST_RSP); > + regs->rip = get_vvmcs(v, HOST_RIP); > + regs->rsp = get_vvmcs(v, HOST_RSP); > /* VM exit clears all bits except bit 1 */ > - regs->eflags = 0x2; > + regs->rflags = 0x2;
With this updated to X86_EFLAGS_MBS, Reviewed-by: Andrew Cooper <andrew.coop...@citrix.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel