From: Eduardo Habkost Date: Mon, 17 Nov 2008 21:03:15 +0000 (-0200) Subject: KVM: VMX: move ASM_VMX_* definitions from asm/kvm_host.h to asm/vmx.h X-Git-Tag: v2.6.29-rc1~539^2~77 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eca70fc5671b226966dfb7ee9953d59199288566;p=pandora-kernel.git KVM: VMX: move ASM_VMX_* definitions from asm/kvm_host.h to asm/vmx.h Those definitions will be used by code outside KVM, so move it outside of a KVM-specific source file. Those definitions are used only on kvm/vmx.c, that already includes asm/vmx.h, so they can be moved safely. Signed-off-by: Eduardo Habkost Signed-off-by: Avi Kivity --- Reading git-diff-tree failed