Skip to content

Commit c50d8ae

Browse files
committed
KVM: x86: create mmu/ subdirectory
Preparatory work for shattering mmu.c into multiple files. Besides making it easier to follow, this will also make it possible to write unit tests for various parts. Signed-off-by: Paolo Bonzini <[email protected]>
1 parent 0155b2b commit c50d8ae

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

arch/x86/kvm/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ kvm-y += $(KVM)/kvm_main.o $(KVM)/coalesced_mmio.o \
88
$(KVM)/eventfd.o $(KVM)/irqchip.o $(KVM)/vfio.o
99
kvm-$(CONFIG_KVM_ASYNC_PF) += $(KVM)/async_pf.o
1010

11-
kvm-y += x86.o mmu.o emulate.o i8259.o irq.o lapic.o \
11+
kvm-y += x86.o emulate.o i8259.o irq.o lapic.o \
1212
i8254.o ioapic.o irq_comm.o cpuid.o pmu.o mtrr.o \
13-
hyperv.o page_track.o debugfs.o
13+
hyperv.o debugfs.o mmu/mmu.o mmu/page_track.o
1414

1515
kvm-intel-y += vmx/vmx.o vmx/vmenter.o vmx/pmu_intel.o vmx/vmcs12.o vmx/evmcs.o vmx/nested.o
1616
kvm-amd-y += svm.o pmu_amd.o
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)