aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_internal.h
Commit message (Expand)AuthorAgeFilesLines
...
* libxl: change ao_device_remove to ao_deviceRoger Pau Monne2012-07-231-7/+136
* libxl: further fixups re LIBXL_DOMAIN_TYPEIan Jackson2012-06-281-2/+3
* libxl: do not leak spawned middle childrenIan Jackson2012-06-281-21/+22
* 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-281-14/+23
* libxl: Make libxl__domain_save_device_model asynchronousIan Jackson2012-06-281-0/+1
* libxl: prepare for asynchronous writing of qemu save fileIan Jackson2012-06-281-3/+15
* libxl: datacopier: provide "prefix data" facilityIan Jackson2012-06-281-0/+6
* libxl: wait for qemu to acknowledge logdirty commandIan Jackson2012-06-281-1/+17
* libxl: provide libxl__xs_*_checked and libxl__xs_transaction_*Ian Jackson2012-06-281-0/+38
* libxl: domain save/restore: run in a separate processIan Jackson2012-06-281-6/+50
* libxl: domain save: API changes for asynchronyIan Jackson2012-06-281-8/+37
* libxl: domain restore: reshuffle, preparing for aoIan Jackson2012-06-281-4/+15
* libxl: domain save: rename variables etc.Ian Jackson2012-06-281-4/+26
* libxl: fix a typo in the GCREALLOC_ARRAY macroDario Faggioli2012-06-261-1/+1
* libxl: remove libxl__error_set prototypeIan Campbell2012-06-071-2/+0
* libxl: convert malloc() to libxl__zalloc(NULL, ...)Dario Faggioli2012-06-061-0/+1
* libxl: rename libxl_sched_params to libxl_domain_sched_paramsIan Campbell2012-06-011-1/+2
* libxl: add internal function to get a domain's schedulerIan Campbell2012-06-011-0/+2
* libxl: make libxl__e820_alloc a static functionStefano Stabellini2012-05-301-2/+0
* libxl: remove lockdir and config dir from the APIIan Campbell2012-05-291-1/+1
* libxl: introduce libxl__alloc_vdevStefano Stabellini2012-05-291-0/+4
* xl/libxl: add a blkdev_start parameterStefano Stabellini2012-05-291-1/+2
* libxl: introduce libxl__device_disk_addStefano Stabellini2012-05-291-0/+2
* libxl: export libxl__device_from_diskStefano Stabellini2012-05-291-0/+4
* libxl: add a transaction parameter to libxl__device_generic_addStefano Stabellini2012-05-291-2/+2
* libxl: libxl__device_disk_local_attach return a new libxl_device_diskStefano Stabellini2012-05-291-1/+9
* libxl: make libxl_device_disk_local_attach/detach internal functionsStefano Stabellini2012-05-291-0/+9
* libxl: do not overwrite user supplied config when running bootloaderIan Campbell2012-05-291-5/+27
* libxl: add libxl__xs_path_cleanupRoger Pau Monne2012-05-231-0/+8
* libxl: pass env vars to libxl__execRoger Pau Monne2012-05-231-2/+18
* libxl: events: debugging output relating to ao'sIan Jackson2012-05-221-4/+8
* libxl: Remus - suspend/postflush/commit callbacksShriram Rajagopalan2012-05-181-1/+2
* libxl: QMP stop/resume & refactor QEMU suspend/resume/saveShriram Rajagopalan2012-05-181-0/+6
* libxl: fix build on platforms where openpty's parameters are not const.Christoph Egger2012-05-171-2/+2
* libxl: events: STATE_AO_GC checks ao is still validIan Jackson2012-05-171-1/+2
* nstore: rename public xenstore headersIan Campbell2012-05-141-1/+1
* libxl: abort bootloader invocation when domain diesIan Jackson2012-05-111-1/+28
* libxl: child processes cleanupsIan Jackson2012-05-111-0/+5
* libxl: clarify definition of "slow" operationIan Jackson2012-05-111-6/+23
* libxl: convert console callback to libxl_asyncprogress_howIan Jackson2012-05-111-2/+4
* libxl: remove malloc failure handling from NEW_EVENTIan Jackson2012-05-111-2/+2
* libxl: provide progress reporting for long-running operationsIan Jackson2012-05-111-0/+35
* libxl: Fix an ao completion bug; document locking policyIan Jackson2012-05-111-1/+22
* libxl: make libxl_create run bootloader via callbackIan Jackson2012-05-111-0/+1
* libxl: set guest_domid even if libxl__domain_make failsRoger Pau Monne2012-05-111-0/+4
* libxl: ao: convert libxl__spawn_*Ian Jackson2012-05-111-88/+198
* libxl: remove ctx->waitpid_insteadIan Jackson2012-05-111-3/+0
* libxl: Allow AO_GC and EGC_GC even if not usedIan Jackson2012-05-111-2/+2
* libxl: log bootloader outputIan Jackson2012-05-111-1/+2