aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Changes check for "udev", so that it works on debian sid (that does notemellor@leeni.uk.xensource.com2005-11-211-1/+3
* Update the memory_op() hypercall. Add two new subcommands, tokaf24@firebug.cl.cam.ac.uk2005-11-212-13/+1
* Fix 'belt + braces' check in xc_linux_save and improve error handling smh22@firebug.cl.cam.ac.uk2005-11-212-2/+16
* Replace initialiser for readonly parameter in xshandle_init that should neveremellor@leeni.uk.xensource.com2005-11-211-1/+1
* Merged.emellor@leeni.uk.xensource.com2005-11-213-3/+19
|\
| * Merge with xen-ia64-unstable.hg.kaf24@firebug.cl.cam.ac.uk2005-11-205-41/+67
| |\
| | * Small build fix to Python xenstore interface library.kaf24@firebug.cl.cam.ac.uk2005-11-201-1/+1
| * | Recode usage of FPSR_DEFAULT due to strange double declarationdjm@kirby.fc.hp.com2005-11-192-2/+18
| * | Mergedjm@kirby.fc.hp.com2005-11-18123-1314/+4463
| |\ \
* | | | Removed, now unused.emellor@leeni.uk.xensource.com2005-11-211-42/+0
* | | | Append the new device config to our internal structure, in device_create. Thisemellor@leeni.uk.xensource.com2005-11-211-1/+1
* | | | Catch RuntimeError inside initDomain, for better handling of out-of-memory, etc.emellor@leeni.uk.xensource.com2005-11-211-20/+24
* | | | Remove last remaining use of scheduler.py, so we can remove the whole module.emellor@leeni.uk.xensource.com2005-11-211-1/+0
* | | | Downgrade debug message to level "trace".emellor@leeni.uk.xensource.com2005-11-211-1/+1
* | | | Added another test. Fix the existing tests to close the written config fileemellor@leeni.uk.xensource.com2005-11-211-40/+88
* | | | Added reset method to Opts so that create.parseCommandLine can be used more thanemellor@leeni.uk.xensource.com2005-11-212-24/+40
* | | | Remove whole piles of cruft from the connection layer. The only thing that wasemellor@leeni.uk.xensource.com2005-11-215-294/+41
* | | | Added method so that SrvDaemon can be run in the foreground without all theemellor@leeni.uk.xensource.com2005-11-211-0/+22
* | | | Fix typo, and failure to unpack singleton tuple correctly.emellor@leeni.uk.xensource.com2005-11-211-2/+1
* | | | Added unit test for the DevController subclasses.emellor@leeni.uk.xensource.com2005-11-213-0/+83
* | | | Change the module registration declarations and change the object creation andemellor@leeni.uk.xensource.com2005-11-212-63/+98
* | | | Remove all unnecessary uses of keyword arguments, to reduce complexity. Inemellor@leeni.uk.xensource.com2005-11-211-196/+129
| |_|/ |/| |
* | | Enable the Xen hypervisor ACM security policy to be determined at bootkaf24@firebug.cl.cam.ac.uk2005-11-192-9/+11
* | | This patch is to fix a few performance "bugs" in the xenmon.py script. kaf24@firebug.cl.cam.ac.uk2005-11-191-28/+55
* | | Revert 04a7decd0645b23f1f398340e927eb191f0e754d since it's not needed.cl349@firebug.cl.cam.ac.uk2005-11-191-3/+0
| |/ |/|
* | Fix support for sxp domain configuration files.cl349@firebug.cl.cam.ac.uk2005-11-191-0/+3
* | The xentrace_format script doesn't work on x86/64. Python pads the input kaf24@firebug.cl.cam.ac.uk2005-11-181-2/+9
* | Merged.emellor@leeni.uk.xensource.com2005-11-183-267/+248
|\ \
| * \ Merged.emellor@leeni.uk.xensource.com2005-11-1814-88/+362
| |\ \
| * | | Remove barbaric abuse of goto out of one nested block and into a previous one.emellor@leeni.uk.xensource.com2005-11-181-15/+15
| * | | Initialise the request ID in xs_talkv, to silence valgrind. We're not actuallyemellor@leeni.uk.xensource.com2005-11-171-0/+1
| * | | Simplify the logic of each of the functions here, removing the many bizarreemellor@leeni.uk.xensource.com2005-11-171-252/+232
* | | | Remove one further reference to network_limit_help that I missed when merging.emellor@leeni.uk.xensource.com2005-11-181-1/+0
| |/ / |/| |
* | | Merged.emellor@leeni.uk.xensource.com2005-11-181-0/+5
|\ \ \
| * | | Disable live relocation for PAE and x86/64. Currently it cankaf24@firebug.cl.cam.ac.uk2005-11-181-0/+5
* | | | From Ken Grant: Add per command help / make help match new man pages.emellor@leeni.uk.xensource.com2005-11-181-73/+162
|/ / /
* | | Make test 15_create_smallmem pass mem=16M on the kernel command line.dan@guaranine.beaverton.ibm.com2005-11-181-1/+2
* | | Added a test to verify that devices come and go from block-listdan@guaranine.beaverton.ibm.com2005-11-182-1/+68
* | | Add hping to the ramdisk. Also, do some very simple versioning.dan@localhost.localdomain2005-11-188-12/+124
* | | Set up fully-virtualised RTC time zone default to localkaf24@firebug.cl.cam.ac.uk2005-11-181-1/+1
|/ /
* | Merged.emellor@leeni.uk.xensource.com2005-11-175-51/+80
|\ \
| * \ Merged.emellor@leeni.uk.xensource.com2005-11-171-10/+11
| |\ \
| | * | Fix pinning logic on restore. smh22@firebug.cl.cam.ac.uk2005-11-171-10/+11
| * | | Updates to the xm-test README file.dan@guaranine.beaverton.ibm.com2005-11-171-33/+49
| * | | Update 01_pause_basic test for new console behavior.dan@guaranine.beaverton.ibm.com2005-11-171-4/+1
| * | | Make test 04_memset detect bug #380 and restart the console daemon.dan@guaranine.beaverton.ibm.com2005-11-172-4/+19
| |/ /
* / / Correct buffer->size at the same time as buffer->capacity when shrinking down aemellor@leeni.uk.xensource.com2005-11-171-1/+1
|/ /
* | Merged.emellor@leeni.uk.xensource.com2005-11-1611-190/+361
|\ \
| * | One more try...smh22@firebug.cl.cam.ac.uk2005-11-161-1/+1
| * | Fix annoying error introduced during cleanup. Oops. smh22@firebug.cl.cam.ac.uk2005-11-161-1/+1