- Feb 21, 2013
- Feb 17, 2013
- Feb 13, 2013
-
-
Dor Laor authored
debug output and do some order
-
Dor Laor authored
It was triggered when there were debug prints in the middle of these functions that cause context switch.
-
Dor Laor authored
If the host supports that it is enabled. Indirect buffers enalrge the ring by using external descriptors allocated on the fly.
-
Guy Zana authored
-
- Feb 12, 2013
-
-
Christoph Hellwig authored
-
Dor Laor authored
-
Dor Laor authored
-
Dor Laor authored
-
- Feb 10, 2013
-
-
Dor Laor authored
Discover that bio->bio_offset is zero while the data starts in the middle of the page so I adjusted the code accordingly. Will need to sort it out later on.
-
Avi Kivity authored
Time might stop under some hosts without this fix.
-
Dor Laor authored
The logic is called as callback invoked by virtio interrupts. In addition, polish the test code. Before all of the write request had filled the ring and left no space for the read requests. Now I rotate between the two.
-
Dor Laor authored
Only it's usage within the array should be within limits. Add a function for available ring content
-
- Feb 07, 2013
-
-
Avi Kivity authored
This makes it easier to create a thread with no special properties.
-
Avi Kivity authored
This makes it easy to configure a thread with various parameters. The first is the existing stack_info parameter.
-
Dor Laor authored
pushing it into a dummy bio structure. In addition, expand the test some more
-
Dor Laor authored
-
Avi Kivity authored
The apic needs to be programmed on each cpu that is brought up.
-
Avi Kivity authored
Each cpu has its own event timer; we rely on this. Document the requirement.
-
- Feb 06, 2013
-
-
Dor Laor authored
-
- Feb 05, 2013
-
-
Dor Laor authored
-
Dor Laor authored
-
Dor Laor authored
Before we had 2 layes of calls, one in the virtio ring layer and another in the virtio-blk layer. There wasn't any reall need for that. The change allows the virtio-vring code to call a callback that the virtio-blk registers and execute it directly.
-
Christoph Hellwig authored
-
Guy Zana authored
-
Dor Laor authored
and process pops requests from the ring. In addition, implement the vfs device callbacks and wire them into virtio-blk Need to test the later.
-
Dor Laor authored
At the moment it's hard coded as queue '0' but further on it should be a function of the device requirements. It is also possible to move it towards the device function since this thread doesn't do anything other than wake up the driver worker.
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
this avoids a clash with the C++ std::list type.
-
- Feb 03, 2013
-
-
Christoph Hellwig authored
This has no functional benefit, it just allows testing the async block layer and can be reverted later.
-