aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenctl
Commit message (Collapse)AuthorAgeFilesLines
* bitkeeper revision 1.1010.1.10 (40dfd40bszbCgYF9OJJKWOo1n7X8hw)mjw@wray-m-3.hpl.hp.com2004-06-287-1624/+0
| | | | | Rename xenctl, move things around.
* bitkeeper revision 1.972 (40d139b2Pih8HslUqkfo5Phz7g0NTg)iap10@labyrinth.cl.cam.ac.uk2004-06-172-945/+1
|\ | | | | | | | | | | Merge ssh://xenbk@gandalf.hpl.hp.com//var/bk/xeno-unstable.bk into labyrinth.cl.cam.ac.uk:/auto/groups/xeno/BK/xeno.bk
| * bitkeeper revision 1.959.1.5 (40d04b7b7MkMcLlaSNJov9qsPAZ9tg)mjw@wray-m-3.hpl.hp.com2004-06-162-945/+1
| | | | | | | | | | Remove vdisk code.
* | bitkeeper revision 1.966 (40cec889hzjAMdErHaMrJdcsACzvyw)iap10@labyrinth.cl.cam.ac.uk2004-06-151-27/+15
|\| | | | | | | | | manual merge
| * bitkeeper revision 1.959.1.2 (40cec47bY9QNauJ8KR9IhT-ZdJCb-A)mjw@wray-m-3.hpl.hp.com2004-06-151-24/+42
| | | | | | | | | | | | Fix domain start problem for dom create - id was an int. Make IP default adressing tolerate eth0 not having an address.
* | bitkeeper revision 1.963 (40cdc6e7KtOV36mP1pWf4c8GN636Pw)iap10@labyrinth.cl.cam.ac.uk2004-06-141-3/+33
| | | | | | | | | | readline re-fix
* | bitkeeper revision 1.962 (40cd9f1f2QxKhNFa2ms5ieF5zvkihQ)iap10@labyrinth.cl.cam.ac.uk2004-06-142-29/+19
|/ | | | | | | backwards compatibility with exisiting config files : xenctl.utils -> xenctl.ip fix readlines breakage temporailly disable vdisk support to avoid sqlite depnedancy
* bitkeeper revision 1.955.1.2 (40c9fa70tPu0dbYE7l64lI-VfVdUYQ)kaf24@scramble.cl.cam.ac.uk2004-06-113-1/+1040
|\ | | | | | | | | | | Merge scramble.cl.cam.ac.uk:/auto/groups/xeno/BK/xeno.bk into scramble.cl.cam.ac.uk:/local/scratch/kaf24/var/bk/xeno-unstable.bk
| * bitkeeper revision 1.946.1.3 (40c9c475sJLMEuc6TqUt-bX6hVFOpQ)mjw@wray-m-3.hpl.hp.com2004-06-113-1/+1040
| | | | | | | | | | Add source tree for the management utils.
* | bitkeeper revision 1.950 (40c86066TdQwTUVQtZ0q0py10MTUgg)kaf24@scramble.cl.cam.ac.uk2004-06-101-58/+0
|/ | | | | Removed old I/O world and cleaned up.
* bitkeeper revision 1.891.1.5 (409ba2e8A6F60eP06BqyZUGapsn8XA)kaf24@scramble.cl.cam.ac.uk2004-05-071-6/+4
| | | | | Network interface for new IO model is now completed.
* bitkeeper revision 1.875 (40880cc61MwJ9kqSeEq4GyGu66mQEg)kaf24@scramble.cl.cam.ac.uk2004-04-221-3/+0
| | | | | Consoel fixes and more work on blkdev backend.
* bitkeeper revision 1.819 (405ff597IZG6ZJZ_KUXF4rm3sEo57A)kaf24@scramble.cl.cam.ac.uk2004-03-231-2/+2
| | | | | | | | | | console_client.py, xencons, Makefile, Console-HOWTO.txt: Console and controller modifications. xend: new file xendomains: Rename: tools/examples/xendomains -> tools/examples/init.d/xendomains
* bitkeeper revision 1.815 (405ed20aUPuCpxY9bW6IV5l8ztG3Og)kaf24@scramble.cl.cam.ac.uk2004-03-221-1/+8
| | | | | | console.c, console_client.py, Xeno-HOWTO.txt, README.CD: Many console fixes.
* bitkeeper revision 1.810 (4059c6e8EQAxVfRpkNjdygO1O6otTQ)kaf24@scramble.cl.cam.ac.uk2004-03-183-6/+473
| | | | | | | | schedule.c, sched_bvt.c, main.py, Makefile, setup.py, Xc.c: Python tool fixes. tempfile.py: new file
* bitkeeper revision 1.809 (4059b6abq9zvnfmJ9cVcMhBo_lOhew)kaf24@scramble.cl.cam.ac.uk2004-03-182-1/+4
| | | | | | | | Many files: Scheduler updates. sched_ctl.h: Rename: xen/include/hypervisor-ifs/sched-ctl.h -> xen/include/hypervisor-ifs/sched_ctl.h
* bitkeeper revision 1.807 (4058872eScocwS_6SkwoZWFMzDk9Nw)kaf24@scramble.cl.cam.ac.uk2004-03-171-17/+31
| | | | | | | | | | | | utils.c, control_if.h: Move shared controller-interface definitions out of the xenolinux tree. console_client.py: Fix console client. control_if.h: bk cp xenolinux-2.4.25-sparse/include/asm-xeno/control_if.h tools/xend/lib/control_if.h Rewritten the Xen control daemon in Python, with C extensions for the low-level bits. All our Python libraries now throw exceptions on error rather than returning error codes --- this will require our higher-level scripts to be updated at some point. new file
* bitkeeper revision 1.805 (405855d4miA78lKONuhS5MJEPyuuhQ)kaf24@scramble.cl.cam.ac.uk2004-03-171-1/+2
| | | | | | console_client.py: Fix Python console module for direct use.
* bitkeeper revision 1.800 (4055ee59_zI1OKOsC2EKXBIYFm3OtA)kaf24@scramble.cl.cam.ac.uk2004-03-155-0/+1092
console_client.py, __init__.py, setup.py, Makefile: new file Many files: New console-terminal client in xenctl.console_client Python package. New option to xc_dom_create (-c on cmdline or auto_console in defaults file) to automatically become a console client. utils.py: Rename: tools/xc/py/XenoUtil.py -> tools/xenctl/lib/utils.py