aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools: pass EXTRA_CFLAGS via environmentOlaf Hering2012-06-073-2/+8
* xend: do not run a hotplug script from qemu on LinuxIan Campbell2012-06-072-2/+12
* libxl: remove libxl__error_set prototypeIan Campbell2012-06-071-2/+0
* xenstore: set read_thread stacksizeSimon Rowe2012-06-071-1/+16
* xenstore: block signals in watch wakeup threadSimon Rowe2012-06-071-0/+7
* xenpm, x86: Fix reporting of idle state average residency timesBoris Ostrovsky2012-06-061-1/+8
* libxl: introduce LIBXL_DOMAIN_TYPE_INVALIDDario Faggioli2012-06-064-8/+18
* libxl: Add API to retrieve domain console ttyBamvor Jian Zhang2012-06-062-10/+105
* libxl: convert malloc() to libxl__zalloc(NULL, ...)Dario Faggioli2012-06-062-6/+2
* ocaml: fix build after 25446:648508ee27a2, 25449:68d46c5ea0a3 et al.Ian Campbell2012-06-023-13/+14
* libxl: fix Makefile race bug relating to _paths.hIan Jackson2012-06-011-1/+1
* libxl: fix typos in libxl_cpuid_parse_configOlaf Hering2012-06-011-2/+2
* libxl: expose a single get/setter for domain scheduler parametersIan Campbell2012-06-014-125/+106
* libxl: move libxl__sched_set_params into libxl.cIan Campbell2012-06-012-27/+27
* libxl: make it possible to explicitly specify default sched paramsIan Campbell2012-06-015-137/+142
* libxl: rename libxl_sched_params to libxl_domain_sched_paramsIan Campbell2012-06-014-10/+6
* libxl: add internal function to get a domain's schedulerIan Campbell2012-06-017-31/+102
* Rename: inslen -> insn_lenKeir Fraser2012-05-302-3/+3
* tools/tests/xen-access: INT3 trap type is s/w exception.Keir Fraser2012-05-301-1/+1
* Add instruction length and trap type in HVMOP_inject_trap.Xudong Hao2012-05-303-4/+10
* xl: xl.h depends on geenrated file _paths.hIan Campbell2012-05-301-0/+1
* xenpm: Fix reporting of C0 residence timesBoris Ostrovsky2012-05-301-4/+10
* libxl: make libxl__e820_alloc a static functionStefano Stabellini2012-05-302-3/+2
* libxl: move e820_names, e820_sanitize, libxl__e820_alloc to libxl_x86.cStefano Stabellini2012-05-302-242/+242
* libxl: Introduce libxl__arch_domain_create (x86 version)Stefano Stabellini2012-05-303-11/+22
* libxl: Introduce libxl__arch_domain_createStefano Stabellini2012-05-303-3/+33
* arm: compile libxlStefano Stabellini2012-05-304-61/+68
* arm: compile xentraceStefano Stabellini2012-05-301-0/+12
* arm: compile memshrStefano Stabellini2012-05-301-0/+31
* arm: compile libxenguestStefano Stabellini2012-05-305-3/+162
* libxl: remove lockdir and config dir from the APIIan Campbell2012-05-296-36/+18
* xl: destroy the disk on successful removal during block-detachStefano Stabellini2012-05-291-1/+2
* libxl: add qdisk to libxl_string_to_backendStefano Stabellini2012-05-291-0/+2
* libxl: wait for state "connected" in libxl__device_disk_local_attachStefano Stabellini2012-05-291-4/+18
* xl/libxl: implement QDISK libxl_device_disk_local_attachStefano Stabellini2012-05-293-12/+57
* libxl: introduce libxl__alloc_vdevStefano Stabellini2012-05-294-0/+94
* xl/libxl: add a blkdev_start parameterStefano Stabellini2012-05-299-3/+19
* libxl: introduce libxl__device_disk_addStefano Stabellini2012-05-292-3/+13
* libxl: export libxl__device_from_diskStefano Stabellini2012-05-292-1/+5
* libxl: add a transaction parameter to libxl__device_generic_addStefano Stabellini2012-05-294-14/+19
* libxl: libxl__device_disk_local_attach return a new libxl_device_diskStefano Stabellini2012-05-293-6/+24
* libxl: make libxl_device_disk_local_attach/detach internal functionsStefano Stabellini2012-05-294-17/+14
* libxl: introduce libxl_vcpuinfo_list_freeDario Faggioli2012-05-293-5/+16
* xenstore: fix crash on platforms with no gntdev driver implementation.Christoph Egger2012-05-291-2/+2
* xl: remove all local "ctx" variablesIan Campbell2012-05-291-7/+7
* libxl: do not overwrite user supplied config when running bootloaderIan Campbell2012-05-2915-179/+130
* xl: track child processes for the benefit of libxlIan Jackson2012-05-293-43/+136
* libxl: When checking BDF of existing slots, function should be decimal, not hexGeorge Dunlap2012-05-291-1/+1
* libxl: reorder libxl_device unplug functionsRoger Pau Monne2012-05-231-70/+78
* libxl: add libxl__xs_path_cleanupRoger Pau Monne2012-05-232-0/+46