aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools: honour --libdir when it is passed to ./configureMatt Wilson2012-07-053-31/+7
* tools/m4: add AC_LANG_SOURCE to fix autoconf warningsOlaf Hering2012-07-042-4/+4
* tools/configure.ac: add version check for glib2Olaf Hering2012-07-042-10/+10
* xl: Allow use of /dev/null with xl create to enable command-line definitionW. Michael Petullo2012-07-041-4/+9
* hotplug/Linux: use flock based lockingZhigang Wang2012-07-041-77/+16
* pygrub: cope better with big files in the guest.M A Young2012-07-041-17/+44
* xl: ensure handle_domain & preserve_domain update the global domid not a shadowIan Campbell2012-07-021-16/+21
* xl: Clarify 'xend is running' error messageGeorge Dunlap2012-06-291-3/+3
* libxl: refactor stdvga opinon support.Zhou Peng2012-06-295-8/+33
* xl: initialise domid to an explicitly invalid valueIan Campbell2012-06-291-3/+13
* libxl: log on failure in cpupool_info and libxl__domain_cpupoolIan Campbell2012-06-292-2/+18
* libxl: correct type of cpupool variable.Ian Campbell2012-06-291-1/+1
* libxl: initialise cpupoolinfo in libxl__domain_schedulerIan Campbell2012-06-291-0/+1
* xl: rename "list-vm" command to "vm-list"Matt Wilson2012-06-293-6/+6
* autoconf: correctly parse *_INCLUDES and *_LIB env varsRoger Pau Monne2012-06-292-14/+14
* libxl: make libxl-save-helper depend on the autogenerated code targetsIan Campbell2012-06-291-2/+2
* libxl: libxl__xs_transaction_commit should always clear the transaction.Ian Campbell2012-06-291-1/+1
* libxl: further fixups re LIBXL_DOMAIN_TYPEIan Jackson2012-06-283-12/+39
* libxl: do not leak an event struct on ignored ao progressIan Jackson2012-06-281-0/+1
* libxl: do not leak spawned middle childrenIan Jackson2012-06-283-77/+110
* libxl: do not leak dms->saved_stateIan Jackson2012-06-281-2/+1
* xl: Handle return value from libxl_domain_suspend correctlyIan Jackson2012-06-281-1/+1
* libxl: Get compiler to warn about gc_opt==NULLIan Jackson2012-06-281-8/+13
* libxl: Do not pass NULL as gc_opt; introduce NOGCIan Jackson2012-06-2810-31/+47
* libxl: Add a gc to libxl_cpumap_alloc, ..._to_hex_stringIan Jackson2012-06-283-10/+22
* libxl: Add a gc to libxl_get_cpu_topologyIan Jackson2012-06-281-1/+5
* libxl: Make libxl__domain_save_device_model asynchronousIan Jackson2012-06-282-35/+66
* libxl: prepare for asynchronous writing of qemu save fileIan Jackson2012-06-283-19/+55
* libxl: datacopier: provide "prefix data" facilityIan Jackson2012-06-282-0/+28
* libxl: wait for qemu to acknowledge logdirty commandIan Jackson2012-06-284-16/+194
* libxl: provide libxl__xs_*_checked and libxl__xs_transaction_*Ian Jackson2012-06-282-0/+114
* libxl: rename libxl_dom:save_helper to physmap_pathIan Jackson2012-06-281-4/+4
* 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: Do not segfault if (e.g.) switch_qemu_logdirty failsIan Jackson2012-06-281-1/+1
* libxc: xc_domain_restore, make toolstack_restore const-correctIan Jackson2012-06-282-3/+3
* 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
* tools/pygrub: Makefile cleanupAnthony PERARD2012-06-081-1/+0
* tools/pygrub: Fix pygrub installAnthony PERARD2012-06-081-1/+1