]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
kvm tools: Rename disk-image.c to core.c
authorAsias He <asias.hejun@gmail.com>
Wed, 18 May 2011 08:19:03 +0000 (16:19 +0800)
committerPekka Enberg <penberg@kernel.org>
Wed, 18 May 2011 18:29:00 +0000 (21:29 +0300)
This patch prepares the splitting of disk-image.c to core.c,
blk.c and raw.c.

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

index 8938f5fe5450ca4418da53563247b576d136b539..d7b1233aa481a11e9c038f5767723a69de71653c 100644 (file)
@@ -15,7 +15,7 @@ TAGS = ctags
 OBJS   += 8250-serial.o
 OBJS   += cpuid.o
 OBJS   += read-write.o
-OBJS   += disk/disk-image.o
+OBJS   += disk/core.o
 OBJS   += interrupt.o
 OBJS   += ioport.o
 OBJS   += kvm.o