This patch prepares the splitting of disk-image.c to core.c, blk.c and raw.c. Signed-off-by: Asias He <asias.hejun@xxxxxxxxx> --- tools/kvm/Makefile | 2 +- tools/kvm/disk/{disk-image.c => core.c} | 0 2 files changed, 1 insertions(+), 1 deletions(-) rename tools/kvm/disk/{disk-image.c => core.c} (100%) diff --git a/tools/kvm/Makefile b/tools/kvm/Makefile index 8938f5f..d7b1233 100644 --- a/tools/kvm/Makefile +++ b/tools/kvm/Makefile @@ -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 diff --git a/tools/kvm/disk/disk-image.c b/tools/kvm/disk/core.c similarity index 100% rename from tools/kvm/disk/disk-image.c rename to tools/kvm/disk/core.c -- 1.7.5.1 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html