Re: [Xen-devel] [PATCH 3/3] vvmx: check the operand of L1 vmxon

2016-12-13 Thread Tian, Kevin
> From: Zhang, Haozhong > Sent: Tuesday, December 13, 2016 8:16 PM > > Check whether the operand of L1 vmxon is a valid VMXON region address > and whether the VMXON region at that address contains a valid revision > ID. > > Signed-off-by: Haozhong Zhang Acked-by: Kevin Tian __

Re: [Xen-devel] [PATCH 3/3] vvmx: check the operand of L1 vmxon

2016-12-13 Thread Konrad Rzeszutek Wilk
On Tue, Dec 13, 2016 at 08:16:20PM +0800, Haozhong Zhang wrote: > Check whether the operand of L1 vmxon is a valid VMXON region address > and whether the VMXON region at that address contains a valid revision > ID. > > Signed-off-by: Haozhong Zhang Reviewed-by: Konrad Rzeszutek Wilk Thank you

Re: [Xen-devel] [PATCH 3/3] vvmx: check the operand of L1 vmxon

2016-12-13 Thread Andrew Cooper
On 13/12/16 12:16, Haozhong Zhang wrote: > Check whether the operand of L1 vmxon is a valid VMXON region address > and whether the VMXON region at that address contains a valid revision > ID. > > Signed-off-by: Haozhong Zhang Reviewed-by: Andrew Cooper __

[Xen-devel] [PATCH 3/3] vvmx: check the operand of L1 vmxon

2016-12-13 Thread Haozhong Zhang
Check whether the operand of L1 vmxon is a valid VMXON region address and whether the VMXON region at that address contains a valid revision ID. Signed-off-by: Haozhong Zhang --- xen/arch/x86/hvm/vmx/vvmx.c | 16 1 file changed, 16 insertions(+) diff --git a/xen/arch/x86/hvm/vm