aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/xl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xl: Do not duplicate last line of config file when trying compat mode.Keir Fraser2010-02-031-0/+1
* libxl, hvm: Add support to trigger power or sleep button eventsKeir Fraser2010-01-201-0/+61
* libxl: fix "xl list" outputKeir Fraser2010-01-181-3/+6
* libxenlight: add a list-vm options to xl that only list vms uuid, domid, nameKeir Fraser2010-01-171-0/+51
* libxenlight: separate logically list_vm and list_domainKeir Fraser2010-01-171-1/+1
* libxenlight: Add the line number to the config file parsing error messageKeir Fraser2010-01-171-1/+1
* libxl: add a newline to xl loggingKeir Fraser2010-01-171-1/+1
* libxenlight: fix name to domid conversion.Keir Fraser2010-01-141-3/+1
* libxenlight: do not try to set memory target with a number we haven'tKeir Fraser2010-01-121-1/+9
* libxenlight: tests a lots more of xl return value inside the libraryKeir Fraser2010-01-121-5/+24
* tools: build fixes for NetBSDKeir Fraser2010-01-121-1/+1
* libxenlight: don't free ifname, can lead to double freeKeir Fraser2010-01-081-3/+0