aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl
Commit message (Expand)AuthorAgeFilesLines
* libxl: Rerun flexIan Jackson2012-08-242-56/+40
* libxl: provide "make realclean" targetIan Jackson2012-08-241-1/+3
* xl: make "xl list -l" proper JSONIan Campbell2012-08-231-16/+71
* libxl: make domain resume API asynchronousIan Campbell2012-08-235-20/+27
* hvm: Remove VM genearation ID device and incr_generationid from build_info.Paul Durrant2012-08-224-16/+1
* libxl: fix build for gcc prior to 4.3Jan Beulich2012-08-131-1/+3
* 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-067-360/+423
* Merge backout of 25727:a8d708fcb347Ian Jackson2012-08-067-376/+327
|\
| * Backed out changeset a8d708fcb347Ian Jackson2012-08-067-376/+327
* | libxl: fix cleanup of tap devices in libxl__device_destroyIan Campbell2012-08-034-18/+34
|/
* libxl: support custom block hotplug scriptsIan Campbell2012-08-037-327/+376
* libxl: correct some comments regarding event API and fdsIan Jackson2012-08-031-3/+14
* libxl: const correctness for libxl__xs_path_cleanupIan Campbell2012-08-033-3/+4
* libxl: add a comment re the memory management API instabilityIan Jackson2012-08-031-0/+12
* libxl: idl: always initialise the KeyedEnum keyvar in the member init functionIan Campbell2012-08-032-5/+11
* libxl: remove an unused numainfo parameterIan Jackson2012-08-031-2/+2
* libxl: remus: mark TODOs more clearlyIan Jackson2012-08-031-4/+5
* libxl: do not blunder on if bootloader fails (again)Ian Jackson2012-08-031-2/+9
* libxl: rename aodevs to multidevIan Jackson2012-08-034-77/+77
* libxl: abolish useless `start' parameter to libxl__add_*Ian Jackson2012-08-034-13/+10
* libxl: fix formatting of DEFINE_DEVICES_ADDIan Jackson2012-08-031-13/+13
* libxl: fix device counting race in libxl__devices_destroyIan Jackson2012-08-034-110/+112
* libxl: react correctly to bootloader pty master POLLHUPIan Jackson2012-08-033-12/+57
* libxl: unify libxl__device_destroy and device_hotplug_doneIan Jackson2012-08-031-23/+13
* libxl: only read script once in libxl__hotplug_*Ian Campbell2012-08-031-12/+4
* libxl: prefix *.for-check with _ to mark it as a generated file.Ian Campbell2012-08-031-3/+3
* libxl: make libxl_device_pci_{add,remove,destroy} interfaces asynchronousIan Campbell2012-08-033-24/+41
* libxl: enforce prohibitions of internal callersIan Jackson2012-08-016-34/+105
* libxl: fix unitialized variables in libxl__primary_console_findOlaf Hering2012-08-011-0/+1
* libxl: call hotplug scripts from xl for NetBSDRoger Pau Monne2012-08-011-1/+56
* libxl: fix reentrancy hazard in fd event processingIan Jackson2012-07-262-16/+76
* libxl: convert libxl_device_vfb_add to an async operationRoger Pau Monne2012-07-265-7/+26
* libxl: convert libxl_device_vkb_add to an async operationRoger Pau Monne2012-07-265-7/+28
* libxl: call hotplug scripts for nic devices from libxlRoger Pau Monne2012-07-264-10/+175
* libxl: call hotplug scripts for disk devices from libxlRoger Pau Monne2012-07-265-3/+264
* libxl: set correct nic type depending on the guestRoger Pau Monne2012-07-264-7/+30
* libxl: add option to choose who executes hotplug scriptsRoger Pau Monne2012-07-268-1/+71
* libxl: convert libxl_device_nic_add to an async operationRoger Pau Monne2012-07-267-21/+113
* libxl: convert libxl_device_disk_add to an async opRoger Pau Monne2012-07-267-71/+305
* libxl: convert libxl__device_disk_local_attach to an async opRoger Pau Monne2012-07-263-51/+192
* libxl: refactor disk addition to take a helperRoger Pau Monne2012-07-262-124/+148
* libxl: fix removal of secondary consolesRoger Pau Monne2012-07-261-1/+11
* libxl: make libxl_cdrom_insert async.Ian Campbell2012-07-265-19/+111
* libxl: have NUMA placement deal with cpupoolsDario Faggioli2012-07-263-38/+95
* libxl: enable automatic placement of guests on NUMA nodesDario Faggioli2012-07-267-1/+666
* libxl: libxl__xs_path_cleanup don't print error if ENOENTRoger Pau Monne2012-07-261-2/+4
* xl: support xend empty cdrom device syntaxIan Jackson2012-07-264-8/+17
* xl: disk parsing preparation for empty cdrom devicesIan Jackson2012-07-263-63/+87
* xl: support empty CDROM devicesIan Campbell2012-07-267-35/+59