aboutsummaryrefslogtreecommitdiffstats
path: root/tools
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: 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
* tools: disable libvchan build on NetBSDRoger Pau Monne2012-06-081-1/+1
* libxl: Store VNC passwd in xenstore with QEMU upstream.Anthony PERARD2012-06-081-0/+1
* libxc: do not "panic" if a kernel is not a bzImage.Ian Campbell2012-06-081-4/+2
* tools: readnote: Add bzImage kernel supportXuesen Guo2012-06-081-3/+80
* xl: check for meaningful combination of sedf config file parametersDario Faggioli2012-06-081-0/+29
* tools: do not install qemu if just doing a buildDavid Vrabel2012-06-071-2/+13
* 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