Commit-ID: 31a83072afced3cc6e1739ac578ba41fc58a93cf Gitweb: http://git.kernel.org/tip/31a83072afced3cc6e1739ac578ba41fc58a93cf Author: Asias He <asias.hejun@xxxxxxxxx> AuthorDate: Wed, 18 May 2011 16:19:03 +0800 Committer: Pekka Enberg <penberg@xxxxxxxxxx> CommitDate: Wed, 18 May 2011 21:29:00 +0300 kvm tools: Rename disk-image.c to core.c 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> Signed-off-by: Pekka Enberg <penberg@xxxxxxxxxx> --- tools/kvm/Makefile | 2 +- tools/kvm/disk/{disk-image.c => core.c} | 0 2 files changed, 1 insertions(+), 1 deletions(-) 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 -- To unsubscribe from this list: send the line "unsubscribe linux-tip-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
![]() |