This patch removes disk-image.c and qcow.c under disk directory. Signed-off-by: Asias He <asias.hejun@xxxxxxxxx> --- tools/kvm/Makefile | 4 ++-- tools/kvm/{ => disk}/disk-image.c | 0 tools/kvm/{ => disk}/qcow.c | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename tools/kvm/{ => disk}/disk-image.c (100%) rename tools/kvm/{ => disk}/qcow.c (100%) diff --git a/tools/kvm/Makefile b/tools/kvm/Makefile index 45897d5..8938f5f 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-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 diff --git a/tools/kvm/disk-image.c b/tools/kvm/disk/disk-image.c similarity index 100% rename from tools/kvm/disk-image.c rename to tools/kvm/disk/disk-image.c diff --git a/tools/kvm/qcow.c b/tools/kvm/disk/qcow.c similarity index 100% rename from tools/kvm/qcow.c rename to tools/kvm/disk/qcow.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