aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Remove import of xen.lowlevel.xc, left over from when ballooning was done hereemellor@leeni.uk.xensource.com2006-03-211-3/+1
* Protect cleanupDomain with the refresh_shutdown_lock. This stops the deviceemellor@leeni.uk.xensource.com2006-03-211-20/+26
* Increase timeout while waiting for console/tty node to appear in the store:emellor@leeni.uk.xensource.com2006-03-211-1/+1
* Break out common parts of vtpm tests into new vtpm_utils library.emellor@leeni.uk.xensource.com2006-03-215-43/+23
* Stop the domain at the end of the test.emellor@leeni.uk.xensource.com2006-03-211-0/+2
* Added -u flag (unsafe) to runtest.sh, to skip the sanity checks. This improvesemellor@leeni.uk.xensource.com2006-03-211-6/+18
* The current ptrace code is traversing the page table structures tokaf24@firebug.cl.cam.ac.uk2006-03-211-26/+30
* Put 03_vtpm-susp_res.py in its rightful place.emellor@leeni.uk.xensource.com2006-03-211-0/+120
* Test suspend and resume cycles of the TPM front- and backend.emellor@leeni.uk.xensource.com2006-03-213-23/+18
* Add an option to xmtest to report results to an alternative results repository.pl@us.ibm.com2006-03-212-18/+20
* Make sure the check to see if device is in use doesn't happen. We needstekloff@elm3b49.beaverton.ibm.com2006-03-211-1/+1
* Remove obsolete startNow() method from XmTestDomain object.stekloff@elm3b49.beaverton.ibm.com2006-03-213-24/+12
* Add mounting /sys for 2.6 xm-test images.stekloff@dyn9047022152.beaverton.ibm.com2006-03-212-1/+8
* Patch to correct inconsistencies of xm-test reporting.root@dyn9047022116.beaverton.ibm.com2006-03-211-0/+5
* Fix a protocol violation in the pcnet emulation. Tested on at leastkaf24@firebug.cl.cam.ac.uk2006-03-201-14/+19
* Merged.emellor@leeni.uk.xensource.com2006-03-205-51/+88
|\
| * Fix VMX guest can not be created on PAE xen with more than 4G RAM.kaf24@firebug.cl.cam.ac.uk2006-03-191-44/+42
| * Add back hvm guest apm support and fixed the original apm issues tokaf24@firebug.cl.cam.ac.uk2006-03-192-3/+38
| * mergeawilliam@xenbuild.aw2006-03-1713-342/+441
| |\
| * | [IA64] VT-i Domains should use same hvm builder as VT-xawilliam@xenbuild.aw2006-03-171-2/+2
| * | mergeawilliam@xenbuild.aw2006-03-1496-628/+2117
| |\ \
| * | | [IA64] fix print out in ia64 setup_guest()awilliam@xenbuild.aw2006-03-101-2/+6
* | | | Remove unused, broken, redundant and undocumented option xm create -L.emellor@leeni.uk.xensource.com2006-03-201-9/+1
| |_|/ |/| |
* | | Fix the gzip size extraction in xc_inflate_buffer(). Extractkaf24@firebug.cl.cam.ac.uk2006-03-171-4/+5
* | | Declare inline function as 'static inline', not 'extern inline'.kaf24@firebug.cl.cam.ac.uk2006-03-171-1/+1
* | | Add Summagraphics Tablet emulation for VNC users. The current PS/2 emulationkaf24@firebug.cl.cam.ac.uk2006-03-167-317/+283
* | | Change the VNC main input loop delay from 1 second down to 10kaf24@firebug.cl.cam.ac.uk2006-03-161-2/+2
* | | Add a shadow VRAM to track changes to the real VRAM. When the guestkaf24@firebug.cl.cam.ac.uk2006-03-163-4/+122