tools/virtio: virtio_test tool
authorMichael S. Tsirkin <mst@redhat.com>
Mon, 29 Nov 2010 17:16:37 +0000 (19:16 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 9 Dec 2010 14:00:22 +0000 (16:00 +0200)
commit4e53f78e5b06c073a5c10814c72e98c1ca8a9f10
tree2c3f60a3e159b6871c7e4d2e98b1c18bcf384ebb
parent71ccc212e5b28dfcc870b6db6589c2df264fdc6a
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>
tools/virtio/Makefile [new file with mode: 0644]
tools/virtio/linux/device.h [new file with mode: 0644]
tools/virtio/linux/slab.h [new file with mode: 0644]
tools/virtio/linux/virtio.h [new file with mode: 0644]
tools/virtio/virtio_test.c [new file with mode: 0644]