aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Remove vcpu_avail from the public S-Expression that's passed over the wire.anthony@rhesis.austin.ibm.com2006-03-291-4/+17
* Merged.emellor@leeni.uk.xensource.com2006-03-2815-344/+359
|\
| * Fix 64-bit HVM guest debug via gdbserver:kaf24@firebug.cl.cam.ac.uk2006-03-264-14/+156
| * The attached patch to the qemu emulation of the pcnet hardware fixeskaf24@firebug.cl.cam.ac.uk2006-03-262-296/+178
| * Fix bug 515 by adding a global lock around the hotplug scripts in the non-ude...harry@localhost.localdomain2006-03-241-0/+6
| * 1) Introduce new exception type XendInvalidDomain that maps to the high levelanthony@rhesis.austin.ibm.com2006-03-243-28/+12
| * Create /var/xen/dump/ during tools installation, or core fileskaf24@firebug.cl.cam.ac.uk2006-03-241-0/+1
| * This patch is mainly a cleanup of vmx related xentrace code. One minorkaf24@firebug.cl.cam.ac.uk2006-03-243-4/+4
| * Update gdb documentationkaf24@firebug.cl.cam.ac.uk2006-03-241-2/+2
* | Mention uClibc and buildroot configs.emellor@leeni.uk.xensource.com2006-03-281-9/+12
* | Added README for the XenSource-hosted initrd.emellor@leeni.uk.xensource.com2006-03-281-0/+39
* | Download the initrd from xm-test.xensource.com, unless otherwise specified.emellor@leeni.uk.xensource.com2006-03-281-1/+2
* | Watch for @introduceDomain, for symmetry with the existing watch onemellor@leeni.uk.xensource.com2006-03-281-2/+3
* | Have TCPXMLRPCServer inherit from SocketServer.ThreadingMixIn. This allowsemellor@leeni.uk.xensource.com2006-03-281-1/+2
|/
* Remove unnecessary zlib includes.kaf24@firebug.cl.cam.ac.uk2006-03-232-2/+0
* Remove undefined XFAIL_TESTS variable.emellor@leeni.uk.xensource.com2006-03-231-1/+1
* Remove undefined XFAIL_TESTS variable.emellor@leeni.uk.xensource.com2006-03-231-1/+1
* Use *args inside FAIL and SKIP so that it is possible to call these functionsemellor@leeni.uk.xensource.com2006-03-231-4/+4
* Import the current version of talloc from the Samba 3 source base. This givesemellor@leeni.uk.xensource.com2006-03-234-133/+278
* Merged.emellor@leeni.uk.xensource.com2006-03-232-0/+1
* Improve error handling, in particular fixing the ProtocolError that is thrownemellor@leeni.uk.xensource.com2006-03-234-9/+38
* Added exception handler for ProtocolError.emellor@leeni.uk.xensource.com2006-03-231-0/+6
* Added example config entries for xend-tcp-xmlrpc-server andemellor@leeni.uk.xensource.com2006-03-232-4/+8
* Use the string Error: rather than Xend has generated an internal Fault:.emellor@leeni.uk.xensource.com2006-03-231-1/+1
* Removed unused handler parameter from UnixXMLRPCServer interface -- just passemellor@leeni.uk.xensource.com2006-03-232-5/+6
* Fix call to send_sysrq.emellor@leeni.uk.xensource.com2006-03-231-1/+1
* Use XML-RPC as a transport for Xend instead of S-Expression/HTTP.anthony@rhesis.austin.ibm.com2006-03-2312-510/+314
* Support late binding of PCI devices to the PCI backend driver inkaf24@firebug.cl.cam.ac.uk2006-03-231-4/+6
* Prevent a stray error message in the case that either DISTDIR orkaf24@firebug.cl.cam.ac.uk2006-03-211-2/+2
* The following patch adds support to vmxassist for SYSLINUX/ISOLINUX. Thiskaf24@firebug.cl.cam.ac.uk2006-03-214-108/+440
* The patch fixes a problem when testing for device /dev/tpm0. The APIemellor@leeni.uk.xensource.com2006-03-211-1/+1