Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80850
b: refs/heads/master
c: 0eb8f49
h: refs/heads/master
v: v3
  • Loading branch information
Zhang Xiantao authored and Avi Kivity committed Jan 30, 2008
1 parent bbbd0b8 commit f947d34
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 82470196fa346f50ab4071935597017de33c9ee3
refs/heads/master: 0eb8f4984824b8a811d44963995133f47813330a
7 changes: 3 additions & 4 deletions trunk/arch/x86/kvm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
# Makefile for Kernel-based Virtual Machine module
#

common-objs = $(addprefix ../../../virt/kvm/, kvm_main.o)
common-objs = $(addprefix ../../../virt/kvm/, kvm_main.o ioapic.o)

EXTRA_CFLAGS += -I virt/kvm
EXTRA_CFLAGS += -Ivirt/kvm -Iarch/x86/kvm

kvm-objs := $(common-objs) x86.o mmu.o x86_emulate.o i8259.o irq.o lapic.o \
ioapic.o
kvm-objs := $(common-objs) x86.o mmu.o x86_emulate.o i8259.o irq.o lapic.o
obj-$(CONFIG_KVM) += kvm.o
kvm-intel-objs = vmx.o
obj-$(CONFIG_KVM_INTEL) += kvm-intel.o
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/ioapic.c → trunk/virt/kvm/ioapic.c
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ static void ioapic_mmio_write(struct kvm_io_device *this, gpa_t addr, int len,
break;
#ifdef CONFIG_IA64
case IOAPIC_REG_EOI:
kvm_ioapic_update_eoi(ioapic, data);
kvm_ioapic_update_eoi(ioapic->kvm, data);
break;
#endif

Expand Down
File renamed without changes.

0 comments on commit f947d34

Please sign in to comment.