Skip to content

Commit

Permalink
KVM: Move cpuid code to new file
Browse files Browse the repository at this point in the history
The cpuid code has grown; put it into a separate file.

Signed-off-by: Avi Kivity <avi@redhat.com>
  • Loading branch information
Avi Kivity committed Dec 27, 2011
1 parent 2b5e97e commit 00b27a3
Show file tree
Hide file tree
Showing 7 changed files with 679 additions and 635 deletions.
2 changes: 1 addition & 1 deletion arch/x86/kvm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ kvm-$(CONFIG_IOMMU_API) += $(addprefix ../../../virt/kvm/, iommu.o)
kvm-$(CONFIG_KVM_ASYNC_PF) += $(addprefix ../../../virt/kvm/, async_pf.o)

kvm-y += x86.o mmu.o emulate.o i8259.o irq.o lapic.o \
i8254.o timer.o
i8254.o timer.o cpuid.o
kvm-intel-y += vmx.o
kvm-amd-y += svm.o

Expand Down
Loading

0 comments on commit 00b27a3

Please sign in to comment.