[PATCH 00/11] kvm tools: cleanups

From: Lai Jiangshan
Date: Mon Dec 12 2011 - 02:15:07 EST


There are small patches and almost are cleanups.
patch 1 and patch 10 may be 2 fixies if I'm not mental disorder.

Lai Jiangshan (11):
check condition before wait
fix function name
move threadpool.c to util/
move rbtree.o to util/
add missing build output
move read-write.c to util/
move util.c to util/
move strlcat() to util/strbuf.c
narrow the C.S. of compat_mtx
protect shared global id in compat_mtx C.S.
remove duplicated code

tools/kvm/Makefile | 11 +++++----
tools/kvm/builtin-run.c | 1 +
tools/kvm/guest_compat.c | 39 ++++++++++++++++--------------------
tools/kvm/include/kvm/strbuf.h | 13 ++++++++++++
tools/kvm/include/kvm/util.h | 10 ---------
tools/kvm/{ => util}/read-write.c | 0
tools/kvm/util/strbuf.c | 26 ++++++++++++++++++++++++
tools/kvm/{ => util}/threadpool.c | 25 +++++++++++------------
tools/kvm/{ => util}/util.c | 25 -----------------------
9 files changed, 75 insertions(+), 75 deletions(-)
rename tools/kvm/{ => util}/read-write.c (100%)
rename tools/kvm/{ => util}/threadpool.c (89%)
rename tools/kvm/{ => util}/util.c (71%)

--
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/