search for: system_aio

Displaying 3 results from an estimated 3 matches for "system_aio".

2013 Aug 16
0
Build fixes for pkg-xen svn
...++ 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-compatibility.d...
2012 Jul 04
53
[PATCH 00 of 10 v3] Automatic NUMA placement for xl
Hello, Third version of the NUMA placement series Xen 4.2. All the comments received during v2''s review have been addressed (more details in single changelogs). The most notable changes are the following: - the libxl_cpumap --> libxl_bitmap renaming has been rebased on top of the recent patches that allows us to allocate bitmaps of different sizes; - the heuristics for deciding
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 *