aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl
Commit message (Expand)AuthorAgeFilesLines
* libxenlight: fix segfault when domid_to_name returns NULLKeir Fraser2010-03-151-3/+3
* libxl: Do not delete checked-in flex/bison outputs.Keir Fraser2010-03-081-1/+1
* xl: Fix undefined behaviour when pci not specified in input fileKeir Fraser2010-03-051-1/+1
* Commit output from flex for benefit of prehistoric peopleKeir Fraser2010-03-054-0/+4225
* Replace config file parser for "xl"Keir Fraser2010-03-038-129/+696
* libxl: Properly parse vbd namesKeir Fraser2010-02-052-27/+74
* libxl: notice if vbd virt device specifier ("path") unrecognisedKeir Fraser2010-02-051-0/+5
* Revert changeset 20898:8c1889297084Keir Fraser2010-02-041-4/+19
* libxenlight: Do not build libconfig, but require it as a prerequisiteKeir Fraser2010-02-041-19/+4
* xl: Do not duplicate last line of config file when trying compat mode.Keir Fraser2010-02-031-0/+1
* libxl: Fix libconfig install directoryKeir Fraser2010-01-231-2/+2
* Get libconfig tarball from xenbitsKeir Fraser2010-01-221-1/+2
* libxl, hvm: Add support to trigger power or sleep button eventsKeir Fraser2010-01-203-1/+88
* libxl: fix "xl list" outputKeir Fraser2010-01-182-17/+18
* 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-175-21/+67
* 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-142-26/+13
* libxenlight: add error in disk_add if phystype is not recognizedKeir Fraser2010-01-141-0/+3
* libxenlight: add fuse around generic_device_add related to invalid kindsKeir Fraser2010-01-142-2/+5
* libxenlight: initialize enum to 1, to prevent defaulting to the 0Keir Fraser2010-01-142-4/+4
* libxenlight: add some return values testing in stubdomKeir Fraser2010-01-141-10/+25
* libxenlight: remove ctx dangerously passed to childrenKeir Fraser2010-01-123-12/+10
* libxenlight: remove ctx argument to execKeir Fraser2010-01-123-7/+4
* libxenlight: typo in old patch, lead to waitpid forever instead ofKeir Fraser2010-01-121-2/+2
* libxenlight: misc cleanupKeir Fraser2010-01-121-5/+4
* 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-122-17/+49
* tools: build fixes for NetBSDKeir Fraser2010-01-122-1/+2
* libxenlight: initialize domid to -1 in domain_createKeir Fraser2010-01-081-1/+1
* libxenlight: don't try to delete path when they doesn't exists.Keir Fraser2010-01-081-6/+9
* libxenlight: simplify the logic of domain_list to just return 1024 domains ma...Keir Fraser2010-01-081-19/+5
* libxenlight: remove all cloning logic.Keir Fraser2010-01-083-51/+11
* libxenlight: don't use the cloning logic in dm_xenstore_record_pid.Keir Fraser2010-01-083-22/+31
* libxenlight: returns errors if xc and/or xs has not been initialized properly.Keir Fraser2010-01-081-0/+10
* 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
* libxl: apply CPUID policy for all types of VMs in all situationsKeir Fraser2010-01-061-6/+4
* libxenlight: install libxl.hKeir Fraser2010-01-051-0/+1
* libxenlight: remove any uuid dependancies from xlKeir Fraser2010-01-058-287/+66
* libxl: add a versioning number to ctx_init that permit to detectKeir Fraser2009-12-303-14/+18
* libxl: define errors as an enum instead of define random values.Keir Fraser2009-12-301-4/+7
* libxl: add a get_shutdown_reasonKeir Fraser2009-12-302-0/+18
* libxl: remove API for dominfolist and list that returns xc_dominfo.Keir Fraser2009-12-304-82/+26
* libxl: add useful xc flags in the xl_dominfo structureKeir Fraser2009-12-302-0/+11
* libxl: remove waitpid wrapper that's doesn't do anythingKeir Fraser2009-12-303-11/+8
* libxl: hide internal logging from clientKeir Fraser2009-12-303-27/+43
* libxl: remove structure init from the library and structure domidKeir Fraser2009-12-303-180/+130
* libxl: remove useless smac in the nic_info structureKeir Fraser2009-12-303-6/+4