From: Jan Kiszka Date: Fri, 15 Mar 2013 07:38:56 +0000 (+0100) Subject: KVM: VMX: Require KVM_SET_TSS_ADDR being called prior to running a VCPU X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~32^2~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4918c6ca6838658b71d3ce75e1a4373195ac8d40;p=pandora-kernel.git KVM: VMX: Require KVM_SET_TSS_ADDR being called prior to running a VCPU Very old user space (namely qemu-kvm before kvm-49) didn't set the TSS base before running the VCPU. We always warned about this bug, but no reports about users actually seeing this are known. Time to finally remove the workaround that effectively prevented to call vmx_vcpu_reset while already holding the KVM srcu lock. Reviewed-by: Gleb Natapov Signed-off-by: Jan Kiszka Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed