From: Joerg Roedel Date: Thu, 31 Jan 2008 13:57:38 +0000 (+0100) Subject: KVM: align valid EFER bits with the features of the host system X-Git-Tag: v2.6.26-rc1~1028^2~130 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50a37eb4e05efaa7bac6a948fd4db1a48c728b99;p=pandora-kernel.git KVM: align valid EFER bits with the features of the host system This patch aligns the bits the guest can set in the EFER register with the features in the host processor. Currently it lets EFER.NX disabled if the processor does not support it and enables EFER.LME and EFER.LMA only for KVM on 64 bit hosts. Signed-off-by: Joerg Roedel Signed-off-by: Avi Kivity --- Reading git-diff-tree failed