Re: [Xen-devel] [PATCH 1/2] x86/HVM: constify VMFUNC emulation hook

2016-12-22 Thread Tian, Kevin
> From: Jan Beulich [mailto:jbeul...@suse.com] > Sent: Thursday, December 22, 2016 4:37 PM > > ... to clarify that the register state does not get altered (behind the > back of the emulator). > > Signed-off-by: Jan Beulich > Acked-by: Kevin Tian __

Re: [Xen-devel] [PATCH 1/2] x86/HVM: constify VMFUNC emulation hook

2016-12-22 Thread Andrew Cooper
On 22/12/16 08:36, Jan Beulich wrote: ... to clarify that the register state does not get altered (behind the back of the emulator). Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper ___ Xen-devel mailing list Xen-devel@lists.xen.org https://l

[Xen-devel] [PATCH 1/2] x86/HVM: constify VMFUNC emulation hook

2016-12-22 Thread Jan Beulich
... to clarify that the register state does not get altered (behind the back of the emulator). Signed-off-by: Jan Beulich --- a/xen/arch/x86/hvm/vmx/vmx.c +++ b/xen/arch/x86/hvm/vmx/vmx.c @@ -2006,7 +2006,7 @@ static void vmx_vcpu_update_vmfunc_ve(st vmx_vmcs_exit(v); } -static int vmx_v