aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Rename all the CVS directories to .CVS. We want to keep the references toemellor@leeni.uk.xensource.com2006-08-0132-0/+0
* [ACM] A wxPython GUI tool for sHype/ACM in Xen. It is used kfraser@localhost.localdomain2006-07-312-0/+1630
* [BLKTAP] Properly daemonise the blktap control daemon. Fixes bug #709.kfraser@localhost.localdomain2006-07-311-0/+33
* Add a transaction_started field in xenstored connection structure instead ofvhanquez@gwig.uk.xensource.com2006-07-313-7/+13
* Limit the number of opened transactions per connection to 5.vhanquez@gwig.uk.xensource.com2006-07-291-0/+10
* Add back changes lost from xen-ia64 cset 10570:8dc4af3f192cchris@kneesaa.uk.xensource.com2006-07-291-2/+2
* [XM] Print shorthelp of xm shutdown.kfraser@localhost.localdomain2006-07-281-1/+6
* [XEND] Better checking of shutdown of domain0.kfraser@localhost.localdomain2006-07-282-11/+6
* [LIBXC] Generic include of arch-specific sub-makefile.kfraser@localhost.localdomain2006-07-282-6/+5
* [PCI] Two policy files written in what is intended to be human-readable SXP.kfraser@localhost.localdomain2006-07-283-0/+125
* [PCI] xend parses the user-space PCI backend policy files and sendskfraser@localhost.localdomain2006-07-283-46/+193
* MErge with xenppc-unstable-merge.hgkfraser@localhost.localdomain2006-07-2829-478/+1360
|\
| * Merge with xen-ia64-unstable.hg.kfraser@localhost.localdomain2006-07-284-44/+52
| |\
| | * [qemu] Fix reads on unreported memory addresses.chris@kneesaa.uk.xensource.com2006-07-283-39/+47
| * | merge with xen-unstable.hgawilliam@xenbuild.aw2006-07-2720-162/+163
| |\|
| | * Remove unused definitions in xc_hvm_build.c.kfraser@localhost.localdomain2006-07-271-29/+3
| | * [qemu] Fix -net tap option when no ifname is specified.chris@kneesaa.uk.xensource.com2006-07-2717-145/+161
| * | [IA64][qemu] add changes lost from xen-ia64 cset 10570awilliam@xenbuild.aw2006-07-272-17/+17
| * | merge with xen-unstable.hg for tools/ioemu build fixawilliam@xenbuild.aw2006-07-262-39/+14
| |\ \
| * \ \ merge with xen-unstable.hgawilliam@xenbuild.aw2006-07-2625-191/+1620
| |\ \ \
| * | | | [IA64] live migrationawilliam@xenbuild.aw2006-07-262-42/+256
| * | | | [IA64] fix merge error with xen-unstable.hgawilliam@xenbuild.aw2006-07-251-0/+1
| * | | | merge with xen-unstable.hgawilliam@xenbuild.aw2006-07-25461-14184/+126029
| |\ \ \ \
| * | | | | [IA64] Save & restore.awilliam@xenbuild.aw2006-07-115-18/+618
| * | | | | [IA64] Creates tools/libxc/ia64 directory.awilliam@xenbuild.aw2006-07-116-249/+296
| * | | | | merge with xen-unstable.hgawilliam@xenbuild.aw2006-07-0538-203/+1397
| |\ \ \ \ \
| * | | | | | [IA64] Implement and use DOM0_DOMAIN_STEUP.awilliam@xenbuild.aw2006-07-053-38/+63
* | | | | | | [powerpc] domain building fixes for linux kexec modelJimi Xenidis2006-07-261-4/+10
| |_|_|_|_|/ |/| | | | |
* | | | | | [qemu] Add missing vga_bios_init call.chris@kneesaa.uk.xensource.com2006-07-272-2/+13
| |_|_|_|/ |/| | | |
* | | | | [qemu] Remove duplicate ia64 testandset implementation.chris@kneesaa.uk.xensource.com2006-07-262-39/+14
| |_|_|/ |/| | |
* | | | [qemu] Initialize vga from within qemu for when the bios doesn't do so.chris@kneesaa.uk.xensource.com2006-07-266-29/+301
* | | | [qemu] Add access to the monito vt over VNC.chris@kneesaa.uk.xensource.com2006-07-263-8/+190
* | | | [qemu] sync patches and add file missing from cset 10738:42aa63188a88chris@kneesaa.uk.xensource.com2006-07-265-25/+352
* | | | [qemu] Use domain-name in VNC window title.chris@kneesaa.uk.xensource.com2006-07-263-2/+31
* | | | [qemu] Re-calculate color_table after color depth reset.chris@kneesaa.uk.xensource.com2006-07-265-37/+55
* | | | IA64-specific code for new Qemuchris@kneesaa.uk.xensource.com2006-07-2611-24/+588
* | | | Remove unnecessary include of linux/compiler.h in libxenstat.kfraser@localhost.localdomain2006-07-261-1/+0
* | | | [qemu] Fix HVM guests with more than 2G RAM on x86_64,chris@kneesaa.uk.xensource.com2006-07-265-79/+106
* | | | Fix cirrus and rt8139 co-exist issue in new qemu-dm.chris@kneesaa.uk.xensource.com2006-07-262-48/+59
| |_|/ |/| |
* | | Add versioning info to xenstore library.kfraser@localhost.localdomain2006-07-251-5/+15
* | | Fix memory allocation for IA64 guest on Xen-unstable.hg with new Qemu. kfraser@localhost.localdomain2006-07-251-0/+3
* | | Make ioemu targets more robust and make ioemu clean always succeed.chris@kneesaa.uk.xensource.com2006-07-253-13/+23
* | | Fix domid range check in xenmon.kfraser@localhost.localdomain2006-07-251-5/+3
* | | When installing libblktap, symlinks should be made instead of usingkfraser@localhost.localdomain2006-07-251-2/+4
* | | The blktap commit reverted the change so that libxenstore getskfraser@localhost.localdomain2006-07-251-2/+2
* | | VTPM_TOOLS: Updated vtpm for new release of tpm_emulator 0.4, and setkfraser@localhost.localdomain2006-07-259-2869/+1136
* | | Fix 'make clean' when ioemu configuration failed.kfraser@localhost.localdomain2006-07-251-1/+3
* | | Spawn vncviewer from qemu-dm.chris@kneesaa.uk.xensource.com2006-07-148-32/+164
* | | Change the qemu to allow no network arguments, removing thechris@kneesaa.uk.xensource.com2006-07-146-54/+74
* | | lomount: Major rewrite: handle large files and GPT partition.kaf24@firebug.cl.cam.ac.uk2006-07-141-131/+265