aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/xl_cmdimpl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* libxl: child processes cleanupsIan Jackson2012-05-111-3/+2
* libxl: convert console callback to libxl_asyncprogress_howIan Jackson2012-05-111-10/+15
* libxl: ao: convert libxl__spawn_*Ian Jackson2012-05-111-3/+3
* libxl: add a dummy ao_how to libxl_domain_core_dumpIan Campbell2012-05-111-2/+2
* xl: Call xlu_cfg_destroy in main_cpupoolcreateGeorge Dunlap2012-05-111-24/+29
* xl: Call xlu_cfg_destroy in the pciattach and pcidetachGeorge Dunlap2012-05-111-0/+4
* xl: Replace memset with libxl_device_pci_initGeorge Dunlap2012-05-111-2/+2
* xl: use libxl_cpumap_set_none not memsetIan Campbell2012-05-111-1/+1
* libxl: set domain scheduling parameters while creating the domUDieter Bloms2012-04-251-0/+17
* libxl: use libxl_domain_config_init and not memset 0Ian Campbell2012-04-251-2/+2
* libxl: provide libxl_domain_config_init.Ian Campbell2012-04-041-5/+2
* [v2] xl: Don't require a config file for cpupoolsGeorge Dunlap2012-04-241-13/+20
* xl, cpupools: Create empty pool if no cpus are specifiedGeorge Dunlap2012-04-241-14/+2
* libxl: Remove libxl_tmem_destroy and associated xl commandIan Campbell2012-04-161-32/+0
* xl: add support for vif rate limitingMathieu Gagne2012-04-241-1/+24
* xl: xl network-attach -N (dry run) optionMathieu Gagne2012-04-171-0/+10
* xl: cleanup indentationMathieu Gagne2012-04-171-4/+4
* libxl: abolish libxl_ctx_postforkIan Jackson2012-04-111-6/+2
* xl, libxl: Add per-device and global permissive config options for pci passth...George Dunlap2012-04-041-0/+5
* libxl: Move bdf parsing into libxluGeorge Dunlap2012-04-041-3/+13