On 06/05/20 08:58, Andrew Jones wrote: > On Tue, May 05, 2020 at 12:05:12PM -0400, Paolo Bonzini wrote: >> From: Cathy Avery <cavery@xxxxxxxxxx> >> >> Signed-off-by: Cathy Avery <cavery@xxxxxxxxxx> >> Signed-off-by: Paolo Bonzini <pbonzini@xxxxxxxxxx> >> --- >> x86/vmx_tests.c | 120 ++++++++++++++++++++++++++++++++++++++++++++++++ >> 1 file changed, 120 insertions(+) > > Much of this patch is using four space indentation instead of tabs. Hmm, true -- because it's copied from svm_tests.c which uses 4 spaces. I'll adjust it. Paolo