commit | 00b27a3efb116062ca5a276ad5cb01ea1b80b5f6 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Wed Nov 23 16:30:32 2011 +0200 |
committer | Avi Kivity <avi@redhat.com> | Tue Dec 27 11:21:49 2011 +0200 |
tree | 51d910e618eaad99ec034ef72b535e8cad06ffe5 | |
parent | 2b5e97e1fadf1ade87558f2a2003616879f9e228 [diff] [blame] |
KVM: Move cpuid code to new file The cpuid code has grown; put it into a separate file. Signed-off-by: Avi Kivity <avi@redhat.com>
diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index 8f19d91..4ceced2 100644 --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c
@@ -18,6 +18,7 @@ #include "irq.h" #include "mmu.h" +#include "cpuid.h" #include <linux/kvm_host.h> #include <linux/module.h>