From: Alexander Graf Date: Tue, 25 Nov 2008 19:17:02 +0000 (+0100) Subject: KVM: SVM: Move EFER and MSR constants to generic x86 code X-Git-Tag: v2.6.30-rc1~664^2~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9962d032bbff0268f22068787831405f8468c8b4;p=pandora-kernel.git KVM: SVM: Move EFER and MSR constants to generic x86 code MSR_EFER_SVME_MASK, MSR_VM_CR and MSR_VM_HSAVE_PA are set in KVM specific headers. Linux does have nice header files to collect EFER bits and MSR IDs, so IMHO we should put them there. While at it, I also changed the naming scheme to match that of the other defines. (introduced in v6) Acked-by: Joerg Roedel Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed