[PATCH 06/11] kvm tools: move read-write.c to util/

From: Lai Jiangshan
Date: Mon Dec 12 2011 - 02:16:31 EST


read-write.c contains no kvm related code, it is just a lib.

Signed-off-by: Lai Jiangshan <laijs@xxxxxxxxxxxxxx>
---
tools/kvm/Makefile | 2 +-
tools/kvm/{ => util}/read-write.c | 0
2 files changed, 1 insertions(+), 1 deletions(-)
rename tools/kvm/{ => util}/read-write.c (100%)

diff --git a/tools/kvm/Makefile b/tools/kvm/Makefile
index aadfe25..bf0c9b4 100644
--- a/tools/kvm/Makefile
+++ b/tools/kvm/Makefile
@@ -50,7 +50,6 @@ OBJS += kvm.o
OBJS += main.o
OBJS += mmio.o
OBJS += pci.o
-OBJS += read-write.o
OBJS += term.o
OBJS += util.o
OBJS += virtio/blk.o
@@ -80,6 +79,7 @@ OBJS += util/threadpool.o
OBJS += util/parse-options.o
OBJS += util/rbtree-interval.o
OBJS += util/strbuf.o
+OBJS += util/read-write.o
OBJS += virtio/9p.o
OBJS += virtio/9p-pdu.o
OBJS += hw/vesa.o
diff --git a/tools/kvm/read-write.c b/tools/kvm/util/read-write.c
similarity index 100%
rename from tools/kvm/read-write.c
rename to tools/kvm/util/read-write.c
--
1.7.4.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/