aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Rename xm commands and cleanup of the "bogus" argument code.cl349@firebug.cl.cam.ac.uk2005-09-141-47/+52
* Fix xc_domain_memory_decrease_reservation().kaf24@firebug.cl.cam.ac.uk2005-09-141-16/+19
* Add methods to read/write Vm/Domain store entries.cl349@firebug.cl.cam.ac.uk2005-09-141-21/+37
* Move name back into main domain dir.cl349@firebug.cl.cam.ac.uk2005-09-141-2/+5
* Move id back into main domain dir and rename to domid.cl349@firebug.cl.cam.ac.uk2005-09-149-124/+124
* merge?cl349@firebug.cl.cam.ac.uk2005-09-144-21/+40
|\
| * Add some sanity check when creating 3-level 1:1 page tablekaf24@firebug.cl.cam.ac.uk2005-09-141-8/+22
| * Clear pending interrupt on shared page when pic initializedkaf24@firebug.cl.cam.ac.uk2005-09-141-11/+16
| * Get rid of anonymous unions in public header files.kaf24@firebug.cl.cam.ac.uk2005-09-142-2/+2
* | Move uuid back into main domain dir.cl349@firebug.cl.cam.ac.uk2005-09-143-3/+4
|/
* Call dominfo.device_delete instead of non-existant dominfo.device_destroy.cl349@firebug.cl.cam.ac.uk2005-09-141-1/+1
* Remove unsued domain_controller.h file.kaf24@firebug.cl.cam.ac.uk2005-09-144-7/+0
* mem-map.sxp and vmxloader are unaffected by a 64-bit build,kaf24@firebug.cl.cam.ac.uk2005-09-143-10/+16
* Fix xenstored watch crash.cl349@firebug.cl.cam.ac.uk2005-09-143-7/+24
* Don't return failure when trying to delete a non-existent node.cl349@firebug.cl.cam.ac.uk2005-09-131-1/+1
* Don't fail readDB on empty dirs.cl349@firebug.cl.cam.ac.uk2005-09-131-3/+5
* Switch shutdown and sysrq to xstransact.cl349@firebug.cl.cam.ac.uk2005-09-131-9/+3
* Switch memory target handling to use xstransact.cl349@firebug.cl.cam.ac.uk2005-09-132-13/+10
* g/c introduceDomain and releaseDomain bindings in xsnode and xsobj.cl349@firebug.cl.cam.ac.uk2005-09-132-42/+0
* Switch vcpu hotplugging to use xstransact.cl349@firebug.cl.cam.ac.uk2005-09-131-25/+14
* Fix domain list build/cleanup code with xend subdirectory.cl349@firebug.cl.cam.ac.uk2005-09-131-3/+9
* IntroduceDomain of dom0 can fail when it's already connected.cl349@firebug.cl.cam.ac.uk2005-09-131-1/+9
* Fix error handling code paths.cl349@firebug.cl.cam.ac.uk2005-09-131-4/+8
* merge?cl349@firebug.cl.cam.ac.uk2005-09-131-6/+6
|\
| * merge?cl349@firebug.cl.cam.ac.uk2005-09-131-5/+6
| |\
| | * Fix imports.emellor@ewan2005-09-131-5/+6
* | | merge?cl349@firebug.cl.cam.ac.uk2005-09-1311-110/+388
|\| |
| * | merge?cl349@firebug.cl.cam.ac.uk2005-09-138-104/+378
| |\|
| | * Fix the check that the argument count is even, for xenstore_write.emellor@ewan2005-09-131-1/+1
| | * Added isDevControllerClass so that XendDomainInfo does not need to store the ...ewan@linford.intra2005-09-131-0/+7
| | * Removed {add,get}_{config,device}_handler in favour of using a simple diction...ewan@linford.intra2005-09-131-90/+49
| | * Added .PHONY target so that make works from the tools/python directory (it wa...ewan@linford.intra2005-09-131-1/+2
| | * "Added."ewan@linford.intra2005-09-114-12/+319
| * | This trivial patch makes sure that mem-map.sxp and the qemu bitskaf24@firebug.cl.cam.ac.uk2005-09-133-6/+10
* | | Store dom0 store ring-ref in store.cl349@firebug.cl.cam.ac.uk2005-09-131-6/+8
* | | Switch to IntroduceDomain, move xend info into xend subdirectory in store.cl349@firebug.cl.cam.ac.uk2005-09-134-84/+71
* | | Move xshandle to xsutil.py, add IntroduceDomain, fix list to handle empty/non...cl349@firebug.cl.cam.ac.uk2005-09-132-10/+26
* | | Change read and list to return None if key/dir doesn't exist.cl349@firebug.cl.cam.ac.uk2005-09-131-3/+14
|/ /
* | Fixed consoled race condition.cl349@firebug.cl.cam.ac.uk2005-09-131-1/+3
* | Fix up testsuite from recent changes.cl349@firebug.cl.cam.ac.uk2005-09-139-47/+78
* | Always allow overriding where clients connect through XENSTORED_PATH.cl349@firebug.cl.cam.ac.uk2005-09-122-9/+40
* | Change xenbus_dev interface from ioctl to read/write.cl349@firebug.cl.cam.ac.uk2005-09-122-58/+5
* | Add xenstore-list and xenstore-exists clientscl349@firebug.cl.cam.ac.uk2005-09-122-8/+31
* | Check the return value of chdir(2) and write(2).cl349@firebug.cl.cam.ac.uk2005-09-121-2/+4
* | merge?cl349@firebug.cl.cam.ac.uk2005-09-128-74/+712
|\ \
| * | This patch remove the L2 pin for 1:1 page table on control panel.kaf24@firebug.cl.cam.ac.uk2005-09-121-9/+0
| * | The last vnet patch was missing some files that had been addedkaf24@firebug.cl.cam.ac.uk2005-09-126-0/+618
| * | Re-indent xc_linux_restore, and add code to force PAEkaf24@firebug.cl.cam.ac.uk2005-09-121-65/+94
* | | Switch vtpm device setup/teardown over to xstransact.cl349@firebug.cl.cam.ac.uk2005-09-121-23/+15
* | | Switch block device setup/teardown over to xstransact.cl349@firebug.cl.cam.ac.uk2005-09-121-23/+17