From 3573e22cfecaac83f82ef4f6847d90e466fc8e10 Mon Sep 17 00:00:00 2001 From: Bandan Das Date: Tue, 6 May 2014 02:19:16 -0400 Subject: [PATCH] KVM: nVMX: additional checks on vmxon region Currently, the vmxon region isn't used in the nested case. However, according to the spec, the vmxon instruction performs additional sanity checks on this region and the associated pointer. Modify emulated vmxon to better adhere to the spec requirements Signed-off-by: Bandan Das Signed-off-by: Paolo Bonzini --- Reading git-format-patch failed