aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python
Commit message (Expand)AuthorAgeFilesLines
* xend/acm: Fixes to labelling of resources.Keir Fraser2008-04-151-3/+9
* tools: Make xend set time offset for all kinds of domains, so thatKeir Fraser2008-04-111-4/+3
* xm: Fix xm shutdown for xendomains.Keir Fraser2008-04-081-1/+1
* Split the meaning of "dom0-min-mem = 0" to a new option.Keir Fraser2008-04-072-8/+16
* xend: Don't allow dom0 memory to be ballooned below dom0-min-memKeir Fraser2008-04-051-0/+7
* acm: Modify the default ACM boot policy so that unlabeled domains can always ...Keir Fraser2008-04-041-3/+23
* xm: When dumping core of an errant domain do not unpause after theKeir Fraser2008-04-041-5/+5
* xend: Add "dumpcore_in_progress" flag to xenstore informationKeir Fraser2008-04-032-0/+4
* xend, acm: Assign an unlabeled resource the __UNLABELED__ labelKeir Fraser2008-04-031-4/+6
* xend, acm: Prevent labeling of vlans with the same colorKeir Fraser2008-04-031-0/+3
* tools: Obtain platform capabilities via physinfo sysctl.Keir Fraser2008-04-012-10/+19
* xend: XSPolicy.can_run xend supportKeir Fraser2008-04-013-4/+56
* Revert all usages of gcc's __extension__ keyword, and instead assertKeir Fraser2008-03-311-1/+6
* xend: Improve localtime calculation -- Python time module alreadyKeir Fraser2008-03-311-5/+4
* xm: Make xm's printout of security errors look betterKeir Fraser2008-03-311-0/+1
* xend: Fix XendBootloader bogus reference to 'attr'.Keir Fraser2008-03-281-1/+0
* pygrub: cleanup and support for NetBSDKeir Fraser2008-03-261-6/+6
* xenfb: Dynamic modes support.Keir Fraser2008-03-262-2/+8
* xend: typoKeir Fraser2008-03-251-1/+1
* xend: Fix writing domain's VDI UUID into domain state file.Keir Fraser2008-03-201-1/+1
* tools: More accurate parsing of pci config.Keir Fraser2008-03-192-3/+3
* xend: Fix and improve default NUMA node selection.Keir Fraser2008-03-191-23/+31
* Fix methods in SrvDomain class for inactive managed domainsKeir Fraser2008-03-191-6/+6
* vfb: Add opengl optionKeir Fraser2008-03-185-7/+9
* Xend forgets to write the domain's VDI UUID into the domain state fileKeir Fraser2008-03-181-0/+1
* ioemu: SDL rendering using OpenGLKeir Fraser2008-03-183-2/+8
* tools: Add PV passthrough PCI device hotplug support.Keir Fraser2008-03-185-115/+449
* Fix domain suspend by xend stopKeir Fraser2008-03-181-1/+1
* xm: allow non-existent readline moduleKeir Fraser2008-03-181-2/+5
* Allow libvirt to specify force, rm_cfgKeir Fraser2008-03-181-1/+3
* stubdom: add support for reading the command line from the configKeir Fraser2008-03-181-0/+1
* Convert XenAPI platform values to appropriate types.Keir Fraser2008-03-181-13/+55
* Set device model when creating rfb console via XenAPIKeir Fraser2008-03-181-0/+6
* Initialization of new domU config options via XenAPIKeir Fraser2008-03-181-0/+6
* Each TAP/TUN device name for a HVM guest includes its domain ID.Keir Fraser2008-03-181-1/+2
* Use ioemu block drivers through blktap.Keir Fraser2008-03-181-1/+3
* xm: Fix 2nd argument value of arg_check() for a few xm commands.Keir Fraser2008-03-041-4/+4
* Fix xm vcpu-pin for inactive managed domainsKeir Fraser2008-03-032-7/+23
* NUMA node migrationKeir Fraser2008-02-284-7/+45
* xend: Remove duplicate setResume() method.Keir Fraser2008-02-281-3/+0
* Fix error message of xm suspend and xm resume for Domain-0.Keir Fraser2008-02-281-2/+2
* ioemu: Send logs to stderr and have xend redirect stderr to theKeir Fraser2008-02-281-1/+28
* Fix xm save command's #params check.Keir Fraser2008-02-271-5/+2
* xend: Set default vcpu affinity for better performance in NUMA systems.Keir Fraser2008-02-271-0/+33
* Fix xm mem-max command to restore previous setting if xc.domain_setmaxmem fails.Keir Fraser2008-02-261-0/+2
* xend: Add free memory size of every node in physinfo to help user toKeir Fraser2008-02-262-2/+29
* Fix restore of saved image containing rtc_timeoffsetKeir Fraser2008-02-261-1/+1
* blktap: qcow2 image format supportKeir Fraser2008-02-211-1/+2
* xm: Fix xm vcpu-pin to complain for CPU numbers out of range.Keir Fraser2008-02-201-1/+10
* Enable HVM guest VT-d device hotplug via a simple ACPI hotplug device model.Keir Fraser2008-02-155-8/+348