lkml.org 
[lkml]   [2008]   [Jan]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 16/33] KVM: Move drivers/kvm/* to virt/kvm/
    Date
    Signed-off-by: Avi Kivity <avi@qumranet.com>
    ---
    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


    \
     
     \ /
      Last update: 2008-01-06 15:49    [W:4.265 / U:0.016 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site