commit | 4e53f78e5b06c073a5c10814c72e98c1ca8a9f10 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Mon Nov 29 19:16:37 2010 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Thu Dec 09 16:00:22 2010 +0200 |
tree | 2c3f60a3e159b6871c7e4d2e98b1c18bcf384ebb | |
parent | 71ccc212e5b28dfcc870b6db6589c2df264fdc6a [diff] |
tools/virtio: virtio_test tool This is the userspace part of the tool: it includes a bunch of stubs for linux APIs, somewhat simular to linuxsched. This makes it possible to recompile the ring code in userspace. A small test example is implemented combining this with vhost_test module. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>