aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl.h
Commit message (Expand)AuthorAgeFilesLines
* libxl: make domain resume API asynchronousIan Campbell2012-08-231-1/+3
* libxl: add a comment re the memory management API instabilityIan Jackson2012-08-031-0/+12
* libxl: make libxl_device_pci_{add,remove,destroy} interfaces asynchronousIan Campbell2012-08-031-4/+15
* libxl: enforce prohibitions of internal callersIan Jackson2012-08-011-19/+45
* libxl: convert libxl_device_vfb_add to an async operationRoger Pau Monne2012-07-261-1/+2
* libxl: convert libxl_device_vkb_add to an async operationRoger Pau Monne2012-07-261-1/+2
* libxl: convert libxl_device_nic_add to an async operationRoger Pau Monne2012-07-261-1/+2
* libxl: convert libxl_device_disk_add to an async opRoger Pau Monne2012-07-261-1/+3
* libxl: make libxl_cdrom_insert async.Ian Campbell2012-07-261-1/+2
* libxl: rename vifs to nicsRoger Pau Monne2012-07-261-2/+2
* libxl: convert libxl_domain_destroy to an async opRoger Pau Monne2012-07-231-1/+2
* libxl: change ao_device_remove to ao_deviceRoger Pau Monne2012-07-231-4/+11
* libxl: rename libxl_cpumap to libxl_bitmapDario Faggioli2012-07-061-7/+8
* libxl,libxc: introduce libxl_get_numainfo()Dario Faggioli2012-07-061-0/+7
* libxl: domain save: API changes for asynchronyIan Jackson2012-06-281-11/+11
* libxl: document the memory ownership of some functionsDario Faggioli2012-06-281-12/+22
* libxl: Add API to retrieve domain console ttyBamvor Jian Zhang2012-06-061-0/+12
* libxl: expose a single get/setter for domain scheduler parametersIan Campbell2012-06-011-12/+5
* libxl: make it possible to explicitly specify default sched paramsIan Campbell2012-06-011-9/+19
* libxl: add internal function to get a domain's schedulerIan Campbell2012-06-011-0/+2
* libxl: remove lockdir and config dir from the APIIan Campbell2012-05-291-4/+0
* libxl: make libxl_device_disk_local_attach/detach internal functionsStefano Stabellini2012-05-291-7/+0
* libxl: introduce libxl_vcpuinfo_list_freeDario Faggioli2012-05-291-0/+1
* libxl: do not overwrite user supplied config when running bootloaderIan Campbell2012-05-291-34/+2
* libxl: Remus - suspend/postflush/commit callbacksShriram Rajagopalan2012-05-181-0/+2
* libxl: support suspend_cancel in domain_resumeShriram Rajagopalan2012-05-181-1/+6
* libxl: Introduce pci_assignable_add and pci_assignable_removeGeorge Dunlap2012-05-151-3/+22
* libxl: Rename pci_list_assignable to pci_assignable_listGeorge Dunlap2012-05-151-1/+1
* libxl: convert console callback to libxl_asyncprogress_howIan Jackson2012-05-111-8/+9
* libxl: provide progress reporting for long-running operationsIan Jackson2012-05-111-0/+45
* libxl: ao: convert libxl__spawn_*Ian Jackson2012-05-111-2/+12
* libxl: add a dummy ao_how to libxl_domain_core_dumpIan Campbell2012-05-111-1/+3
* libxl: ao: Convert libxl_run_bootloaderIan Jackson2012-05-111-1/+2
* of SIGCHLD. The application can tell us whether it wants to ownIan Jackson2012-05-111-0/+1
* libxl: provide libxl_domain_config_init.Ian Campbell2012-04-041-0/+1
* libxl: make most libxl_FOO_path() functions internal.Ian Campbell2012-04-121-10/+0
* libxl: Remove libxl_tmem_destroy and associated xl commandIan Campbell2012-04-161-1/+0
* libxl: abolish libxl_ctx_postforkIan Jackson2012-04-111-1/+0
* libxl: Provide libxl_string_list_lengthIan Jackson2012-04-111-0/+1
* libxl: Crash (more sensibly) on malloc failureIan Jackson2012-04-111-0/+4
* libxl: Move bdf parsing into libxluGeorge Dunlap2012-04-041-7/+0
* libxl: Document API and ABI compatibility guarantees.Ian Campbell2012-03-191-0/+78
* libxl: Implement libxl_sched_credit_param_[gs]etGeorge Dunlap2012-03-011-0/+4
* libxl: autogenerate libxl_FOO_init and libxl_FOO_init_FIELDIan Campbell2012-03-011-9/+0
* libxl: add libxl_domain_build_info_init_typeIan Campbell2012-03-011-2/+3
* libxl: add new "defbool" built in type.Ian Campbell2012-03-011-0/+24
* libxl: pci: use _init/_setdefaultIan Campbell2012-03-011-1/+1
* libxl: vfb/vkb: use _init/_setdefaultIan Campbell2012-03-011-2/+2
* libxl: nic: use _init/_setdefaultIan Campbell2012-03-011-1/+1
* libxl: disk: use _init/_setdefaultIan Campbell2012-03-011-1/+1