aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl
Commit message (Expand)AuthorAgeFilesLines
* 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
* libxl: Lists qdisk device in libxl_device_disk_listAnthony PERARD2011-01-061-0/+1
* libxl: Factorize function libxl_device_disk_listAnthony PERARD2011-01-061-49/+50
* libxl: Correct paths in libxl__fill_dom0_memory_info functionEamon Walsh2011-01-061-2/+2
* libxl: Specify the target ram size to Qemu (new) when calling itAnthony PERARD2011-01-064-1/+11
* libxl: Implement libxl_basename()Christoph Egger2011-01-063-2/+17
* libxl: fix free of uninitialised "disks" variableYang Z Zhang2011-01-051-1/+1
* xl: don't segfault parsing disk configs, support NULL physpath and ioemu:Gianni Tedesco2011-01-051-49/+131
* Support new xl command cpupool-numa-splitJuergen Gross2010-12-093-0/+123
* Support renaming of cpupoolsJuergen Gross2010-12-096-2/+93
* Extend cpupools to support numaJuergen Gross2010-12-094-8/+155
* support topolgy info in xl infoJuergen Gross2010-12-092-4/+43
* Support getting topology info in libxlJuergen Gross2010-12-095-0/+94
* libxc: convert evtchn interfaces to use an opaque handle typeIan Campbell2010-12-231-6/+6
* libxl: constify libxl_create_cpupool()Christoph Egger2010-12-162-2/+2
* tools/xl: fix race which can leave an xl monitor processing hangingIan Jackson2010-12-161-0/+3
* libxl: return "tap" as backend type for PHYSTYPE_QCOW2Stefano Stabellini2010-12-141-0/+1
* libxl: do not assume target and freemem-slack are written at the same timeStefano Stabellini2010-12-141-20/+32
* libxl: introduce libxl_need_xenpv_qemuStefano Stabellini2010-12-143-2/+46
* add missing libxl__free_all() callsJuergen Gross2010-12-093-8/+35
* libxl: Makes libxl be able to call Qemu upstream for XenPV guest.Anthony PERARD2010-12-131-9/+21
* libxl: strdup disk path before put it in qemu args array.Anthony PERARD2010-12-131-5/+5
* libxl: fix double free of ifname, when makes args for qemu.Anthony PERARD2010-12-131-3/+7
* libxl: "Device model is a stubdom" is not an errorIan Campbell2010-12-101-1/+1
* libxl: return an error if connection to xenstore failsIan Campbell2010-12-101-0/+6
* tools/xl: show shutdown reason code, improve xl list headingIan Jackson2010-11-231-3/+13
* tools/xl: only use the special "--incoming" name on actual migrationTim Deegan2010-11-231-0/+4
* tools/xl: VMs that are started paused shouldn't reboot paused too.Tim Deegan2010-11-231-0/+3
* tools/xl: make it explicit that we migrate from stdin.Tim Deegan2010-11-231-0/+1
* libxl, xl: Account for shadow memory for PV guests tooStefano Stabellini2010-11-232-2/+2
* tools/libxl: use qdisk if blktap2 is not availableStefano Stabellini2010-11-233-1/+6
* tools: libxl: fix cpuid compilation errors for ia64KUWAMURA Shin'ya2010-11-096-303/+372
* tools: libxl: Fix some "const const"s introduced in 711cb4229900Ian Jackson2010-11-091-2/+2