diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2022-01-07 11:54:18 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2022-01-14 12:03:16 +0100 |
commit | 9bd11f9638cbc08dcab6777f0a27f597cb44c22a (patch) | |
tree | 3d3534616ad38d304b60327aaf9ff4f53b4b8022 /docs | |
parent | 64b4529a432507ee84a924be69a03432639e87ba (diff) | |
download | qemu-9bd11f9638cbc08dcab6777f0a27f597cb44c22a.zip qemu-9bd11f9638cbc08dcab6777f0a27f597cb44c22a.tar.gz qemu-9bd11f9638cbc08dcab6777f0a27f597cb44c22a.tar.bz2 |
docs: Correct 'vhost-user-blk' spelling
Reported-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220107105420.395011-2-f4bug@amsat.org>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tools/qemu-storage-daemon.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tools/qemu-storage-daemon.rst b/docs/tools/qemu-storage-daemon.rst index 3e5a9dc..9b0eaba 100644 --- a/docs/tools/qemu-storage-daemon.rst +++ b/docs/tools/qemu-storage-daemon.rst @@ -201,7 +201,7 @@ Export raw image file ``disk.img`` over NBD UNIX domain socket ``nbd.sock``:: --nbd-server addr.type=unix,addr.path=nbd.sock \ --export type=nbd,id=export,node-name=disk,writable=on -Export a qcow2 image file ``disk.qcow2`` as a vhosts-user-blk device over UNIX +Export a qcow2 image file ``disk.qcow2`` as a vhost-user-blk device over UNIX domain socket ``vhost-user-blk.sock``:: $ qemu-storage-daemon \ |