Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * ruby extension extracted from irdumm | Tobias Brunner | 2008-08-07 | 1 | -1/+1 |
| | | | | * guests do not shutdown anymore on SIGINT in irb | ||||
* | exec on a guest now returns the return value of the executed process | Tobias Brunner | 2008-07-31 | 1 | -5/+1 |
| | |||||
* | uml "exec" writes stdout/stderr back to mconsole | Martin Willi | 2008-07-08 | 1 | -53/+41 |
| | | | | | guest->exec() accepts a callback for output sligtly refactored mconsole.c | ||||
* | guest interface/address management using hackish mconsole exec patch, ruby ↵ | Martin Willi | 2008-07-07 | 1 | -0/+22 |
| | | | | bindings | ||||
* | some stability improvements | Martin Willi | 2008-07-04 | 1 | -10/+13 |
| | |||||
* | properly removing bootup poll interface eth0 | Martin Willi | 2008-05-15 | 1 | -1/+4 |
| | |||||
* | poll UML guests after startup using eth9=mcast, as networking is loaded ↵ | Martin Willi | 2008-05-14 | 1 | -3/+3 |
| | | | | after console | ||||
* | prototype of dumm GUI | Martin Willi | 2008-04-28 | 1 | -40/+53 |
| | |||||
* | fixed scenario loading | Martin Willi | 2007-09-13 | 1 | -0/+31 |
| | |||||
* | simple console support through pts devices | Martin Willi | 2007-08-28 | 1 | -15/+61 |
| | |||||
* | reread notify socket when interrupted (EINTR) through sigchild | Martin Willi | 2007-08-10 | 1 | -1/+5 |
| | |||||
* | implemented mconsole notification to check if guest came up | Martin Willi | 2007-07-26 | 1 | -31/+129 |
| | | | | slightly modified menu commands | ||||
* | fixed tap device setup (requires open/close for each call) | Martin Willi | 2007-07-26 | 1 | -1/+1 |
| | | | | using more meaningful names for tap devices | ||||
* | fixed mconsole when using multiple guests | Martin Willi | 2007-07-25 | 1 | -1/+1 |
| | | | | fixed interface enumeration bug | ||||
* | added dynamic interface manipulation for guests | Martin Willi | 2007-07-25 | 1 | -0/+170 |
management of tap devices on the host |