diff options
author | Micky Yun Chan <chanmickyyun@gmail.com> | 2019-12-09 09:53:31 +0800 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2020-01-05 07:03:03 -0500 |
commit | 6620801f39f0cd02b30ab5ad8729c92c78ce9fd3 (patch) | |
tree | 433a3d85eb8c541725403f166cb51d361e1367d9 /docs/interop/vhost-user.rst | |
parent | 9d7bd0826f2d19f88631ad7078662668148f7b5f (diff) | |
download | qemu-6620801f39f0cd02b30ab5ad8729c92c78ce9fd3.zip qemu-6620801f39f0cd02b30ab5ad8729c92c78ce9fd3.tar.gz qemu-6620801f39f0cd02b30ab5ad8729c92c78ce9fd3.tar.bz2 |
Implement backend program convention command for vhost-user-blk
This patch is to add standard commands defined in docs/interop/vhost-user.rst
For vhost-user-* program
Signed-off-by: Micky Yun Chan (michiboo) <chanmickyyun@gmail.com>
Message-Id: <20191209015331.5455-1-chanmickyyun@gmail.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'docs/interop/vhost-user.rst')
-rw-r--r-- | docs/interop/vhost-user.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/interop/vhost-user.rst b/docs/interop/vhost-user.rst index 7827b71..015ac08 100644 --- a/docs/interop/vhost-user.rst +++ b/docs/interop/vhost-user.rst @@ -1376,3 +1376,20 @@ Command line options: Enable virgl rendering support. (optional) + +vhost-user-blk +-------------- + +Command line options: + +--blk-file=PATH + + Specify block device or file path. + + (optional) + +--read-only + + Enable read-only. + + (optional) |