aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python
Commit message (Expand)AuthorAgeFilesLines
* tools: cleanup domain save switch_qemu_logdirty callbackIan Campbell2010-10-211-9/+10
* tools: cpupools: Rename cpu-pool commands in xm to cpupool-*Juergen Gross2010-10-214-67/+76
* tools: cpupools: Support arbitrary numbers of physical cpusJuergen Gross2010-10-211-56/+40
* libxc: wrappers for XENMEM {increase,decrease}_reservation and populate_physmapIan Campbell2010-10-181-2/+2
* libxc: remove unnecessary double indirection from xc_readconsoleringIan Campbell2010-10-181-2/+2
* pyxl: fix build of python xl binding for python < 2.5Gianni Tedesco2010-10-141-0/+4
* Replace pyxml/xmlproc-based XML validator with lxml based oneStephan Peijnik2010-10-111-48/+47
* xl: Fix build in python binding since API change in 22229:1385b15e168fGianni Tedesco2010-10-081-3/+4
* tools/python: do not link against blktap except on LinuxGianni Tedesco2010-09-231-3/+5
* python: xl: stub out libxl_cpuid_policy_list accessorsIan Campbell2010-09-171-0/+10
* libxl, tools/python: Add libxl python bindingGianni Tedesco2010-09-164-3/+922
* tools/python: Replace python string exceptions with ValueError exceptionsMatthias Klose2010-09-144-4/+4
* remus: use plug qdisc for network buffering instead of queueBrendan Cully2010-09-072-16/+16
* libxl+xend: use correct paths for PV console when running bootloaderIan Campbell2010-09-072-2/+2
* xend: reserve vtd_mem on guest restoreMiroslav Rezanina2010-09-031-1/+9
* tools/python: fix xm list for Python 2.7Michael Young2010-08-192-1/+10
* xend: remove non-ASCII characters.Christoph Egger2010-08-171-6/+6
* Values of cpu_weight and cpu_cap are lost after xend restartLutz Dube Lutz.Dube@ts.fujitsu.com2010-08-161-4/+6
* Fix "Error: Device 51952 not connected" error when using pygrubeXeC001er2010-08-161-3/+6
* libxc: disable xc_ptrace on x86 LinuxIan Campbell2010-08-131-1/+1
* tools/python: Remove non-ASCII characters introduced by fffedd3d70e1.Ian Jackson2010-08-121-1/+1
* Exception in xen/util/vscsi_util.py while starting xend"Dube, Lutz"2010-08-111-1/+1
* xend: fix SyntaxError for Python 2.4 or earlierKuwamura Shin'ya2010-07-291-2/+4
* xend (XenAPI): Error in Xend-API method VM_set_actions_after_crashLutz Dube2010-07-273-2/+21
* tools/xend: Fix performance of xend with more than 10000 FC device paths"Dube, Lutz"2010-07-233-6/+19
* Improve balloon support for NetBSD.Stefano Stabellini2010-07-191-5/+11
* xm: Do not check path of kernel if bootloader is specifiedIan Jackson2010-07-151-2/+10
* xend: Continue domain building even if memshr extensions are notKeir Fraser2010-07-081-2/+4
* tools/xend: Revert 21541:7ff0e885b5c3 "a few blktap2 fixes"Ian Jackson2010-06-293-11/+6
* tools/xend, xm: add a command to get the state of VMsIan Jackson2010-06-294-1/+65
* tools/python: sxp parser: show empty stringIan Jackson2010-06-281-0/+2
* xend: Fix up check "mac" address sooner changeIan Jackson2010-06-251-1/+2
* python/xc: [PATCH 3/3] add flask capabilities in python xc bindingsIan Jackson2010-06-221-0/+251
* Check "mac" address sooner in device_create function, before doing device_add.Ian Jackson2010-06-221-5/+5
* python/xc: do not crash xend if /proc/xen/privcmd cannot be openedIan Jackson2010-06-221-1/+2
* xend: fix "xm list hangs"Keir Fraser2010-06-211-4/+11
* python/xc: fix out of bounds array accessKeir Fraser2010-06-151-1/+0
* xend: Remove use of non-existent xc.handle() function.Keir Fraser2010-06-091-1/+1
* blktap2: Port Xend to the tap-ctl interface.Keir Fraser2010-06-082-80/+124
* xend: A few blktap2 fixesKeir Fraser2010-06-073-6/+11
* [VTD] fixed a timing issue on DELL calpella laptop while doing graphics pass-...Keir Fraser2010-06-041-0/+1
* xend: PoD check should be for HVM domain only.Keir Fraser2010-06-011-1/+1
* xend: Remove broken bits of NUMA code.Keir Fraser2010-06-012-44/+0
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-285-139/+141
* tools: Fix time offset when localtime=0Keir Fraser2010-05-261-1/+1
* xend: Add interface name definition support for xend-relocation-addressKeir Fraser2010-05-251-0/+94
* xend: Fix getStubdomDomid functionKeir Fraser2010-05-151-1/+1
* xm: explicitly differentiate between tap and tap2 in config parsing.Keir Fraser2010-05-112-2/+6
* Remus: fix missing import in device.pyKeir Fraser2010-05-101-1/+1
* xend: support blktap2 in xend blkif utilsKeir Fraser2010-05-071-1/+1