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

2016-12-18 Thread Andrew Cooper
On 18/12/16 14:02, Haozhong Zhang wrote: > On 12/14/16 18:11 +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: An

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

2016-12-18 Thread Haozhong Zhang
On 12/14/16 18:11 +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: Andrew Cooper Reviewed-by: Konrad Rzeszutek Wilk Acked-by:

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

2016-12-14 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 Reviewed-by: Andrew Cooper Reviewed-by: Konrad Rzeszutek Wilk Acked-by: Kevin Tian --- xen/arch/x86/hvm/vmx/vvmx.c | 1