aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* [POWERPC][TOOLS] fix header so libaio buildsJimi Xenidis2006-08-091-1/+5
* [POWERPC] merge with xen-unstable.hgHollis Blanchard2006-09-1830-114/+235
|\
| * This patch adds syntax checking for "xm block-attach" command.Ewan Mellor2006-09-141-1/+5
| * Show the usage message if invalid arguments are given to xm sysrq.Ewan Mellor2006-09-141-2/+3
| * [GDBSERVER] make gdbbuild exit on errorkaf24@firebug.cl.cam.ac.uk2006-09-131-0/+2
| * [CONSOLED] Shouldn't call domain_create_ring() for a domU which is shutting d...kaf24@firebug.cl.cam.ac.uk2006-09-131-4/+6
| * [TOOLS] Enhance Python version check for v2.5.kaf24@firebug.cl.cam.ac.uk2006-09-131-1/+1
| * merge with xen-unstable.hgawilliam@xenbuild.aw2006-09-1212-58/+65
| |\
| | * [XEND] Return an Internal Server Error via the Xend HTTP server.atse@norwich.uk.xensource.com2006-09-121-0/+1
| | * This patch fixes return codes for the acm-related Xen management scriptsSteven Hand2006-09-1211-58/+64
| * | [IA64][XEND] Fix getRequiredShadowMemory parametersawilliam@xenbuild.aw2006-09-101-1/+1
| |/
| * [XEND] balloon enough memory to enable shadow mode before live migration.aTim Deegan2006-09-082-0/+18
| * [BLKTAP] Fix in xend to properly destroy blktap devices when deviceClass=='tap'jchesterfield@dhcp92.uk.xensource.com2006-09-061-0/+9
| * Fix xm create -F. This can't be very widely used, because it looks like it'sEwan Mellor2006-09-051-0/+3
| * Added vmunused flag to unit test results to match recent change.Ewan Mellor2006-09-051-0/+4
| * Add missing import.Ewan Mellor2006-09-051-1/+1
| * This patch adds the argument check of "--ms_per_sample=" option. ForEwan Mellor2006-09-051-0/+3
| * This patch improves error message of xm console command.Ewan Mellor2006-09-051-1/+2
| * Fix inverted sense of getRequiredAvailableMemory andEwan Mellor2006-09-051-6/+6
| * [blktap] Fix block device getsize bug in qcow when backing_filename is a bloc...jchesterfield@dhcp92.uk.xensource.com2006-09-051-4/+25
| * Fix the memory reservation calculations. Introduce a new architecture-specificEwan Mellor2006-09-052-24/+58
| * The attached patch prevents a domain with an attached vTPM from doingEwan Mellor2006-09-052-0/+8
| * Tapdisk cleanup.Andrew Warfield2006-09-011-14/+9
| * [XENBUS] Introduce new "online" node for backend drivers.kaf24@firebug.cl.cam.ac.uk2006-09-011-1/+5
| * [TOOLS] xenctrl.h defines __XEN_TOOLS__ if it's not already.kaf24@firebug.cl.cam.ac.uk2006-08-312-2/+7
* | [LIBXC][POWERPC] Add missing xc_memory.chollisb@localhost2006-09-181-0/+42
* | [LIBXC][POWERPC] Update to latest flatdevtree snapshot.Hollis Blanchard2006-09-075-37/+873
* | [POWERPC] merge with xen-unstable.hghollisb@localhost2006-09-182-54/+115
|/
* Merge with xenppc-unstable-merge.hg.kaf24@firebug.cl.cam.ac.uk2006-08-305-44/+23
|\
| * Merge with xen-ia64-unstable.hgkaf24@firebug.cl.cam.ac.uk2006-08-3016-122/+589
| |\
| | * [XEN] Add a start_pfn field in xen_domctl_getmemlist.kaf24@firebug.cl.cam.ac.uk2006-08-301-11/+5
| | * [TOOLS] Fix gdbserver build.kaf24@firebug.cl.cam.ac.uk2006-08-301-2/+2
| * | merge with xen-unstable.hgawilliam@xenbuild.aw2006-08-295-0/+72
| |\ \
| * \ \ merge with xen-unstable.hgawilliam@xenbuild.aw2006-08-2819-60/+124
| |\ \ \
| * \ \ \ merge with xen-unstable.hgawilliam@xenbuild.aw2006-08-2754-4157/+1574
| |\ \ \ \
| * | | | | [IA64] Modify xc_ia64_hvm_build for using the new Xen event channelsawilliam@xenbuild.aw2006-08-231-13/+0
| * | | | | [IA64] update xc_shadow_control call with new parametersawilliam@xenbuild.aw2006-08-231-1/+1
| * | | | | merge with xen-unstable.hgawilliam@xenbuild.aw2006-08-23104-775/+2729
| |\ \ \ \ \
| * | | | | | [IA64] update xmexample.vtiawilliam@xenbuild.aw2006-08-141-17/+15
* | | | | | | [POWERPC] merge with xen-unstable.hgHollis Blanchard2006-08-3014-109/+582
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Fix fix :-)Steven Hand2006-08-301-1/+1
| * | | | | | Fix hard tabs.Steven Hand2006-08-303-5/+5
| * | | | | | Block IO safety patch for live migration. Xend checks that VBDs are destroyed...jchesterfield@dhcp92.uk.xensource.com2006-08-303-3/+21
| * | | | | | Further shadow_mem_control fixes -- we need to balloon the amount of memoryEwan Mellor2006-08-301-3/+3
| * | | | | | Shadow memory should be in MiB, not KiB. It also needs rounding up to be safe.Ewan Mellor2006-08-301-1/+2
| * | | | | | Fix reboot and reconfigure of HVM guests when they are configured with anEwan Mellor2006-08-302-5/+13
| * | | | | | Added an entry to arch._types for x86_64.Ewan Mellor2006-08-301-0/+1
| * | | | | | Fix typo.Andrew Warfield2006-08-291-1/+1
| * | | | | | mergeAndrew Warfield2006-08-297-85/+502
| |\ \ \ \ \ \
| | * | | | | | [XEND] abstract architecture-specific bits in image.pyEwan Mellor2006-08-294-73/+452