[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] [PATCH] x86/VMX: use unambiguous register names



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.cooper3@xxxxxxxxxx>

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.