search for: aiolib

Displaying 6 results from an estimated 6 matches for "aiolib".

Did you mean: liolib
2011 Mar 16
3
[PATCH] tools: do not link against unused libraries
...+VHDLIBS := -L$(LIBVHDDIR) -lvhd REMUS-OBJS := block-remus.o REMUS-OBJS += hashtable.o @@ -88,26 +84,26 @@ all: $(IBIN) lock-util qcow-util all: $(IBIN) lock-util qcow-util -tapdisk2: $(TAP-OBJS-y) $(BLK-OBJS-y) $(MISC-OBJS-y) tapdisk2.c - $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) $(LIBS) $(AIOLIBS) $(MEMSHRLIBS) $(LBLIBS_img) +tapdisk2: $(TAP-OBJS-y) $(BLK-OBJS-y) $(MISC-OBJS-y) tapdisk2.o + $(CC) -o $@ $^ $(LDFLAGS) -lrt -lz $(VHDLIBS) $(AIOLIBS) $(MEMSHRLIBS) -lm tapdisk-client: tapdisk-client.o - $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) $(LIBS) $(LBLIBS_img) + $(CC) -o $@ $^ $(LDFLAGS) -...
2009 May 28
1
[PATCH] blktap2: fix makefile of vhd for parallel make
blktap2: fix makefile of vhd for parallel make With parallel make, libvhd might not be created before link resulting in link error. This patch guarantees it. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> diff --git a/tools/blktap2/vhd/Makefile b/tools/blktap2/vhd/Makefile --- a/tools/blktap2/vhd/Makefile +++ b/tools/blktap2/vhd/Makefile @@ -12,6 +12,9 @@ CFLAGS +=
2006 Aug 10
0
[RFC][PATCH][TOOLS] CONFIG to build and link to local libaio
...EPS = .*.d THREADLIB := -lpthread -lz -LIBS := -L. -L.. -L../lib +LIBS := $(LIBAIO_INCLUDE_DIR-$(LOCAL_LIBAIO)) +LIBS += -L. -L.. -L../lib LIBS += -L$(XEN_LIBXC) LIBS += -lblktap LIBS += -lcrypto LIBS += -lz LIBS += -L$(XEN_XENSTORE) -lxenstore -AIOLIBS := $(LIBAIO_DIR)/libaio.a +AIOLIBS := -laio BLK-OBJS := block-aio.o BLK-OBJS += block-sync.o diff -r 1f611b58729f tools/libaio/Makefile --- a/tools/libaio/Makefile Wed Aug 09 18:53:00 2006 -0400 +++ b/tools/libaio/Makefile Thu Aug 10 15:16:17 2006 -0400 @@ -12,7 +12,7 @@ default: all...
2011 Feb 03
1
possible bug running Finale 2009 on Wine 1.2
...edx),%ax Modules: Module Address Debug info Name (213 modules) PE 340000- 396000 Deferred msvcr71 PE 400000- f2a000 Export finale PE 1770000- 1795000 Deferred finmidi PE 18b0000- 1963000 Deferred aiolib PE 85a0000- 8619000 Deferred applyhumanplayback.fxt PE 8620000- 86a7000 Deferred msvcp80 PE 86b0000- 8888000 Deferred tgtoolsle.fxt PE 89a0000- 8a20000 Deferred bmovrbar.fxt PE 8a20000- 8a51000 Deferred o...
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 *