aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/xl.c
Commit message (Expand)AuthorAgeFilesLines
* libxl: fix out-of-memory check in parse_global_configMatthew Daley2013-09-251-2/+2
* libxl: Add vif.default.backend to xl.confGeorge Dunlap2013-07-221-0/+4
* xl: Enable by default claim mode.Konrad Rzeszutek Wilk2013-07-221-1/+1
* libxl: Change claim_mode from bool to int.Konrad Rzeszutek Wilk2013-05-141-3/+3
* xl: Implement XENMEM_claim_pages support via 'claim_mode' global configKonrad Rzeszutek Wilk2013-04-161-0/+5
* xl: default autoballoon option to "auto"David Vrabel2013-04-081-2/+4
* xl: extend autoballoon xl.conf option with an "auto" optionDavid Vrabel2013-04-081-2/+34
* xl: add vif.default.scriptRoger Pau Monne2013-03-151-1/+10
* xl: add vif.default.bridgeRoger Pau Monne2013-03-151-2/+11
* xl: allow specifying a default gatewaydev in xl.confRoger Pau Monne2013-03-151-0/+14
* xl: free libxl context, logger and lockfile using atexit handlerIan Campbell2012-09-171-2/+18
* libxl: add option to choose who executes hotplug scriptsRoger Pau Monne2012-07-261-0/+4
* xl: Clarify 'xend is running' error messageGeorge Dunlap2012-06-291-3/+3
* libxl: remove lockdir and config dir from the APIIan Campbell2012-05-291-17/+9
* xl/libxl: add a blkdev_start parameterStefano Stabellini2012-05-291-0/+3
* xl: track child processes for the benefit of libxlIan Jackson2012-05-291-13/+73
* libxl: prevent xl from doing operations on domains if xend is runningRoger Pau Monne2012-05-141-1/+21
* libxl: child processes cleanupsIan Jackson2012-05-111-0/+12
* libxl: Protect fds with CLOEXEC even with forking threadsIan Jackson2012-04-111-0/+3
* libxl: abolish libxl_ctx_postforkIan Jackson2012-04-111-0/+8
* xl: do not include xenctrl.hIan Campbell2012-03-271-1/+0
* xl: Add defaultbridge config option for xl.confStefan Bader2012-02-131-0/+4
* xl: use json output by defaultIan Campbell2012-02-071-0/+10
* xl: fix a couple of memory leaksIan Jackson2012-01-271-0/+1
* xlu: add "dont_warn" to xlu_cfg_*Ian Campbell2011-11-291-3/+3
* libxl: add a flags argument to libxl_ctx_alloc.Ian Campbell2011-10-181-1/+1
* libxl: fixup incorrect indentationIan Campbell2011-10-121-0/+8
* libxl: clean up trailing whitespaces in code.Wei Liu2011-07-191-1/+1
* xl: new global -N option for dry runIan Jackson2011-06-281-4/+13
* libxl: do not expose libxenctrl/libxenstore headers via libxl.hIan Campbell2011-04-061-3/+4
* libxl/xl: enable support for routed network configurations.Ian Campbell2011-02-181-0/+4
* xl: free memory before building a domainStefano Stabellini2010-09-221-0/+12
* xl: add a global configuration fileStefano Stabellini2010-09-221-0/+46
* xl: randomly generate UUIDsGianni Tedesco2010-09-021-2/+0
* xl: treat sub-command main function like a regular C main() functionIan Campbell2010-08-241-2/+7
* libxc: disable xc_ptrace on x86 LinuxIan Campbell2010-08-131-1/+1
* xl: destroy the logger before exitIan Campbell2010-07-301-0/+1
* xl: free the libxl context before exitIan Campbell2010-07-301-3/+8
* xl: tidy up around global '-v' optionKeir Fraser2010-06-181-1/+1
* xl: allow truncation of xl subcommandsKeir Fraser2010-06-181-14/+11
* xl: fix 'xl help' commandKeir Fraser2010-06-071-1/+1
* xl: Allow control of logging level.Keir Fraser2010-05-281-12/+28
* libxl: Use the caller's logger (xentoollog)Keir Fraser2010-05-281-15/+3
* xl: Move "extern" declarations to xl.hKeir Fraser2010-05-281-3/+0
* xl: Combine headers into one header file.Keir Fraser2010-05-281-2/+1
* libxl: Check return codes of write/asprintf/daemon consistently.Keir Fraser2010-05-131-3/+7
* xl: Use command table to store command name and implementationKeir Fraser2010-05-041-55/+19
* xl: Move xl command implementation to a seperate fileKeir Fraser2010-05-041-2831/+3
* xl: Add subcommand "xl sched-credit"Keir Fraser2010-05-041-0/+114
* xl: Add option '-p' for command 'xl create'Keir Fraser2010-04-261-3/+7