examples/vhost_blk: introduce vhost storage sample
authorJin Yu <jin.yu@intel.com>
Mon, 4 Nov 2019 16:36:26 +0000 (00:36 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 11 Nov 2019 13:23:02 +0000 (14:23 +0100)
commitc19beb3f38cd8463f87f01e1f5941a2a821b8ac6
tree216c6300fa402e562574a26945cdab8d62bf7a1e
parentc9657ad01f5ab185dcb754d926b7c86581373021
examples/vhost_blk: introduce vhost storage sample

A Vhost-blk example that support inflight feature. It uses the
new APIs that introduced in the first patch, so it can show how these
APIs work to support inflight feature.

Signed-off-by: Jin Yu <jin.yu@intel.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
12 files changed:
MAINTAINERS
doc/guides/sample_app_ug/index.rst
doc/guides/sample_app_ug/vhost_blk.rst [new file with mode: 0644]
examples/Makefile
examples/meson.build
examples/vhost_blk/Makefile [new file with mode: 0644]
examples/vhost_blk/blk.c [new file with mode: 0644]
examples/vhost_blk/blk_spec.h [new file with mode: 0644]
examples/vhost_blk/meson.build [new file with mode: 0644]
examples/vhost_blk/vhost_blk.c [new file with mode: 0644]
examples/vhost_blk/vhost_blk.h [new file with mode: 0644]
examples/vhost_blk/vhost_blk_compat.c [new file with mode: 0644]