aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl
Commit message (Expand)AuthorAgeFilesLines
* 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
* libxl: set nic type of stub to PV instead of copying from the parentRoger Pau Monne2012-07-261-0/+1
* xl: main_blockdetach don't call destroy if remove succeedsRoger Pau Monne2012-07-261-5/+6
* libxl: use libxl__xs_path_cleanup on device_destroyRoger Pau Monne2012-07-261-4/+14
* libxl: rename _IOEMU nic type to VIF_IOEMURoger Pau Monne2012-07-264-10/+10
* libxl: rename vifs to nicsRoger Pau Monne2012-07-266-60/+60
* libxl: libxl__device_model_version_running should return an intIan Campbell2012-07-252-4/+2
* libxl: kill the need for checking and linking to libmDario Faggioli2012-07-251-1/+1
* libxl: libxl_domain_sched_params_set case for ARINC 653 schedulerAndrew Kane2012-07-251-0/+11
* libxl: fix comment regarding bootloader disk lifetimeIan Jackson2012-07-251-3/+5
* libxl: fix transaction leak in logdirty error pathIan Jackson2012-07-252-0/+37
* libxl: refuse to try and migrate an HVM guest using qemu-xenIan Campbell2012-07-251-0/+17
* libxl: fix bug the number of running vcpu inconsistent with config fileZhang, Yang Z2012-07-241-0/+1
* libxl: fix vif.ifname when used with stub device model.Ian Campbell2012-07-241-2/+19
* libxl: rename stubdomain when renaming domain.Ian Campbell2012-07-233-1/+27
* libxl: move bootloader data strucutres and prototypesRoger Pau Monne2012-07-231-161/+161
* libxl: convert libxl_domain_destroy to an async opRoger Pau Monne2012-07-237-83/+487
* libxl: move device model creation prototypesRoger Pau Monne2012-07-231-38/+37
* libxl: change ao_device_remove to ao_deviceRoger Pau Monne2012-07-235-194/+388
* libxl: check backend state before setting it to "closing"Roger Pau Monne2012-07-231-23/+36
* xl: remove stray timer mode debug printIan Campbell2012-07-231-1/+0
* libxl: do not blunder on if bootloader failsIan Jackson2012-07-231-1/+4
* libxl: explicitly check for libmath in autoconfDario Faggioli2012-07-061-1/+1
* libxl: introduce some node map helpersDario Faggioli2012-07-062-0/+67
* libxl: expand the libxl_bitmap API a bitDario Faggioli2012-07-062-0/+34
* libxl: rename libxl_cpumap to libxl_bitmapDario Faggioli2012-07-0612-155/+162
* xl: add more NUMA information to `xl info -n'Dario Faggioli2012-07-061-3/+33
* libxl,libxc: introduce libxl_get_numainfo()Dario Faggioli2012-07-064-0/+98
* libxl: add a new Array type to the IDLIan Campbell2012-07-064-7/+79
* xl: Allow use of /dev/null with xl create to enable command-line definitionW. Michael Petullo2012-07-041-4/+9