v2: - (1/2) corrected the GIT commit author to Jim Mattson - (2/2) added a WARN for freeing a loaded VMCS02 These patches are intended to improve the KVM nested virtualization implementation. The first patch removes the VMCS02 pool because the potential performance advantages were never realized. The second patch adds a WARN for attempting to free a loaded VMCS02. Jim Mattson (1): KVM: nVMX: Eliminate vmcs02 pool Mark Kanda (1): KVM: nVMX: Add a WARN for freeing a loaded VMCS02 arch/x86/kvm/vmx.c | 159 ++++++++++++----------------------------------------- 1 file changed, 36 insertions(+), 123 deletions(-) -- 1.8.3.1