aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/xl.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* libxenlight: don't ignore ctx_init errors if there is one.Keir Fraser2010-01-081-12/+49
* libxenlight: remove any uuid dependancies from xlKeir Fraser2010-01-051-18/+50
* libxl: add a versioning number to ctx_init that permit to detectKeir Fraser2009-12-301-12/+12
* libxl: remove API for dominfolist and list that returns xc_dominfo.Keir Fraser2009-12-301-14/+9
* libxl: hide internal logging from clientKeir Fraser2009-12-301-6/+21
* libxl: remove structure init from the library and structure domidKeir Fraser2009-12-301-6/+115
* libxl: remove useless smac in the nic_info structureKeir Fraser2009-12-301-3/+0
* libxenlight: fix cd-insert cli arguments parsingKeir Fraser2009-12-111-3/+3
* libxenlight: add a cli option to exit right after domain creationKeir Fraser2009-12-111-7/+18
* libxenlight: implement libxl_set_memory_targetKeir Fraser2009-12-091-1/+52
* libxenlight: implement cdrom insert/ejectKeir Fraser2009-12-081-17/+153
* libxenlight: fix suspend/resumeKeir Fraser2009-11-301-6/+135
* libxenlight: add console commandKeir Fraser2009-11-301-0/+52
* libxenlight: fix hvm flag when no hvmloaderKeir Fraser2009-11-301-6/+4
* libxenlight: implement pause and unpauseKeir Fraser2009-11-261-0/+95
* libxenlight: move logging macros to the public headerKeir Fraser2009-11-251-1/+21
* libxenlight: clean up the domain when it diesKeir Fraser2009-11-251-1/+38
* libxenlight: implement stubdom supportKeir Fraser2009-11-251-143/+4
* libxenlight: fix memory leaksKeir Fraser2009-11-231-3/+14
* libxenlight: check for early failures of qemu-dmKeir Fraser2009-11-231-2/+17