aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of typos.kaf24@firebug.cl.cam.ac.uk2006-04-101-1/+1
* Fix push/pop usage in tools/ioemu for x86/64.kaf24@firebug.cl.cam.ac.uk2006-04-101-1/+7
* If the 'cdrom=' option is specified in the definition file but media is kaf24@firebug.cl.cam.ac.uk2006-04-101-2/+11
* build: Clean up use of .PHONYkaf24@firebug.cl.cam.ac.uk2006-04-1054-27/+255
|\
| * Merged.emellor@leeni.uk.xensource.com2006-04-104-11/+54
| |\
| * | Initialise offsetopt when offset == 0. Closes bug #599.emellor@leeni.uk.xensource.com2006-04-101-1/+4
| * | Fix call to server, using new XendClient syntax.emellor@leeni.uk.xensource.com2006-04-101-1/+1
* | | build: Clean pygrub's a.outkaf24@firebug.cl.cam.ac.uk2006-04-101-1/+1
| |/ |/|
* | fix bug #609 - error: PIC register `bx' clobbered in `asm'vhanquez@kneesa.uk.xensource.com2006-04-101-2/+2
* | I used the wrong operator in a couple places for putting together someemellor@leeni.uk.xensource.com2006-04-101-4/+4
* | Additional sanity / compatability checks during guest build. smh22@firebug.cl.cam.ac.uk2006-04-072-5/+48
|/
* Merged.emellor@leeni.uk.xensource.com2006-04-079-28/+85
|\
| * Merge. smh22@firebug.cl.cam.ac.uk2006-04-062-0/+2
| |\
| | * This adds proper cleanup in case of a failure.emellor@leeni.uk.xensource.com2006-04-062-0/+2
| * | Make root page table sanity check on restore more generic. smh22@firebug.cl.cam.ac.uk2006-04-061-8/+4
| |/
| * Add code to make handling domain poweroff/reboot symmetrical betweenkaf24@firebug.cl.cam.ac.uk2006-04-064-13/+78
| * Fix the example xend init.d script so it correctly detects when it is runningapeace@paploo.uk.xensource.com2006-04-061-1/+1
| * Remove some unnecessary code from the vTPM hotplug scripts.kaf24@firebug.cl.cam.ac.uk2006-04-061-6/+0
* | Factor out the parsing of XAUTHORITY, so that it can be used by the unit test,emellor@leeni.uk.xensource.com2006-04-062-8/+20
* | Fix test to match change to DCE formatting of UUIDs.emellor@leeni.uk.xensource.com2006-04-061-2/+2
|/
* Merged.emellor@leeni.uk.xensource.com2006-04-062-3/+6
|\
| * gdbserver readme update.kaf24@firebug.cl.cam.ac.uk2006-04-051-3/+4
| * Define Xen interface version for tools build.kaf24@firebug.cl.cam.ac.uk2006-04-051-0/+2
* | Further workarounds for the broken string marshalling in xmlrpclib. Regardlessemellor@leeni.uk.xensource.com2006-04-061-8/+34
|/
* Workaround bug in xmlrpclib's string escaping. That library outputs invalidemellor@leeni.uk.xensource.com2006-04-041-0/+11
* Merged.emellor@leeni.uk.xensource.com2006-04-031-1/+1
|\
| * Fix cpus string parsing, wrt use of ^ to remove elements.emellor@leeni.uk.xensource.com2006-04-031-1/+1
* | Lookup backend by name _or_id_. This is important for domain 0, for example!emellor@leeni.uk.xensource.com2006-04-031-1/+1
|/
* Improve pygrub error reporting when opening ext2 fs is not possiblemip@xencore04.1virtual.net2006-04-031-2/+9
* Allow a domain other than Domain-0 to be a backend.tkuik@tkuik-lnx2.cisco.com2006-04-031-1/+12
* Remove some dead code from the consoled client.kaf24@firebug.cl.cam.ac.uk2006-04-031-9/+2
* This patch fixes several issues related to vmxassist:kaf24@firebug.cl.cam.ac.uk2006-04-015-46/+63
* When dom0 fails to balloon enough memory to allow a new domain to start,kaf24@firebug.cl.cam.ac.uk2006-04-011-1/+1
* Fix makefiles for hvmloader and vmxassist for FC5 on x86_64kaf24@firebug.cl.cam.ac.uk2006-04-012-4/+4
* Plumb network vif credit-based rate limiting thorugh xenbuskaf24@firebug.cl.cam.ac.uk2006-03-312-3/+89
* Currently, xm & xend allow an XAUTHORITY to be specified in the configkaf24@firebug.cl.cam.ac.uk2006-03-311-1/+8
* Enable the setting and trapping of breakpoints for hvm guest.kaf24@firebug.cl.cam.ac.uk2006-03-312-2/+41
* Better formatting of error messages for xmlrpclib.Faults, matching similar codeemellor@leeni.uk.xensource.com2006-03-311-0/+13
* Print error messages to stderr. Remove unused handle_xend_error.emellor@leeni.uk.xensource.com2006-03-311-14/+3
* Set the permissions correctly on the XML-RPC UDP socket, so that non-root usersemellor@leeni.uk.xensource.com2006-03-312-7/+10
* Further attempts to recover from a corrupt store, this one triggered when aemellor@leeni.uk.xensource.com2006-03-311-0/+1
* Don't use abbreviated ip subcommands -- these are not accepted by iproute2.emellor@leeni.uk.xensource.com2006-03-312-3/+10
* Merged.emellor@leeni.uk.xensource.com2006-03-303-94/+135
|\
| * The attached trivial patch fixes cases where a block device is mountedkaf24@firebug.cl.cam.ac.uk2006-03-301-1/+1
| * More fixes to gdbserver for HVM guest debugging. Also fixkaf24@firebug.cl.cam.ac.uk2006-03-302-93/+134
* | Added medium-length (around 20 minute run-time) test group.emellor@leeni.uk.xensource.com2006-03-302-1/+28
|/
* Merged.emellor@leeni.uk.xensource.com2006-03-301-12/+24
|\
| * Fix xenconsoled when sending lots of console data to a domU.kaf24@firebug.cl.cam.ac.uk2006-03-301-12/+24
* | Check the return value of domain_lookup_by_name_or_id_nr for None (i.e. noemellor@leeni.uk.xensource.com2006-03-301-5/+26
* | Fix the ProtocolError seen when the server throws an exception and runningemellor@leeni.uk.xensource.com2006-03-301-6/+9
|/