aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl
Commit message (Expand)AuthorAgeFilesLines
* libxl: prevent creation of domains with duplicate namesIan Jackson2011-01-282-0/+23
* libxl: during domain destruction, do not complain if no devices dir to destroyIan Jackson2011-01-281-2/+6
* libxl: internals: document the error behaviour of various libxl__xs_* functionsIan Jackson2011-01-281-2/+10
* libxl, xl: fixes to domain creation cleanup logic (domid values)Ian Jackson2011-01-284-1/+15
* libxl: fix error handling (xenstore transaction leak) in libxl__domain_makeIan Jackson2011-01-281-20/+29
* xl: fix incorrect display of illegal option characterAndre Przywara2011-01-281-35/+35
* xl: fix xl cpupool-list <poolid>Andre Przywara2011-01-281-1/+1
* xl: remove unimplemented -l stub for cpupool-listAndre Przywara2011-01-282-12/+6
* xl: fix broken cpupool-numa-splitJuergen Gross2011-01-281-1/+1
* libxl: when using pygrub, do not segfault if no blktapStefano Stabellini2011-01-281-4/+13
* libxl: correct error path in libxl_userdata_retrieveIan Jackson2011-01-282-2/+5
* xl: Revert "xl: avoid creating domains with duplicate names"Ian Jackson2011-01-271-10/+0
* hvm: allow pass-through of new FPU/ALU CPUID featuresKeir Fraser2011-01-271-0/+1
* libxl: rename xenstored pid file on LinuxChristoph Egger2011-01-261-1/+1
* xl: avoid creating domains with duplicate namesIan Jackson2011-01-261-0/+10
* libxl: band-aid for functions which return literal "-1"Ian Jackson2011-01-262-10/+11
* libxl: only check size of regular files when validating a virtual diskIan Campbell2011-01-261-1/+1
* xl: Check domain existance when doing domain identifier lookupsGianni Tedesco2011-01-251-3/+17
* xl: fix up some minor mistakes in error messagesIan Jackson2011-01-251-4/+4
* libxl: fix segfault on device assignementStefano Stabellini2011-01-251-1/+1
* xl: Perform minimal validation of virtual disk file while parsing config fileKamala Narasimhan2011-01-251-0/+29
* libxl/xl: support empty disk paths (ejected cdroms)Stefano Stabellini2011-01-254-6/+16
* libxl: Check a domain exists before destroying itGianni Tedesco2011-01-251-0/+11
* libxl: libxl_ctx_init checks for xenstored pid fileKamala Narasimhan2011-01-252-0/+9
* libxl, minios: stubdom console based save/restoreStefano Stabellini2011-01-213-10/+32
* tools: Change the name of the qemu save file at restore timeStefano Stabellini2011-01-212-1/+5
* libxl: Fix for Windows UP crash on boot using xlIan Jackson2011-01-211-0/+1
* libxl: fix free of constant string in cdrom insert pathKamala Narasimhan2011-01-211-1/+1
* libxl: Make domain_shutdown fail if graceful not possibleIan Jackson2011-01-201-17/+9
* libxl: do not attempt to write "shutdown" dm-commandIan Jackson2011-01-201-5/+0
* libxl: fix gfx_passthrough config option (including dropped hunk)Sergey Tovpeko2011-01-172-1/+4
* libxl: fix guest networking on NetBSDChristoph Egger2011-01-171-4/+14
* xl: correct test for domid on error exit from domain_createIan Jackson2011-01-131-1/+1
* xl: save domain config (userdata) under correct domid/uuidIan Jackson2011-01-131-9/+9
* libxl: config parser: Rebuild config file parser scanner (rerun flex)Ian Jackson2011-01-121-17/+26
* MergeIan Jackson2011-01-1110-733/+845
|\
| * libxl: fix missing include of <signal.h>Christoph Egger2011-01-111-0/+1
| * libxl: move domain struct init functions from xl to libxlGianni Tedesco2011-01-114-155/+164
| * libxl: Introduce libxl_domain_create_new() and libxl_domain_create_restore()Gianni Tedesco2011-01-118-542/+638
| * libxl: refactor code which adds per-PCI device backend nodes in xenstoreIan Campbell2011-01-111-25/+20
| * libxl: log which PCI device could not be reset.Ian Campbell2011-01-111-1/+1
| * libxl: do not leak front flexarray on error in libxl_create_pci_backendIan Campbell2011-01-111-7/+12
| * libxl: write PCI frontend xenstore nodes to the frontend directory.Ian Campbell2011-01-111-3/+5
| * libxl: Add gfx_passthru parameterDaniel De Graaf2011-01-112-0/+4
* | libxl: config parser: print warning for apparent arbitrary pythonIan Jackson2011-01-116-44/+63
* | libxl: config parser: rerun flex (Debian lenny 2.5.35)Ian Jackson2011-01-112-10/+38
* | libxl: config parser: make CfgParseContext initialisation commonIan Jackson2011-01-111-37/+45
* | libxl: config parser: do not segfault in some error pathsIan Jackson2011-01-111-0/+1
|/
* xl: Implement flexarray_append() and flexarray_vappend()Gianni Tedesco2011-01-075-345/+303
* xl: Move device model functions in to a separate fileGianni Tedesco2011-01-074-809/+838