Statistics
| Branch: | Revision:

root / hw / dataplane / vring.c @ 5e22c276

History | View | Annotate | Download (11.6 kB)

# Date Author Comment
88807f89 01/02/2013 04:55 pm Stefan Hajnoczi

dataplane: add virtqueue vring code

The virtio-blk-data-plane cannot access memory using the usual QEMU
functions since it executes outside the global mutex and the memory APIs
are this time are not thread-safe.

This patch introduces a virtqueue module based on the kernel's vhost...