]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcb33eb6a432601bec6d68c5e78d253d56bfe30bc
tree2c3f60a3e159b6871c7e4d2e98b1c18bcf384ebb
parentf3ae87ec843d2d8740611443dd15b270304807ad
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]