- Feb 27, 2013
-
-
Guy Zana authored
-
Avi Kivity authored
-
- Feb 25, 2013
- Feb 23, 2013
-
-
Avi Kivity authored
While easy to use, auto-starting threads generates problems when more complicated initialization takes place. Rather than making auto-start optional (as Guy suggested), remove it completely, to keep the API simple. Use thread::start() to start a thread. Unstarted threads ignore wakeups until started.
-
- Feb 21, 2013
-
-
Dor Laor authored
-
Christoph Hellwig authored
Just like fat the test isn't wired up yet until we have the infrastructure for it.
-
Dor Laor authored
-
Dor Laor authored
It's done since i uses as a increasing input for the data that resides in a single byte. In addition, make sure that the read buffer is initialize to zero and not the target data we wish it to be. Found while testing readonly disk property
-
Christoph Hellwig authored
-
Guy Zana authored
-
Guy Zana authored
-
- Feb 20, 2013
-
-
Guy Zana authored
-
- Feb 19, 2013
- Feb 18, 2013
- Feb 17, 2013
-
-
Guy Zana authored
-
- Feb 13, 2013
- Feb 12, 2013
-
-
Christoph Hellwig authored
-
Guy Zana authored
-
Guy Zana authored
-
- Feb 11, 2013
-
-
Dor Laor authored
reduce the verbosity
-
Dor Laor authored
-
Christoph Hellwig authored
Running tests is now done by editing the command line in build.mak
-
Dor Laor authored
and verify their content. The image is been run over but the content is restored after each write
-
- Feb 10, 2013
-
-
Dor Laor authored
With virtio we must use dynamic allocation for the correctness of virt_to_phys
-
- Feb 09, 2013
- Feb 07, 2013
- Jan 31, 2013
-
-
Avi Kivity authored
osv: 147 NanoTime 574 context switch fedora: 322 NanoTime 2484 context switch (nanoseconds, on kvm, on my laptop)
-
- Jan 27, 2013
-
-
Avi Kivity authored
One test so far: java.lang.System.nanoTime() We're only about 500% slower than native.
-