Skip to content

Commit

Permalink
KVM: SVM: Move AVIC code to separate file
Browse files Browse the repository at this point in the history
Move the AVIC related functions from svm.c to the new avic.c file.

Signed-off-by: Joerg Roedel <jroedel@suse.de>
Message-Id: <20200324094154.32352-4-joro@8bytes.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
  • Loading branch information
Joerg Roedel authored and Paolo Bonzini committed Apr 3, 2020
1 parent 883b0a9 commit ef0f649
Show file tree
Hide file tree
Showing 4 changed files with 1,091 additions and 1,050 deletions.
2 changes: 1 addition & 1 deletion arch/x86/kvm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kvm-y += x86.o emulate.o i8259.o irq.o lapic.o \
hyperv.o debugfs.o mmu/mmu.o mmu/page_track.o

kvm-intel-y += vmx/vmx.o vmx/vmenter.o vmx/pmu_intel.o vmx/vmcs12.o vmx/evmcs.o vmx/nested.o
kvm-amd-y += svm/svm.o svm/pmu.o svm/nested.o
kvm-amd-y += svm/svm.o svm/pmu.o svm/nested.o svm/avic.o

obj-$(CONFIG_KVM) += kvm.o
obj-$(CONFIG_KVM_INTEL) += kvm-intel.o
Expand Down
Loading

0 comments on commit ef0f649

Please sign in to comment.