36 lines
1.4 KiB
Diff
36 lines
1.4 KiB
Diff
|
|
From c8c0afc9d6487894498d23d31cc7bbb4f86c0e3d Mon Sep 17 00:00:00 2001
|
||
|
|
From: Luo Yifan <luoyifan_yewu@cmss.chinamobile.com>
|
||
|
|
Date: Wed, 20 Nov 2024 11:22:38 +0800
|
||
|
|
Subject: [PATCH] docs: Correct 'vhost-user-blk' spelling
|
||
|
|
MIME-Version: 1.0
|
||
|
|
Content-Type: text/plain; charset=UTF-8
|
||
|
|
Content-Transfer-Encoding: 8bit
|
||
|
|
|
||
|
|
cherry picked from commit 9bd11f9638cbc08dcab6777f0a27f597cb44c22a
|
||
|
|
|
||
|
|
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>
|
||
|
|
Signed-off-by: Luo Yifan <luoyifan_yewu@cmss.chinamobile.com>
|
||
|
|
---
|
||
|
|
docs/tools/qemu-storage-daemon.rst | 2 +-
|
||
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
|
||
|
|
diff --git a/docs/tools/qemu-storage-daemon.rst b/docs/tools/qemu-storage-daemon.rst
|
||
|
|
index 3e5a9dc032..9b0eaba6e5 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 \
|
||
|
|
--
|
||
|
|
2.41.0.windows.1
|
||
|
|
|