aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Remove unused import.Ewan Mellor2007-04-031-1/+0
* Fix "xm migrate" hang on failure.kfraser@localhost.localdomain2007-04-031-2/+6
* Fix the ia64 build after save/restore cleanups.kfraser@localhost.localdomain2007-04-031-18/+25
* xend: Map re.compile on hosts_allow for XMLRPCServer.kfraser@localhost.localdomain2007-04-021-2/+2
* Some save/restore cleanups.Steven Hand2007-04-0211-112/+132
* xentop: Fix memory leak.kfraser@localhost.localdomain2007-04-021-0/+2
* libxc: Fix the build with some versions of gcc.Keir Fraser2007-03-312-4/+4
* xend: Implement auto-ballooning for Solaris.Keir Fraser2007-03-313-17/+53
* libxc: User-space grant table device.Keir Fraser2007-03-312-0/+215
* xm: Fix an indentation bug.Keir Fraser2007-03-311-4/+4
* blktap: Fix qcow2raw.Keir Fraser2007-03-311-7/+2
* Add support for HVM domains to new xm XenAPI create codeTom Wilkie2007-03-302-24/+113
* Add config files for testing xm via XendAPITom Wilkie2007-03-303-0/+240
* Managed HVM guests are not displayed by 'xm list' after restarting xend.Jim Fehlig2007-03-131-2/+2
* Made tracing thread safe, and also print thread name.Magnus Carlsson2007-03-291-44/+50
* xend: Fix shutdown method after PV-on-HVM save/restore patch.kfraser@localhost.localdomain2007-03-291-8/+7
* acm: Provide the possibility to choose the VM label of domain-0 in thekfraser@localhost.localdomain2007-03-292-10/+52
* MergeTim Deegan2007-03-291-4/+14
|\
| * Let xm commands use domids with XenAPITom Wilkie2007-03-291-4/+14
* | [HVM] Save/restore: PV-on-HVM driver save/restore supportTim Deegan2007-03-293-5/+41
|/
* MergeTim Deegan2007-03-294-31/+41
|\
| * Finish off network in xm via XenAPITom Wilkie2007-03-292-24/+22
| * Make network.name_label == bridge nameTom Wilkie2007-03-292-7/+19
* | [HVM] Save/restore: fix missing return code in USB restoreTim Deegan2007-03-291-0/+1
* | [HVM] Save/restore: Allow save/restore of multiple NICsTim Deegan2007-03-293-12/+16
* | [HVM] Save/restore: backport pcnet save/restore from qemu tip.Tim Deegan2007-03-291-0/+56
* | [HVM] Save/restore: Save the ACPI PM control register in qemuTim Deegan2007-03-291-0/+18
* | [HVM] Save/restore: don't get guest size from "memory_static_min"Tim Deegan2007-03-293-24/+15
|/
* Fix bad behaviour of xm when calling event.next(), by adding a different errorEwan Mellor2007-03-292-2/+5
* Minor fix.Ewan Mellor2007-03-291-3/+3
* Added asynchronous event notification through the Xen-API. Added a new command,Ewan Mellor2007-03-2910-27/+851
* Fix the xen-api-server option parsing, so that we default to listening onEwan Mellor2007-03-291-10/+10
* Fix PIF_metrics_methods declaration, which has broken PIF.Ewan Mellor2007-03-291-1/+1
* This patch adds serialization of sets with strings. I recursified theEwan Mellor2007-03-291-52/+80
* Remove unused import; library movedTom Wilkie2007-03-281-1/+0
* [ACM] Allow version information to be embedded in the XML representation ofkfraser@localhost.localdomain2007-03-284-51/+108
* Fix to let TCP server run without SSL installed.Tom Wilkie2007-03-281-4/+3
* [ioemu] Don't enable monitor or serial console on virtual consoles by default.Christian Limpach2007-03-281-3/+2
* [ioemu] Revert 14585:3375391fb0c9 since this removes useful functionality.Christian Limpach2007-03-282-13/+0
* Editing long lines in pygrub interactively could lead to tracebacks.Tim Deegan2007-03-281-10/+7
* Fix missing import.Ewan Mellor2007-03-282-1/+1
* Fix diagnosis of unhandled exceptions.Ewan Mellor2007-03-281-5/+4
* Fix typo.Ewan Mellor2007-03-281-1/+1
* Added HTTPS support to Xend. There are new configuration options for theEwan Mellor2007-03-276-40/+249
* Added comment regarding a Python bug.Ewan Mellor2007-03-271-0/+1
* Move the client-specific parts of xmlrpclib2 into xmlrpcclient.py. This meansEwan Mellor2007-03-275-79/+102
* Add auto-start and auto-stop functionality.Ewan Mellor2007-03-273-3/+39
* Use the new blkback sysfs statistics/{rd,wr}_sect to get a more accurateEwan Mellor2007-03-271-11/+5
* Fix typo in VDB_metrics_methods in XenAPITom Wilkie2007-03-271-1/+1
* Make xm sysrq work via XenAPI re: PAUSED state problemTom Wilkie2007-03-271-4/+5