aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl
Commit message (Expand)AuthorAgeFilesLines
* libxl: domain save/restore: run in a separate processIan Jackson2012-06-287-40/+1143
* libxl: domain save: API changes for asynchronyIan Jackson2012-06-286-88/+214
* libxl: domain restore: reshuffle, preparing for aoIan Jackson2012-06-285-139/+206
* libxl: domain save: rename variables etc.Ian Jackson2012-06-282-140/+151
* libxc: xc_domain_restore, make toolstack_restore const-correctIan Jackson2012-06-281-2/+2
* libxl: allow setting more than 31 vcpusYang Zhang2012-06-287-17/+63
* libxl: allow to allocate cpumap with specific sizeYang Zhang2012-06-285-21/+23
* libxl: disable msitranslate by defaultStefano Stabellini2012-06-281-1/+1
* libxl: do not ignore the per-device msitranslate and power_mgmt optsStefano Stabellini2012-06-281-4/+7
* libxl: document the memory ownership of some functionsDario Faggioli2012-06-282-23/+34
* libxl: fix a typo in the GCREALLOC_ARRAY macroDario Faggioli2012-06-261-1/+1
* libxl: fix validation of scheduling parameters for sedfDario Faggioli2012-06-221-11/+23
* libxl: validate scheduler parametersIan Campbell2012-06-222-46/+49
* xl: fix sedf parameters checkingDario Faggioli2012-06-211-1/+18
* libxl: propagate down the error from libxl_domain_sched_params_setDario Faggioli2012-06-141-2/+4
* libxl: Store VNC passwd in xenstore with QEMU upstream.Anthony PERARD2012-06-081-0/+1
* xl: check for meaningful combination of sedf config file parametersDario Faggioli2012-06-081-0/+29
* libxl: remove libxl__error_set prototypeIan Campbell2012-06-071-2/+0
* 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-021-1/+1
* 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
* xl: xl.h depends on geenrated file _paths.hIan Campbell2012-05-301-0/+1
* 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
* 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-291-12/+51
* libxl: introduce libxl__alloc_vdevStefano Stabellini2012-05-294-0/+94
* xl/libxl: add a blkdev_start parameterStefano Stabellini2012-05-298-3/+16
* 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
* xl: remove all local "ctx" variablesIan Campbell2012-05-291-7/+7
* libxl: do not overwrite user supplied config when running bootloaderIan Campbell2012-05-2914-169/+130