aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_device.c
Commit message (Expand)AuthorAgeFilesLines
* libxl: prefer qdisk over blktap when choosing disk backendWei Liu2013-09-031-2/+2
* libxl: Restrict permissions on PV console device xenstore nodesIan Jackson2013-06-251-8/+24
* libxl: don't execute hotplug scripts if device is on a driver domainRoger Pau Monne2013-05-081-0/+7
* libxl: correctly parse storage devices on driver domainsRoger Pau Monne2013-05-081-0/+6
* libxl: Don't use tapdisk for cd-romsGeorge Dunlap2013-05-021-0/+6
* libxl: stat the path for all non-qdisk backends (including unknown)Ian Campbell2013-04-261-1/+2
* libxl: Only call stat() when adding a disk if we expect a device to exist.David Scott2013-04-241-1/+3
* libxl: move libxl_device_action to idlRoger Pau Monne2013-03-131-5/+6
* 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