From: Avi Kivity Date: Mon, 26 Jul 2010 15:32:38 +0000 (+0300) Subject: KVM: VMX: Fix host GDT.LIMIT corruption X-Git-Tag: v2.6.36-rc1~580^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3444d7da1839b851eefedd372978d8a982316c36;p=pandora-kernel.git KVM: VMX: Fix host GDT.LIMIT corruption vmx does not restore GDT.LIMIT to the host value, instead it sets it to 64KB. This means host userspace can learn a few bits of host memory. Fix by reloading GDTR when we load other host state. Signed-off-by: Avi Kivity Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed