aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl.c
Commit message (Expand)AuthorAgeFilesLines
* libxl: fix out-of-memory error handling in libxl_list_cpupoolstable-4.2Matthew Daley2013-10-101-0/+1
* libxl: Restrict permissions on PV console device xenstore nodesIan Jackson2013-06-271-22/+36
* libxl: Fix SEGV in network-attachIan Jackson2013-04-181-1/+2
* libxl: don't launch more than one tapdisk process for each diskIan Jackson2013-04-151-7/+10
* libxl: Allow migration with qemu-xen.Alex Bligh2013-02-191-17/+0
* libxl: fix vfb related assertion problem when starting pv-domURonny Hegewald2012-12-131-0/+2
* libxl: fix a variable underflow in libxl_wait_for_free_memoryRonny Hegewald2012-11-291-1/+2
* xl: Suppress spurious warning message for cpupool-listGeorge Dunlap2012-11-291-1/+2
* libxl: properly handle errors from page sharing hypercallsIan Jackson2012-11-011-12/+16
* libxl: propagate user supplied values into event for_user field.Ian Campbell2012-10-261-4/+5
* libxl: fix usage of backend parameter and run_hotplug_scriptsRoger Pau Monne2012-10-261-0/+14
* libxl: handle errors from xc_sharing_* info functionsIan Campbell2012-10-261-2/+19
* libxl: make domain resume API asynchronousIan Campbell2012-08-231-14/+16
* libxl: write physical-device node if user did not supply a block scriptIan Campbell2012-08-071-10/+20
* libxl: support custom block hotplug scriptsIan Campbell2012-08-061-28/+18
* Backed out changeset a8d708fcb347Ian Jackson2012-08-061-18/+28
* libxl: support custom block hotplug scriptsIan Campbell2012-08-031-28/+18
* libxl: fix unitialized variables in libxl__primary_console_findOlaf Hering2012-08-011-0/+1
* libxl: convert libxl_device_vfb_add to an async operationRoger Pau Monne2012-07-261-3/+18
* libxl: convert libxl_device_vkb_add to an async operationRoger Pau Monne2012-07-261-3/+19
* libxl: call hotplug scripts for disk devices from libxlRoger Pau Monne2012-07-261-0/+10
* libxl: set correct nic type depending on the guestRoger Pau Monne2012-07-261-4/+22
* libxl: convert libxl_device_nic_add to an async operationRoger Pau Monne2012-07-261-8/+21
* libxl: convert libxl_device_disk_add to an async opRoger Pau Monne2012-07-261-37/+102
* libxl: convert libxl__device_disk_local_attach to an async opRoger Pau Monne2012-07-261-23/+75
* libxl: refactor disk addition to take a helperRoger Pau Monne2012-07-261-123/+147
* libxl: make libxl_cdrom_insert async.Ian Campbell2012-07-261-16/+77
* libxl: rename _IOEMU nic type to VIF_IOEMURoger Pau Monne2012-07-261-3/+3
* libxl: libxl_domain_sched_params_set case for ARINC 653 schedulerAndrew Kane2012-07-251-0/+11
* libxl: refuse to try and migrate an HVM guest using qemu-xenIan Campbell2012-07-251-0/+17
* libxl: rename stubdomain when renaming domain.Ian Campbell2012-07-231-0/+19
* libxl: convert libxl_domain_destroy to an async opRoger Pau Monne2012-07-231-8/+168
* libxl: change ao_device_remove to ao_deviceRoger Pau Monne2012-07-231-143/+86
* libxl: rename libxl_cpumap to libxl_bitmapDario Faggioli2012-07-061-19/+19
* libxl,libxc: introduce libxl_get_numainfo()Dario Faggioli2012-07-061-0/+69
* libxl: log on failure in cpupool_info and libxl__domain_cpupoolIan Campbell2012-06-291-1/+12
* libxl: further fixups re LIBXL_DOMAIN_TYPEIan Jackson2012-06-281-5/+23
* libxl: Do not pass NULL as gc_opt; introduce NOGCIan Jackson2012-06-281-0/+3
* libxl: Add a gc to libxl_get_cpu_topologyIan Jackson2012-06-281-1/+5
* libxl: domain save: API changes for asynchronyIan Jackson2012-06-281-28/+66
* libxl: allow to allocate cpumap with specific sizeYang Zhang2012-06-281-4/+4
* libxl: document the memory ownership of some functionsDario Faggioli2012-06-281-11/+12
* libxl: introduce LIBXL_DOMAIN_TYPE_INVALIDDario Faggioli2012-06-061-3/+6
* libxl: Add API to retrieve domain console ttyBamvor Jian Zhang2012-06-061-10/+93
* libxl: convert malloc() to libxl__zalloc(NULL, ...)Dario Faggioli2012-06-061-6/+1
* libxl: expose a single get/setter for domain scheduler parametersIan Campbell2012-06-011-51/+77
* libxl: move libxl__sched_set_params into libxl.cIan Campbell2012-06-011-0/+27
* libxl: make it possible to explicitly specify default sched paramsIan Campbell2012-06-011-49/+72
* libxl: add internal function to get a domain's schedulerIan Campbell2012-06-011-23/+48
* libxl: wait for state "connected" in libxl__device_disk_local_attachStefano Stabellini2012-05-291-4/+18