aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/xl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xl: Fix segment fault of 'xl list'Keir Fraser2010-04-261-1/+1
* xl: support oos domain parameterKeir Fraser2010-04-231-0/+5
* xl: add "xl info" commandKeir Fraser2010-04-221-0/+114
* libxl: <sys/signal.h> -> <signal.h>Keir Fraser2010-04-131-1/+1
* libxl: build fix for netbsdKeir Fraser2010-04-131-0/+1
* xl: Migration supportKeir Fraser2010-04-121-68/+558
* xl: Domain creation logging fixesKeir Fraser2010-04-121-5/+45
* xl: New savefile format. Save domain config when saving a domain.Keir Fraser2010-04-121-23/+230
* libxl,xl: Fix two minor bugs in domain destructionKeir Fraser2010-04-121-1/+3
* xl: Remove some duplicated boilerplate. (Improves logging slightly.)Keir Fraser2010-04-121-198/+57
* xl, libxl: xl list -v shows the uuid tooKeir Fraser2010-04-121-6/+14
* xl: tsc_mode parameter in guest configuration fileKeir Fraser2010-04-061-0/+4
* xl: vcpu-set commandKeir Fraser2010-04-061-0/+60
* xl: vcpu-pin commandKeir Fraser2010-04-061-0/+119
* xl: vcpu-list commandKeir Fraser2010-04-061-1/+144
* xl: field 'type' not set in dm_infoKeir Fraser2010-03-261-0/+2
* xl: Fix undefined behaviour when pci not specified in input fileKeir Fraser2010-03-051-1/+1
* Replace config file parser for "xl"Keir Fraser2010-03-031-111/+52