aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python
Commit message (Expand)AuthorAgeFilesLines
* xend: allow config file compatibility with new tap syntaxKeir Fraser2009-06-161-2/+6
* xend: Show "bootable" information only once in 'xm list --long'Keir Fraser2009-06-161-4/+3
* xend: pci: fix extract_the_exact_pci_names()Keir Fraser2009-06-081-2/+9
* xend: Convert the type of superpages to integer to fix a TypeError.Keir Fraser2009-06-051-1/+1
* xm: Remove redundant os.waitpid() call from do_console()Keir Fraser2009-06-041-1/+0
* xend: pci: only extract the exact pci BDFsKeir Fraser2009-06-041-4/+16
* xm: Don't die when trying to conect the console to short-lived domainsKeir Fraser2009-06-041-0/+7
* xm: pass-through: sort the output of xm pci-listKeir Fraser2009-06-042-0/+7
* xend: pass-through: Use AUTO_PHP_SLOT as unknown vslotKeir Fraser2009-06-042-3/+5
* xm: xen-api, pass-through: create: Use vslot for hotplug_slotKeir Fraser2009-06-041-1/+1
* xend: xen-api, pass-through: Add create_dpci_from_sxp()Keir Fraser2009-06-041-39/+25
* xm, xend: xen-api: DPCI.get_hotplug_slot() returns a decimalKeir Fraser2009-06-041-2/+2
* xend: pass-through: prefix vslot with 0x in device configrationKeir Fraser2009-06-041-5/+2
* xm: xen-api, pass-through: Dont pass empty optsKeir Fraser2009-06-042-14/+15
* xm: xen-api: Install create.dtd in SHAREDIRKeir Fraser2009-06-042-3/+6
* xend: pass-through: report attach errors from device modelKeir Fraser2009-06-041-0/+6
* xend: requested_vslots is no longer neededKeir Fraser2009-06-036-36/+16
* blktap2: human readable output for tapdisk2 creation problemsKeir Fraser2009-06-031-2/+11
* xend: pci: improve the assignability checkingKeir Fraser2009-06-023-5/+11
* xend: Fix HVM domain restore (undefined HVM_ImageHandler.superpages).Keir Fraser2009-05-301-1/+1
* Revert 19657:9ff5c79b0cebKeir Fraser2009-05-301-136/+58
* xend: Add serialise_pci_opts() and split_pci_opts()Keir Fraser2009-05-293-13/+12
* xend: Fix check for request to detach non-existent deviceKeir Fraser2009-05-291-2/+2
* xend: hot-plug PCI devices at boot-timeKeir Fraser2009-05-294-93/+94
* xend: use popen2 module instead of subprocess for Python 2.3Keir Fraser2009-05-291-4/+7
* xm: Unify the output of pci-listKeir Fraser2009-05-291-21/+23
* xend: Update info['platform']['pci']Keir Fraser2009-05-284-26/+52
* xend: Device duplicate check fixKeir Fraser2009-05-271-58/+136
* xm: Specify sensible default for superpages domain config option.Keir Fraser2009-05-271-0/+4
* blktap2: a completely rewritten blktap implementationKeir Fraser2009-05-263-4/+131
* Transcendent memory ("tmem") for Xen.Keir Fraser2009-05-267-4/+464
* xm, xend: passthrough: Add assigned_or_requested_vslot()Keir Fraser2009-05-264-27/+25
* xend: Fix xm pci-detach for inactive devicesKeir Fraser2009-05-261-3/+0
* Add support for superpages (hugepages) in PV domainKeir Fraser2009-05-267-6/+25
* xend: Fix typo in usage of new auxbin.xen_configdir() functionKeir Fraser2009-05-211-1/+1
* tools: get rid of hardcoded config dirsKeir Fraser2009-05-2016-41/+44
* xend: remove spurious pci_len from getDeviceSxprsKeir Fraser2009-05-201-1/+0
* tools: Fix an obvious xgettext build typo.Keir Fraser2009-05-191-1/+1
* xend: Fix xm pci commands for inactive managed domains.Keir Fraser2009-05-192-11/+36
* xend: Make hotplug script timeouts configurableKeir Fraser2009-05-192-2/+20
* python: get rid of hardcoded search pathes in python code.Keir Fraser2009-05-192-31/+21
* xend: adjust relocation buffer sizeKeir Fraser2009-05-191-1/+1
* xend: solve issues with xm block-configure command.Keir Fraser2009-05-191-5/+32
* xend: Avoid deprecation warnings with Python 2.6.Keir Fraser2009-05-192-8/+21
* passthrough: Fix PCI hot-plug option parsingKeir Fraser2009-05-131-3/+3
* Permit user to suppress passing --prefix to setup.pyKeir Fraser2009-05-071-3/+3
* xend: fix the pci BDF format stringKeir Fraser2009-05-071-1/+1
* xend: Fix for op_pincpu in SrvDomain.pyKeir Fraser2009-04-273-5/+4
* xend: fix cset 19547:b2c43b0fba71 (a managed domain may not shutdown)Keir Fraser2009-04-271-0/+1
* xend: modify the order of resetting/deassigning device.Keir Fraser2009-04-241-8/+10