Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | KVM: VMX: move ASM_VMX_* definitions from asm/kvm_host.h to asm/vmx.h | Eduardo Habkost | 2008-12-31 | 1 | -0/+15 |
| | | | | | | | | | | | 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 <ehabkost@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com> | ||||
* | KVM: VMX: move vmx.h to include/asm | Eduardo Habkost | 2008-12-31 | 1 | -0/+367 |
vmx.h will be used by core code that is independent of KVM, so I am moving it outside the arch/x86/kvm directory. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com> |