aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* Added getDeviceSxprs, to support xm block-list.emellor@ewan2005-09-271-7/+15
* Added sxprs, for xm block-list.emellor@ewan2005-09-271-3/+22
* Added behaviour to list() to list the transaction's path if no arguments areemellor@ewan2005-09-271-3/+31
* merge?kaf24@firebug.cl.cam.ac.uk2005-09-271-0/+4
|\
| * This patch adds a quick check to 'xm restore' that checks theemellor@ewan2005-09-271-0/+4
* | This patch adds "wbinvd" instruction emulation for vm86 mode.kaf24@firebug.cl.cam.ac.uk2005-09-271-0/+3
|/
* This patch adds a quick check in "xm save" to make sure the path givenemellor@ewan2005-09-271-0/+4
* This patch cleans up some of the argument usage in PrettyPrint.py toemellor@ewan2005-09-271-7/+7
* Remove DBMap etc from XendDomainInfo, moving the handling of the domain rootemellor@ewan2005-09-272-29/+11
* Remove the domain and VM paths from the store when destroying a domain. Thisemellor@ewan2005-09-271-1/+11
* Merge.emellor@ewan2005-09-272-7/+16
|\
| * xenstore fires @releaseDomain both when a domain shutskaf24@firebug.cl.cam.ac.uk2005-09-262-7/+16
* | Detangle the restart/reboot/halt/save/restore code. There is now one pointemellor@ewan2005-09-272-403/+353
* | Use constant in XendDomainInfo rather than embedding a string literal.emellor@ewan2005-09-271-1/+5
* | Added missing import socket statement.emellor@ewan2005-09-271-0/+1
|/
* Add helper method XendDomain.callInfo that stubs through into XendDomainInfo.emellor@ewan2005-09-242-81/+60
* Merge.emellor@ewan2005-09-241-0/+10
|\
| * Add an install-time check for hotplug.kaf24@firebug.cl.cam.ac.uk2005-09-231-0/+10
* | Added default value for ssidref -- 0.emellor@ewan2005-09-241-0/+1
* | Move ImageHandler registration into image.py from XendDomainInfo.py. Moveemellor@ewan2005-09-242-68/+44
|/
* Removed unused Blkctl.py. The functionality here has been taken over by theemellor@ewan2005-09-231-43/+0
* Merged.emellor@ewan2005-09-231-15/+18
|\
| * Make PAE defs in xg_private.h usable in both 32- andkaf24@firebug.cl.cam.ac.uk2005-09-231-15/+18
* | Merge the duplicated code for create, destroy, migrate, sysrq, and shutdownemellor@ewan2005-09-231-55/+21
* | Neaten the configuration parsing code. Add a self parameter toemellor@ewan2005-09-231-6/+9
* | Move ImageHandler.create call to initDomain, after the call to xc.domain_create.emellor@ewan2005-09-231-8/+9
* | Remove unused XendDB.py.emellor@ewan2005-09-231-127/+0
* | Remove unused tempfile.py. Even if anyone were using it, they shouldn't be --emellor@ewan2005-09-231-451/+0
* | Fix call with missing parameters.emellor@ewan2005-09-231-1/+1
|/
* Add check for speed (takes 33 minutes on my laptop, OUCH!)emellor@ewan2005-09-238-101/+66
* Make xenstored use tdb, transactions can soft-fail (EAGAIN)Rusty Russell2005-09-2325-1147/+3058
* Add check for speed (takes 33 minutes on my laptop, OUCH!)Rusty Russell2005-09-232-0/+135
* Add VGA acceleration support for cirrus logic device modelkaf24@firebug.cl.cam.ac.uk2005-09-236-24/+284
* Clean up xc_vmx_build():kaf24@firebug.cl.cam.ac.uk2005-09-2311-645/+191
* Move variable initialisation out of import section. Remove obsolete saveemellor@ewan2005-09-222-7/+13
* Rename XendDomainInfo and DevController.getDomain to getDomid.emellor@ewan2005-09-225-53/+53
* Move initDomain out of image.py and into XendDomainInfo. The only thing thatemellor@ewan2005-09-222-55/+41
* Added diagnostic message when RuntimeError is raised inside XenStore.exists.emellor@ewan2005-09-221-1/+3
* Merged.emellor@ewan2005-09-221-0/+7
|\
* | A number of changes to get save-restore working again:emellor@ewan2005-09-222-15/+18
|/
* This patch adds a check in xend that prevents a user from trying toemellor@ewan2005-09-221-2/+7
* VMX guest memory calculation in python code is corrupted by changesetemellor@ewan2005-09-221-2/+14
* this patch fixes the bug that when "cpu" is not set in config file,emellor@ewan2005-09-221-0/+2
* This fixes the "make check" feature of xenstore to properly compile withkaf24@firebug.cl.cam.ac.uk2005-09-221-9/+12
* Merge.emellor@ewan2005-09-219-4/+520
|\
| * Some cleanup in tpm-related files.kaf24@firebug.cl.cam.ac.uk2005-09-211-1/+1
| * Parse vcpus for VMX guest.kaf24@firebug.cl.cam.ac.uk2005-09-215-2/+17
| * Fix .hgignore and add missing vtpm patch file.kaf24@firebug.cl.cam.ac.uk2005-09-211-0/+499
| * The vmx guest loading is broken from 6925 because of the newkaf24@firebug.cl.cam.ac.uk2005-09-201-1/+1
* | Split the configuration file parsing and xc dominfo parsing aspects ofemellor@ewan2005-09-213-373/+452