aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/xl_cmdimpl.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* libxl: support for "rtc_timeoffset" and "localtime"Lin Ming2012-04-021-0/+5
* xl: provide a command to set the saved configuration for a running domainIan Campbell2012-04-021-2/+146
* xl: Implement sched-credit schedule parameter command-line interfaceGeorge Dunlap2012-03-141-12/+113
* xl: Refactor sched_domain_output to have a callback for pool informationGeorge Dunlap2012-03-141-9/+23
* xl: display max_cpu_ids for xl infoAndrew Cooper2012-03-141-0/+1
* xl block-detach: allow other than numeric-decimal specification of the diskJan Beulich2012-03-131-1/+1
* libxl: autogenerate libxl_FOO_init and libxl_FOO_init_FIELDIan Campbell2012-03-011-1/+7
* libxl: add libxl_domain_build_info_init_typeIan Campbell2012-03-011-2/+3
* libxl: switch device model selection over to libxl_defboolIan Campbell2012-03-011-2/+2
* libxl: use defbool for graphics related optionsIan Campbell2012-03-011-28/+22
* libxl: switch generation id control to libxl_defbool.Ian Campbell2012-03-011-4/+6
* libxl: make boolean members of libxl_domain_build_info into libxl_defboolIan Campbell2012-03-011-40/+21
* libxl: make boolean members of libxl_domain_create_info into libxl_defboolIan Campbell2012-03-011-4/+2
* libxl: pci: use _init/_setdefaultIan Campbell2012-03-011-1/+1
* libxl: vfb/vkb: use _init/_setdefaultIan Campbell2012-03-011-2/+2
* libxl: nic: use _init/_setdefaultIan Campbell2012-03-011-2/+2
* libxl: disk: use _init/_setdefaultIan Campbell2012-03-011-1/+1
* libxl: provide _init and _setdefault for libxl_domain_build_info.Ian Campbell2012-03-011-2/+11
* libxl: provide _init and _setdefault for libxl_domain_create_info.Ian Campbell2012-03-011-2/+1
* libxl: generate a _dispose function for all Aggregate typesIan Campbell2012-03-011-8/+13
* libxl: Remove xen/sched.h from public interfaceIan Campbell2012-03-011-5/+5
* libxl: remove sysctl.h from public interfaceIan Campbell2012-03-011-23/+21
* libxl, xl: Add the bios option to specify the bios to loadAttilio Rao2012-02-291-0/+6
* libxl: use libxl wrapper for yajl_gen_allocOlaf Hering2012-02-291-3/+2
* libxl: Rename libxl_sched_* to include _domainGeorge Dunlap2012-02-231-12/+12
* xl: Add defaultbridge config option for xl.confStefan Bader2012-02-131-0/+5
* xl: remove duplicate lineZhigang Wang2012-02-131-2/+0
* libxl: Add device_model_stubdomain_seclabelDaniel De Graaf2012-02-091-0/+15
* libxl: bugfix: create_domain() return to caller if !daemonizeShriram Rajagopalan2012-02-091-1/+1
* xl: use json output by defaultIan Campbell2012-02-071-173/+53