Skip to content

Commit

Permalink
KVM: Add support for in-kernel PIC emulation
Browse files Browse the repository at this point in the history
Signed-off-by: Yaozu (Eddie) Dong <eddie.dong@intel.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
  • Loading branch information
Eddie Dong authored and Avi Kivity committed Oct 13, 2007
1 parent 152d3f2 commit 85f455f
Show file tree
Hide file tree
Showing 9 changed files with 770 additions and 24 deletions.
2 changes: 1 addition & 1 deletion drivers/kvm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Makefile for Kernel-based Virtual Machine module
#

kvm-objs := kvm_main.o mmu.o x86_emulate.o
kvm-objs := kvm_main.o mmu.o x86_emulate.o i8259.o irq.o
obj-$(CONFIG_KVM) += kvm.o
kvm-intel-objs = vmx.o
obj-$(CONFIG_KVM_INTEL) += kvm-intel.o
Expand Down
Loading

0 comments on commit 85f455f

Please sign in to comment.