aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python
Commit message (Expand)AuthorAgeFilesLines
...
* xend: NetBSD portability fix for LVM raw volume namesRoger Pau Monne2011-06-281-1/+1
* xen.lowlevel.xl: Return None on empty domain nameMarek Marczykowski2011-06-271-2/+3
* remus: handle exceptions while installing/unstalling net bufferSigned-off-by: Shriram Rajagopalan2011-06-272-10/+28
* tools: remus: support DRBD disk backendsShriram Rajagopalan2011-05-261-13/+54
* remus: write circumlocution for try..except..finallyJinsong Liu2011-05-241-5/+6
* tools: libxl: remove libxl_domain_build_state from the IDLIan Campbell2011-04-201-12/+0
* tools: libxl: add concept of in- and out-put only data types to IDLIan Campbell2011-04-201-8/+19
* tools: libxl: remove BitField type class from IDLIan Campbell2011-04-201-1/+1
* tools: libxl: add libxl_domid to IDLIan Campbell2011-04-201-0/+10
* tools: libxl: add an Enumeration type to the IDLIan Campbell2011-04-202-50/+32
* tools: libxl: namespace enum values within their type.Ian Campbell2011-04-201-8/+8
* tools: libxl: generalize libxl_qemu_machine_type into libxl_domain_typeIan Campbell2011-04-201-2/+2
* tools: libxl: move all enum values into the libxl namespaceIan Campbell2011-04-201-16/+16
* remus: fix incorrect error handling for switch_qemu_logdirty in checkpoint codeShriram Rajagopalan2011-04-121-1/+1
* remus: blackhole replication targetShriram Rajagopalan2011-04-081-0/+6
* remus: proper cleanup on checkpoint failure.Shriram Rajagopalan2011-04-082-1/+8
* xend: drop XenAPI error message translationIan Campbell2011-04-085-258/+15
* libxl: do not expose libxenctrl/libxenstore headers via libxl.hIan Campbell2011-04-062-17/+17
* tools: Add nestedhvm guest config optioncegger2011-02-284-5/+17
* remus: fix check for installed qdiscs on ifbShriram Rajagopalan2011-03-312-4/+3
* xend: Fix startup after removal of ACM support.Keir Fraser2011-03-272-107/+9
* Remove unmaintained Access Control Module (ACM) from hypervisor.Keir Fraser2011-03-253-414/+3
* libxl: remove XS transaction from public API.Ian Campbell2011-03-231-2/+2
* tools: link each shared library or binary only against the libraries it usesIan Campbell2011-03-173-80/+56
* build: Make XEN_ROOT an absolute path.Keir Fraser2011-03-171-1/+1
* xl/xm: make pci-list use same BDF format as all other commandsIan Campbell2011-03-091-8/+6
* libxl: disk specification interface changeKamala Narasimhan2011-02-151-6/+11
* xend: canonicalise symlinks found in /dev for vbds (helps vscsi)James Harper2011-02-081-0/+2
* tools: Change the name of the qemu save file at restore timeStefano Stabellini2011-01-211-1/+1
* xend: pci.py: fix open file descriptor leakKouya Shimura2011-01-201-0/+4
* xend: improve psudeo-bootloader support for external block scriptsJim Fehlig2011-01-182-9/+21
* xend: drbd: Revert 19444:152257350930Jim Fehlig2011-01-181-1/+1
* tools/python/pyxl: Updates to builtin-type marshalling functionsGianni Tedesco2011-01-111-3/+20
* tools/python/pyxl: Export PCI passthrough related libxl functionsGianni Tedesco2011-01-111-0/+74
* tools/python/pyxl: Allow subclassing of auto-generated python typesGianni Tedesco2011-01-112-2/+2
* tools/python/pyxl: Export relevant integer constants from python wrapperGianni Tedesco2011-01-111-0/+32
* tools/python/pyxl: Un-muddle libxl_domain_(pause|unpause) wrappersGianni Tedesco2011-01-111-2/+2
* tools/python/pyxl: Fix reference counting of Py_(None|True|False)Gianni Tedesco2011-01-112-2/+15
* tools/xend: check for device model if path is not specifiedMichal Novotny2011-01-111-0/+4
* tools/xend: drbd: fix things by reverting 20158Ian Jackson2011-01-052-18/+1
* Support getting topology info in libxlJuergen Gross2010-12-091-0/+24
* libxc: convert evtchn interfaces to use an opaque handle typeIan Campbell2010-12-232-7/+7
* tools/python: Rebuild python extensions if depends have changedJuergen Gross2010-12-101-0/+18
* xend: fix "xm block-detach 0 ..." for extended-ID devicesJan Beulich2010-12-101-5/+0
* tools: Add xl python bindings for cpumapJuergen Gross2010-11-231-2/+21
* Fix pci passthru in xend interface used by libvirtJim Fehlig2010-11-081-3/+9
* tools: fix cpu_weight/cap loss (22000:4fc66044477d)Lutz Dube2010-11-031-0/+5
* tools: change cpumaps to uint8_tJuergen Gross2010-11-031-36/+26
* avoid numa placement of cpus with active cpupoolsJuergen Gross2010-10-282-1/+6
* Do not wait for memory teardown when live migrateMiroslav Rezanina2010-10-282-21/+30