search for: config_system_libaio

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

2012 Nov 23
5
[PATCH] README: add Pixman as build dependency
...-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> diff --git a/README b/README index 21a81b2..88300df 100644 --- a/README +++ b/README @@ -51,6 +51,7 @@ provided by your OS distributor: * Development install of libaio (e.g. libaio-dev) version 0.3.107 or greater. Set CONFIG_SYSTEM_LIBAIO in .config if this is not available. * Development install of GLib v2.0 (e.g. libglib2.0-dev) + * Development install of Pixman (e.g. libpixman-1-dev) * pkg-config * bridge-utils package (/sbin/brctl) * iproute package (/sbin/ip)
2012 Jan 27
4
[PATCH] Tools: build tests
...ons and tests/xen-access (in 32 bit mode) as they fail. Signed-off-by: Andres Lagar-Cavilla <andres@lagarcavilla.org> diff -r 2c6ff08e8b5b -r 7d62108a8936 Config.mk --- a/Config.mk +++ b/Config.mk @@ -240,6 +240,7 @@ OCAML_TOOLS ?= y CONFIG_MINITERM ?= n CONFIG_LOMOUNT ?= n CONFIG_SYSTEM_LIBAIO ?= y +CONFIG_TESTS ?= y ifeq ($(OCAML_TOOLS),y) OCAML_TOOLS := $(shell ocamlopt -v > /dev/null 2>&1 && echo "y" || echo "n") diff -r 2c6ff08e8b5b -r 7d62108a8936 tools/Makefile --- a/tools/Makefile +++ b/tools/Makefile @@ -45,6 +45,7 @@ SUBDIRS-y += r...
2012 Jan 25
0
[PATCH] README: add upstream qemu dependecies
...citrix.com> diff --git a/README b/README index 02d1d50..bc28a61 100644 --- a/README +++ b/README @@ -50,6 +50,8 @@ provided by your OS distributor: * Development install of yajl (e.g. libyajl-dev) * Development install of libaio (e.g. libaio-dev) version 0.3.107 or greater. Set CONFIG_SYSTEM_LIBAIO in .config if this is not available. + * Development install of GLib v2.0 (e.g. libglib2.0-dev) + * pkg-config * bridge-utils package (/sbin/brctl) * iproute package (/sbin/ip) * hotplug or udev
2013 Aug 16
0
Build fixes for pkg-xen svn
...08:41.342047187 +0100 ++++ xen/config/Tools.mk.in 2013-08-15 17:08:41.338047177 +0100 +@@ -56,6 +56,9 @@ + CONFIG_ROMBIOS := @rombios@ + CONFIG_SEABIOS := @seabios@ + ++# Ensure qemu doesn't try and use blktap1 which we have disabled. ++CONFIG_BLKTAP1 := n ++ + #System options + CONFIG_SYSTEM_LIBAIO:= @system_aio@ + ZLIB := @zlib@ diff --git a/xen/debian/patches/series b/xen/debian/patches/series index 6af353f..8979e81 100644 --- a/xen/debian/patches/series +++ b/xen/debian/patches/series @@ -54,3 +54,6 @@ tools-python-shebang.diff tools-ocaml-fix-build.diff tools-xenstore-c...
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 *
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>