]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
kvm tools: Move disk image related code under disk directory
authorAsias He <asias.hejun@gmail.com>
Wed, 18 May 2011 08:19:02 +0000 (16:19 +0800)
committerPekka Enberg <penberg@kernel.org>
Wed, 18 May 2011 18:28:59 +0000 (21:28 +0300)
This patch removes disk-image.c and qcow.c under disk directory.

Signed-off-by: Asias He <asias.hejun@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/Makefile
tools/kvm/disk/disk-image.c [moved from tools/kvm/disk-image.c with 100% similarity]
tools/kvm/disk/qcow.c [moved from tools/kvm/qcow.c with 100% similarity]

index 45897d566516c486375630792e838df7506b1838..8938f5fe5450ca4418da53563247b576d136b539 100644 (file)
@@ -15,7 +15,7 @@ TAGS = ctags
 OBJS   += 8250-serial.o
 OBJS   += cpuid.o
 OBJS   += read-write.o
-OBJS   += disk-image.o
+OBJS   += disk/disk-image.o
 OBJS   += interrupt.o
 OBJS   += ioport.o
 OBJS   += kvm.o
@@ -37,7 +37,7 @@ OBJS    += util/strbuf.o
 OBJS    += kvm-help.o
 OBJS    += kvm-cmd.o
 OBJS    += kvm-run.o
-OBJS    += qcow.o
+OBJS    += disk/qcow.o
 OBJS    += mptable.o
 OBJS    += threadpool.o
 OBJS    += irq.o
similarity index 100%
rename from tools/kvm/qcow.c
rename to tools/kvm/disk/qcow.c