aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* ia64: Fix libxenguest build after save/restore interface changes.Keir Fraser2007-04-061-2/+8
* Serialize string string maps.Ewan Mellor2007-04-051-0/+45
* [HVM] Save/restore: qemu-dm should calculate bitmap size from maximum gpfnTim Deegan2007-04-051-6/+2
* MergeTim Deegan2007-04-054-21/+9
|\
| * PV-on-HVM: Add new ioreq 'invalidate' for zapping ioemu-dm mapccahekfraser@localhost.localdomain2007-04-052-9/+6
| * Remove task.error_code -- it's redundant, as we can use the first element ofEwan Mellor2007-04-052-12/+3
* | [HVM] Save/restore: merge xc_linux_restore and xc_hvm_restoreTim Deegan2007-04-057-498/+277
|/
* Remove unimplemented host.set_sched_policy.Ewan Mellor2007-04-041-2/+0
* Expose the method-listing call as host.list_methods.Ewan Mellor2007-04-045-11/+71
* Remove docs and bindings for unimplemented VDI.resize and VDI.snapshot.Ewan Mellor2007-04-043-51/+1
* Send INTERNAL_ERROR rather than ERROR_TODO if device creation fails.Ewan Mellor2007-04-041-6/+6
* Remove docs and bindings for unimplemented SR.{create,destroy,clone}.Ewan Mellor2007-04-049-134/+229
* hvm: x86 ioemu-dm does not need a memory-size parameter on the command line.kfraser@localhost.localdomain2007-04-043-14/+11
* hvm ioemu x86: Avoid assumptions about memory map.kfraser@localhost.localdomain2007-04-041-44/+34
* Clean up save/restore state record handling. No need for Python tokfraser@localhost.localdomain2007-04-046-40/+27
* hvm: Lazy memory allocation during HVM restore. General cleanup andkfraser@localhost.localdomain2007-04-048-356/+323
* Remove hvm_drain_io() hypercall, simplify qemu main loop and do notkfraser@localhost.localdomain2007-04-044-70/+15
* [hvm] Keep track of time offset between domain time and dom0 time.Christian Limpach2007-04-039-3/+132
* 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