aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libaio
Commit message (Collapse)AuthorAgeFilesLines
* build: Make XEN_ROOT an absolute path.Keir Fraser2011-03-171-1/+1
| | | | | | | | Otherwise make can search the path relative to certain standard paths such as /usr/include (e.g., the line '-include $(XEN_ROOT)/.config' in Config.mk suffers from this). Signed-off-by: Keir Fraser <keir@xen.org>
* tools: Don't turn CFLAGS into a := (immediate evaluation) variable asKeir Fraser2009-01-121-1/+1
| | | | | | this breaks 'CFLAGS += -MMD -MF .$(@F).d' Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* tools: use $(PREFIX) rather than hard-coding /usrKeir Fraser2008-07-241-1/+1
| | | | Signed-off-by: Jan Beulich <jbeulich@novell.com>
* Fix some build system error handling.Keir Fraser2007-12-201-2/+2
| | | | Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
* libaio: Fix for *BSDKeir Fraser2007-09-271-1/+1
| | | | | | - Remove unused linux specific header - Include <sys/time.h> needed for struct timespec Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
* [POWERPC] Merge in outstanding changes from xenppc-unstable.hg.Hollis Blanchard2006-12-121-0/+0
| | | | | | | It's a long story, but basically a small divergence in xenppc-unstable meant a large number of changesets couldn't be directly imported to xen-unstable, so this changeset includes all of them. Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
* [POWERPC][TOOLS] fix header so libaio buildsJimi Xenidis2006-08-091-1/+5
| | | | | Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com> Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
* This is a small patch that makes a cross compiler successfully compilekfraser@localhost.localdomain2006-08-161-2/+5
| | | | | | | | the sources under the tools directory. This patch became necessary after qemu-dm is updated to a newer version. Signed-off-by: Hiroya INAKOSHI <inakoshi.hiroya@jp.fujitsu.com>
* [IA64] Libaio 0.3.104 in xen-unstable doesn't build on ia64.kaf24@firebug.cl.cam.ac.uk2006-07-143-1/+13
| | | | | | | This updates to 0.3.106, which does build. Signed-off-by: Alex Williamson <alex.williamson@hp.com>
* Added blktap support. Includes kernel driver (enabled as ↵jchesterfield@dhcp92.uk.xensource.com2006-07-1384-0/+6359
CONFIG_XEN_BLKDEV_TAP=y) and userspace tools. The userspace deamon (blktapctrl) is enabled by default when xend is activated. For further information on using and configuring blktap see tools/blktap/README.