aboutsummaryrefslogtreecommitdiffstats
path: root/tools/blktap/drivers
Commit message (Expand)AuthorAgeFilesLines
* tools: remove in tree libaioIan Campbell2013-08-201-6/+0
* nstore: rename public xenstore headersIan Campbell2012-05-141-1/+1
* tools/blktap: fix build error w/o MEMSHRChristoph Egger2012-04-241-0/+2
* tools: Use PTHREAD_CFLAGS, _LDFLAGS, _LIBSIan Jackson2012-04-111-2/+5
* tools/blktap: reorder MEMSHR_DIR to fix CFLAGSOlaf Hering2012-03-141-2/+2
* build: add autoconf to replace custom checks in tools/checkIan Jackson2012-02-222-15/+1
* blktap: remove local definitions and include byteswap.hRoger Pau Monne2011-12-201-37/+1
* tools: use system libaio for blktap1 as well.Ian Campbell2011-11-231-3/+9
* tools: Remove $(CFLAGS) from links lines.Ian Campbell2011-03-311-3/+3
* build: Make XEN_ROOT an absolute path.Keir Fraser2011-03-171-1/+1
* tools/blktap, blktap2: include <sys/mount.h> instead of <linux/fs.h>Ian Campbell2011-01-171-1/+1
* split LDLIBS from LDFLAGS to fix link errors in recent toolchainsStefano Stabellini2010-08-111-5/+5
* tools: assume that special Xen devices have been created by the platformKeir Fraser2010-06-021-22/+2
* blktap: Fix old QCow tapdisk image handlingKeir Fraser2010-05-041-10/+9
* blktap/fs-back: Build fixes for Fedora 13Keir Fraser2010-03-153-1/+3
* blktap: make memshr optionalKeir Fraser2010-01-122-2/+10
* Generic bi-directional map, and related initialisation functions. At the momentKeir Fraser2009-12-172-1/+6
* blktap: fix empty QCOW images (bug 1430 part 2)Keir Fraser2009-06-031-2/+3
* blktap: fix and use ROUNDUP macro (bug 1430 part 1)Keir Fraser2009-06-031-6/+6
* blktap: Revert parts of c/s 19349.Keir Fraser2009-06-011-8/+8
* blktap: Move error signaling to blktapctrlKeir Fraser2009-03-121-8/+8
* blktapctrl: Fix too early close of pipesKeir Fraser2009-03-121-0/+27
* blktap: Export disk type constants for ioemuKeir Fraser2009-03-121-9/+0
* blktapctrl: Select backend by prefixKeir Fraser2009-03-122-17/+38
* blktap: Fix compile warnings in block-qcow2.cKeir Fraser2009-03-091-6/+19
* blktap: Allow creation of qcow2 files.Keir Fraser2009-03-033-7/+105
* blktap: Fix check_gcryptKeir Fraser2009-02-111-1/+1
* Do not print `***' when compiling unless we fall overKeir Fraser2009-01-121-1/+1
* Use -MMD -MF in tools/* rather than -Wp,-M...Keir Fraser2009-01-121-4/+0
* blktap: re-enable O_DIRECT in block_qcow.cKeir Fraser2008-10-221-9/+15
* blktap: Handle qcow backing files correctly.Keir Fraser2008-10-202-17/+59
* blktap: portability cleanupKeir Fraser2008-07-144-106/+146
* blktap: cleanupKeir Fraser2008-07-119-50/+52
* tapdisk: in case O_DIRECT fails, retry again with o_flags butKeir Fraser2008-07-111-1/+1
* Blktapctrl compatibility layerKeir Fraser2008-07-091-6/+18
* blktap: Fall back to libcrypto if libgcrypt is not installed.Keir Fraser2008-06-303-2/+62
* blktap: link against libgcrypt rather than libcryptoKeir Fraser2008-06-302-14/+5
* blktap: Extend userland busid to 32 bitsKeir Fraser2008-06-271-1/+1
* tapdisk: Fix qcow2 for images > 2 GBKeir Fraser2008-06-271-4/+1
* blktap: Automatically start tapdisk-ioemu on demandKeir Fraser2008-04-232-13/+64
* Revert 17499:451ae3b8e5c8Keir Fraser2008-04-232-64/+13
* blktap: Automatically start tapdisk-ioemu on demandKeir Fraser2008-04-222-13/+64
* tools: Use PATH_MAX for pathname char arrays.Keir Fraser2008-04-041-1/+1
* tapdisk: Fix L1 table endianess of qcow imagesKeir Fraser2008-03-271-6/+56
* blktap: Fix BSD build failure.Keir Fraser2008-03-191-0/+5
* tapaio build fixKeir Fraser2008-03-191-0/+1
* Use ioemu block drivers through blktap.Keir Fraser2008-03-182-22/+92
* Clean up blktap Makefiles.Keir Fraser2008-03-171-14/+12
* blktapctrl: Fix a potential device minor number leak.Keir Fraser2008-03-031-4/+4
* blktap: Fix unused warnings in block-qcow2.c with -D_FORTIFY_SOURCE=2.Keir Fraser2008-02-281-161/+0