From aa887b4931706dc3088f52dfa169ea2a82252419 Mon Sep 17 00:00:00 2001 From: Asias He Date: Wed, 18 May 2011 16:19:03 +0800 Subject: [PATCH] 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 Signed-off-by: Pekka Enberg --- Makefile | 2 +- disk/{disk-image.c => core.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename disk/{disk-image.c => core.c} (100%) diff --git a/Makefile b/Makefile index 8938f5f..d7b1233 100644 --- a/Makefile +++ b/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/disk/disk-image.c b/disk/core.c similarity index 100% rename from disk/disk-image.c rename to disk/core.c