From: Avi Kivity Date: Thu, 7 Jun 2012 14:06:10 +0000 (+0300) Subject: KVM: VMX: Relax check on unusable segment X-Git-Tag: v3.6-rc1~124^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0495f9b9992f80f82b14306946444b287193390;p=pandora-kernel.git KVM: VMX: Relax check on unusable segment Some userspace (e.g. QEMU 1.1) munge the d and g bits of segment descriptors, causing us not to recognize them as unusable segments with emulate_invalid_guest_state=1. Relax the check by testing for segment not present (a non-present segment cannot be usable). Signed-off-by: Avi Kivity --- Reading git-diff-tree failed