aboutsummaryrefslogtreecommitdiffstats
path: root/tools/blktap
Commit message (Expand)AuthorAgeFilesLines
* tools: remove in tree libaioIan Campbell2013-08-201-6/+0
* blktap: fix rpmlint warning spurious-executable-permOlaf Hering2012-10-181-4/+6
* nstore: rename public xenstore headersIan Campbell2012-05-144-4/+4
* 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-312-4/+4
* tools: drop further uses of -Wp,-MD,.$(@F).d to generate dependencies.Ian Campbell2011-03-231-4/+0
* build: Make XEN_ROOT an absolute path.Keir Fraser2011-03-173-3/+3
* tools/Makefiles: install libvhd and libblktap with INSTALL_PROGMichael Young2011-02-011-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-112-8/+8
* 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: provide a variant of __RING_SIZE() that is an integer constant expres...Keir Fraser2010-03-061-1/+1
* blktap: fix blktapctrl abortKeir Fraser2010-01-221-0/+6
* 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 check_sharing() in blktapctrlKeir Fraser2009-10-231-19/+50
* 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-122-10/+156
* blktapctrl: Fix too early close of pipesKeir Fraser2009-03-121-0/+27
* blktap: Export disk type constants for ioemuKeir Fraser2009-03-122-9/+10
* 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
* libblktap: Remove trailing null byte in xs_printfKeir Fraser2008-10-021-1/+1
* install more documentation to /usr/share/doc/xen and /etc/xenKeir Fraser2008-08-061-0/+3
* blktap: Clean *.opic on 'make clean'.Keir Fraser2008-07-241-1/+1
* blktap: portability cleanupKeir Fraser2008-07-144-106/+146
* blktap: cleanupKeir Fraser2008-07-1111-54/+55
* tapdisk: in case O_DIRECT fails, retry again with o_flags butKeir Fraser2008-07-111-1/+1
* Blktapctrl compatibility layerKeir Fraser2008-07-092-7/+25
* 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-272-2/+2
* 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