aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/xl_cmdimpl.c
Commit message (Expand)AuthorAgeFilesLines
* libxl: add option to choose who executes hotplug scriptsRoger Pau Monne2012-07-261-0/+1
* libxl: convert libxl_device_nic_add to an async operationRoger Pau Monne2012-07-261-1/+1
* libxl: convert libxl_device_disk_add to an async opRoger Pau Monne2012-07-261-1/+1
* libxl: make libxl_cdrom_insert async.Ian Campbell2012-07-261-2/+2
* libxl: enable automatic placement of guests on NUMA nodesDario Faggioli2012-07-261-0/+5
* xl: support empty CDROM devicesIan Campbell2012-07-261-1/+2
* xl: main_blockdetach don't call destroy if remove succeedsRoger Pau Monne2012-07-261-5/+6
* libxl: rename _IOEMU nic type to VIF_IOEMURoger Pau Monne2012-07-261-2/+2
* libxl: rename vifs to nicsRoger Pau Monne2012-07-261-7/+7
* libxl: convert libxl_domain_destroy to an async opRoger Pau Monne2012-07-231-6/+6
* libxl: change ao_device_remove to ao_deviceRoger Pau Monne2012-07-231-1/+1
* xl: remove stray timer mode debug printIan Campbell2012-07-231-1/+0
* libxl: rename libxl_cpumap to libxl_bitmapDario Faggioli2012-07-061-50/+50
* xl: add more NUMA information to `xl info -n'Dario Faggioli2012-07-061-3/+33
* xl: Allow use of /dev/null with xl create to enable command-line definitionW. Michael Petullo2012-07-041-4/+9
* xl: ensure handle_domain & preserve_domain update the global domid not a shadowIan Campbell2012-07-021-16/+21
* libxl: refactor stdvga opinon support.Zhou Peng2012-06-291-1/+4
* xl: initialise domid to an explicitly invalid valueIan Campbell2012-06-291-3/+13
* xl: rename "list-vm" command to "vm-list"Matt Wilson2012-06-291-2/+2
* xl: Handle return value from libxl_domain_suspend correctlyIan Jackson2012-06-281-1/+1
* libxl: domain save: API changes for asynchronyIan Jackson2012-06-281-6/+3
* libxl: allow setting more than 31 vcpusYang Zhang2012-06-281-1/+8
* libxl: allow to allocate cpumap with specific sizeYang Zhang2012-06-281-8/+10
* libxl: disable msitranslate by defaultStefano Stabellini2012-06-281-1/+1
* libxl: validate scheduler parametersIan Campbell2012-06-221-46/+0
* xl: fix sedf parameters checkingDario Faggioli2012-06-211-1/+18
* xl: check for meaningful combination of sedf config file parametersDario Faggioli2012-06-081-0/+29
* libxl: expose a single get/setter for domain scheduler parametersIan Campbell2012-06-011-61/+23
* libxl: make it possible to explicitly specify default sched paramsIan Campbell2012-06-011-35/+31
* libxl: rename libxl_sched_params to libxl_domain_sched_paramsIan Campbell2012-06-011-4/+0
* libxl: add internal function to get a domain's schedulerIan Campbell2012-06-011-6/+4
* xl: destroy the disk on successful removal during block-detachStefano Stabellini2012-05-291-1/+2
* xl/libxl: add a blkdev_start parameterStefano Stabellini2012-05-291-0/+2
* libxl: introduce libxl_vcpuinfo_list_freeDario Faggioli2012-05-291-5/+7
* xl: remove all local "ctx" variablesIan Campbell2012-05-291-7/+7
* libxl: do not overwrite user supplied config when running bootloaderIan Campbell2012-05-291-3/+3
* xl: track child processes for the benefit of libxlIan Jackson2012-05-291-28/+35
* libxl: Remus - xl remus commandShriram Rajagopalan2012-05-181-4/+139
* libxl: resume instead of unpause on xl save -cShriram Rajagopalan2012-05-181-1/+1
* libxl: refactor migrate_domain and generalize migrate_receiveShriram Rajagopalan2012-05-181-45/+77
* libxl: support suspend_cancel in domain_resumeShriram Rajagopalan2012-05-181-2/+2
* libxl, xl: fix bootloader immediate console attachIan Jackson2012-05-171-2/+4
* xl: Fixup filename->source after 25344:0f3b1e13d6afGeorge Dunlap2012-05-151-1/+1
* xl: Add pci_assignable_add and remove commandsGeorge Dunlap2012-05-151-0/+80
* libxl: Rename pci_list_assignable to pci_assignable_listGeorge Dunlap2012-05-151-28/+28
* xl: Make clear distinction between "filename" and "data source"George Dunlap2012-05-151-24/+30
* xl: Introduce vncviewer xm compatibility optionsGoncalo Gomes2012-05-151-12/+59
* xl: code motion of vncviewer() and `struct domain_create`Goncalo Gomes2012-05-151-24/+26
* xl: introduce specific VCPU to PCPU mapping in config fileDario Faggioli2012-05-151-0/+44
* libxl: prevent xl from doing operations on domains if xend is runningRoger Pau Monne2012-05-141-2/+3