search for: qcow_util

Displaying 3 results from an estimated 3 matches for "qcow_util".

2006 Aug 10
0
[RFC][PATCH][TOOLS] CONFIG to build and link to local libaio
...io +SUBDIRS-$(LOCAL_LIBAIO) += libaio SUBDIRS-y += blktap # These don''t cross-compile diff -r 1f611b58729f tools/blktap/drivers/Makefile --- a/tools/blktap/drivers/Makefile Wed Aug 09 18:53:00 2006 -0400 +++ b/tools/blktap/drivers/Makefile Thu Aug 10 15:16:17 2006 -0400 @@ -9,6 +9,9 @@ QCOW_UTIL = img2qcow qcow2raw qcow-cr QCOW_UTIL = img2qcow qcow2raw qcow-create INSTALL_DIR = /usr/sbin LIBAIO_DIR = ../../libaio/src +LIBAIO_INCLUDE_DIR-y = -I $(LIBAIO_DIR) +LIBAIO_LIB_DIR-y = -L$(LIBAIO_DIR) + CFLAGS += -fPIC CFLAGS += -Wall @@ -16,7 +19,8 @@ CFLAGS += -Wno-unused C...
2013 Jul 15
21
[PATCH 00 of 21 RESEND] blktap3/drivers: Introduce tapdisk server.
This patch series copies the core of the tapdisk process from blktap2, with updates coming from blktap2.5. Signed-off-by: Thanos Makatos <thanos.makatos@citrix.com>
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *