- Jan 27, 2013
-
-
Avi Kivity authored
'osv info threads' 'osv thread apply all' (most useful with 'backtrace')
-
Avi Kivity authored
The thread list is used by the debugger to inspect running and stopped threads.
-
Avi Kivity authored
This allows using mutexes in the scheduler code (obviously not in any scheduling path).
-
Avi Kivity authored
The threads' stacks are created on the stack, which means their state is corrupted after the stacks are overwritten. Delete them.
-
- Jan 24, 2013
-
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
We want these in line buffered mode, but to get that we need to query the console driver if it is a tty, and we can only do that after the VFS has been brought up.
-
Christoph Hellwig authored
this allows the stdio code to figure out if it should go into line buffered mode.
-
Christoph Hellwig authored
-
Christoph Hellwig authored
The test code assumes /tests contains shared objects.
-
Avi Kivity authored
- add unified payload loading and command line processing
-
Avi Kivity authored
Set with the imgedit tool.
-
Avi Kivity authored
Rest of the command line becomes arguments for the payload.
-
Avi Kivity authored
This standardizes our method of running a payload: run a shared object with argc/argv. No special treatment for the jvm.
-
Avi Kivity authored
At present, a single command is available, "setargs". scripts/imgedit.py setargs /path/to/image arg0 arg1 arg2... to set the boot arguments.
-
Guy Zana authored
-
Avi Kivity authored
-
Guy Zana authored
-
Guy Zana authored
-
Guy Zana authored
-
Avi Kivity authored
-
Avi Kivity authored
Make some room for the command line and other future additions.
-
Guy Zana authored
Bug fixing: parse_pci_config() is called from the device factory already, _have_msix isn't initialized
-
Guy Zana authored
-
Guy Zana authored
-
Guy Zana authored
-
Guy Zana authored
-
- Jan 22, 2013
- Jan 21, 2013
-
-
Christoph Hellwig authored
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
Java likes upper case in class file names.
-
Guy Zana authored
-
Guy Zana authored
-
Avi Kivity authored
-
Avi Kivity authored
It expects penv to point to something.
-
Avi Kivity authored
-