aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_device.c
Commit message (Expand)AuthorAgeFilesLines
* libxl: libxl__prepare_ao_device should reset num_execRoger Pau Monne2013-01-251-0/+1
* libxl: add vtpm supportMatthew Fioravante2012-11-131-0/+2
* libxl: fix error message in device_backend_callbackRoger Pau Monne2012-09-101-1/+2
* libxl: support custom block hotplug scriptsIan Campbell2012-08-061-4/+20
* Merge backout of 25727:a8d708fcb347Ian Jackson2012-08-061-20/+4
|\
| * Backed out changeset a8d708fcb347Ian Jackson2012-08-061-20/+4
* | libxl: fix cleanup of tap devices in libxl__device_destroyIan Campbell2012-08-031-4/+9
|/
* libxl: support custom block hotplug scriptsIan Campbell2012-08-031-4/+20
* libxl: const correctness for libxl__xs_path_cleanupIan Campbell2012-08-031-1/+1
* libxl: rename aodevs to multidevIan Jackson2012-08-031-34/+34
* libxl: abolish useless `start' parameter to libxl__add_*Ian Jackson2012-08-031-4/+3
* libxl: fix formatting of DEFINE_DEVICES_ADDIan Jackson2012-08-031-13/+13
* libxl: fix device counting race in libxl__devices_destroyIan Jackson2012-08-031-71/+58
* libxl: unify libxl__device_destroy and device_hotplug_doneIan Jackson2012-08-031-23/+13
* libxl: call hotplug scripts for nic devices from libxlRoger Pau Monne2012-07-261-4/+56
* libxl: call hotplug scripts for disk devices from libxlRoger Pau Monne2012-07-261-2/+130
* libxl: convert libxl_device_nic_add to an async operationRoger Pau Monne2012-07-261-0/+2
* libxl: convert libxl_device_disk_add to an async opRoger Pau Monne2012-07-261-0/+77
* libxl: fix removal of secondary consolesRoger Pau Monne2012-07-261-1/+11
* libxl: use libxl__xs_path_cleanup on device_destroyRoger Pau Monne2012-07-261-4/+14
* libxl: convert libxl_domain_destroy to an async opRoger Pau Monne2012-07-231-18/+131
* libxl: change ao_device_remove to ao_deviceRoger Pau Monne2012-07-231-39/+154
* libxl: check backend state before setting it to "closing"Roger Pau Monne2012-07-231-23/+36
* libxl: add a transaction parameter to libxl__device_generic_addStefano Stabellini2012-05-291-6/+11
* libxl: reorder libxl_device unplug functionsRoger Pau Monne2012-05-231-70/+78
* libxl: fix hang due to libxl__initiate_device_removeIan Jackson2012-04-111-6/+12
* libxl: Convert to asynchronous: device removalIan Jackson2012-01-271-82/+31
* libxl: fix parse_backend_path and device_backend_path to be mutualRoger Pau Monne2012-01-261-4/+3
* libxl: move a lot more includes into libxl_internal.hIan Jackson2012-01-131-9/+1
* libxl: remove force parameter from libxl__devices_destroyRoger Pau Monne2011-12-151-41/+4
* libxl: introduce libxl__wait_for_device_stateRoger Pau Monne2011-12-151-12/+30
* libxl: add support for image files for NetBSDRoger Pau Monne2011-09-301-8/+7
* libxl: Compile with -Wformat-nonliteral.Ian Campbell2011-12-131-1/+1
* libxl: Rationalise #includesIan Jackson2011-12-121-1/+0
* xl: fix compiler warningsAndre Przywara2011-12-121-1/+1
* libxl: handle the return value of wait_for_dev_destroy selectRoger Pau Monne2011-11-021-13/+39
* libxl: add libxl__wait_for_offspring functionOlaf Hering2011-10-271-80/+4
* libxl: use more descriptive variable names in libxl__devices_destroy.Ian Campbell2011-10-181-13/+14
* libxl: merge libxl__device_del into libxl__device_removeIan Campbell2011-10-181-58/+57
* libxl: use libxl__device in libxl_devices_destroy etc.Ian Campbell2011-10-181-20/+46
* libxl: do not remove unidentified frontend paths in libxl__devices_destroyIan Campbell2011-10-181-2/+0
* libxl: use IDL to define device front- and back-end kindsIan Campbell2011-10-181-23/+6
* libxl: split forced and non-forced uses of libxl__device_delIan Campbell2011-10-181-20/+28
* libxl: separate forced and non-forced device remove.Ian Campbell2011-10-181-10/+22
* libxl: fixup incorrect indentationIan Campbell2011-10-121-0/+7
* libxl: attempt to cleanup tapdisk processes on disk backend destroy.Ian Campbell2011-09-281-0/+2
* libxl: fail to parse disk vpath if a disk+part number needed but unavailableIan Campbell2011-09-281-1/+5
* libxl: make libxl__wait_for_device_model use libxl__spawn_starrting directlyIan Campbell2011-09-271-9/+9
* libxl: clean up trailing whitespaces in code.Wei Liu2011-07-191-7/+7
* libxl: do not use tap disk backend other than for raw and vhdIan Jackson2011-07-081-11/+13