Re: [Xen-devel] [XTF PATCH 05/16] vvmx: add a general error handler for VMX instructions

2016-12-18 Thread Haozhong Zhang
On 12/16/16 20:16 +, Andrew Cooper wrote: On 16/12/16 13:43, Haozhong Zhang wrote: handle_vmxinsn_err() is added to check and output the mismatch between errors in the execution of a VMX instruction and the expected errors. Signed-off-by: Haozhong Zhang --- tests/vvmx/util.c | 104 +++

Re: [Xen-devel] [XTF PATCH 05/16] vvmx: add a general error handler for VMX instructions

2016-12-16 Thread Andrew Cooper
On 16/12/16 13:43, Haozhong Zhang wrote: > handle_vmxinsn_err() is added to check and output the mismatch between > errors in the execution of a VMX instruction and the expected errors. > > Signed-off-by: Haozhong Zhang > --- > tests/vvmx/util.c | 104 > ++

[Xen-devel] [XTF PATCH 05/16] vvmx: add a general error handler for VMX instructions

2016-12-16 Thread Haozhong Zhang
handle_vmxinsn_err() is added to check and output the mismatch between errors in the execution of a VMX instruction and the expected errors. Signed-off-by: Haozhong Zhang --- tests/vvmx/util.c | 104 ++ tests/vvmx/util.h | 17 + 2 file