[PATCH 16/33] KVM: Move drivers/kvm/* to virt/kvm/

From: Avi Kivity
Date: Sun Jan 06 2008 - 09:46:55 EST


Signed-off-by: Avi Kivity <avi@xxxxxxxxxxxx>
---
arch/x86/kvm/Makefile | 4 ++--
{drivers => virt}/kvm/iodev.h | 0
{drivers => virt}/kvm/kvm_main.c | 0
3 files changed, 2 insertions(+), 2 deletions(-)
rename {drivers => virt}/kvm/iodev.h (100%)
rename {drivers => virt}/kvm/kvm_main.c (100%)

diff --git a/arch/x86/kvm/Makefile b/arch/x86/kvm/Makefile
index 880ffe4..af41534 100644
--- a/arch/x86/kvm/Makefile
+++ b/arch/x86/kvm/Makefile
@@ -2,9 +2,9 @@
# Makefile for Kernel-based Virtual Machine module
#

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

-EXTRA_CFLAGS += -I drivers/kvm
+EXTRA_CFLAGS += -I virt/kvm

kvm-objs := $(common-objs) x86.o mmu.o x86_emulate.o i8259.o irq.o lapic.o \
ioapic.o
diff --git a/drivers/kvm/iodev.h b/virt/kvm/iodev.h
similarity index 100%
rename from drivers/kvm/iodev.h
rename to virt/kvm/iodev.h
diff --git a/drivers/kvm/kvm_main.c b/virt/kvm/kvm_main.c
similarity index 100%
rename from drivers/kvm/kvm_main.c
rename to virt/kvm/kvm_main.c
--
1.5.3.7

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/