aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* blktap2: Fix uninitialised value error.Keir Fraser2012-05-101-1/+1
* tools/blktap2: fix out of bounds access in block-log.cOlaf Hering2012-05-101-2/+2
* tools/blktap2: fix build errors caused by Werror inOlaf Hering2012-05-101-1/+1
* vgabios: Make Windows 8 support greater resolutionsFrediano Ziglio2012-05-071-3/+3
* vgabios: Check if mode is currently supported as vesa specificationsFrediano Ziglio2012-05-071-0/+12
* vgabios: Reduce stack usage getting mode informationsFrediano Ziglio2012-05-071-8/+5
* vgabios: Report mode not supported getting mode informationsFrediano Ziglio2012-05-071-2/+2
* vgabios: Fix size computation overflowFrediano Ziglio2012-05-071-2/+28
* tools/vtpm: Revert 25142:c5b7d49ca3ee (LDLIBS)Ian Jackson2012-05-041-1/+1
* rombios: remove sdtint.h dependencyRoger Pau Monne2012-05-011-1/+4
* libxl, configure: print a warning if flex/bison are neededRoger Pau Monne2012-04-253-2/+96
* libxl: set domain scheduling parameters while creating the domUDieter Bloms2012-04-254-0/+67
* libxl: use libxl_domain_config_init and not memset 0Ian Campbell2012-04-251-2/+2
* tools/firmware: pass PYTHON as an env var to sub-makes in this subtreeChristoph Egger2012-04-251-1/+1
* libxl: passthrough: avoid passing through devices not owned by pcibackXudong Hao2012-04-251-0/+25
* libxc: Document the sharing interfaceAndres Lagar-Cavilla2012-04-241-22/+179
* x86/mem_sharing: Clean up debugging callsAndres Lagar-Cavilla2012-04-242-17/+0
* libxl: provide libxl_domain_config_init.Ian Campbell2012-04-043-5/+10
* [v2] xl: Don't require a config file for cpupoolsGeorge Dunlap2012-04-242-16/+25
* xl, cpupools: Create empty pool if no cpus are specifiedGeorge Dunlap2012-04-241-14/+2
* libxl: make most libxl_FOO_path() functions internal.Ian Campbell2012-04-127-51/+24
* autoconf: use python-config when present, if not switch to distutiRoger Pau Monne2012-04-242-34/+93
* libxl: mark internal functions hiddenIan Campbell2012-04-244-23/+40
* tools: Fix FPU save area definition in xen-hvmctxTim Deegan2012-04-241-1/+1
* tools/build: fix distcleanRoger Pau Monne2012-04-241-3/+4
* tools: xen-access: Check return values and clean up on errors during initAravindh Puthiyaparambil2012-04-241-58/+115
* tools/blktap: fix build error w/o MEMSHRChristoph Egger2012-04-241-0/+2
* libxl: fix rtc_timeoffset settingLin Ming2012-04-242-11/+15
* libxl: Remove libxl_tmem_destroy and associated xl commandIan Campbell2012-04-165-55/+0
* autoconf: add ovmf, rombios and seabios and configure optionsRoger Pau Monne2012-04-242-0/+81
* xl: add "check-xl-vif-parse" test scriptMathieu Gagne2012-04-241-0/+209
* xl: add support for vif rate limitingMathieu Gagne2012-04-247-2/+184
* libxl: use qemu-xen with PV guests by defaultStefano Stabellini2012-04-241-5/+28
* libxc: Replace alloca() with mmap() for large array sizesAravindh Puthiyaparambil2012-04-241-4/+38
* xl: xl network-attach -N (dry run) optionMathieu Gagne2012-04-172-1/+11
* xl: cleanup indentationMathieu Gagne2012-04-171-4/+4
* libxl: Query VNC listening port through QMPAnthony PERARD2012-04-171-0/+59
* tools/libvchan: Remove unwanted debugging codeOlaf Hering2012-04-171-23/+0
* tools: Revert c/s 25150:b490ef93bad7 tools/libfsimage: include Rules.mk firstGeorge Dunlap2012-04-138-8/+16
* tools/blktap2: fix 'make clean'Tim Deegan2012-04-051-1/+1
* libxl: provide STATE_AO_GCIan Jackson2012-04-111-3/+8
* libxl: Protect fds with CLOEXEC even with forking threadsIan Jackson2012-04-116-1/+232
* libxl: libxl_event.c:beforepoll_internal, REQUIRE_FDSIan Jackson2012-04-111-26/+56
* libxl: abolish libxl_ctx_postforkIan Jackson2012-04-115-14/+11
* libxl: include <_libxl_paths.h> in libxl_internal.hIan Jackson2012-04-113-4/+2
* libxl: Provide libxl_string_list_lengthIan Jackson2012-04-112-0/+9
* libxl: include <ctype.h> and introduce CTYPE helper macroIan Jackson2012-04-111-0/+20
* libxl: Introduce some convenience macrosIan Jackson2012-04-111-0/+72
* libxl: Make libxl__zalloc et al tolerate a NULL gcIan Jackson2012-04-112-9/+17
* libxl: Crash (more sensibly) on malloc failureIan Jackson2012-04-113-45/+52