* [PATCH] qemu-storage-daemon: Fix typo in vhost-user-blk help
@ 2022-01-25 15:15 Kevin Wolf
2022-01-26 16:50 ` Hanna Reitz
0 siblings, 1 reply; 2+ messages in thread
From: Kevin Wolf @ 2022-01-25 15:15 UTC (permalink / raw)
To: qemu-block; +Cc: kwolf, hreitz, f4bug, qemu-devel
The syntax of the fd passing case misses the "addr.type=" key. Add it.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
---
storage-daemon/qemu-storage-daemon.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/storage-daemon/qemu-storage-daemon.c b/storage-daemon/qemu-storage-daemon.c
index 9d76d1114d..ec9aa79b55 100644
--- a/storage-daemon/qemu-storage-daemon.c
+++ b/storage-daemon/qemu-storage-daemon.c
@@ -111,7 +111,7 @@ static void help(void)
" export the specified block node as a\n"
" vhost-user-blk device over UNIX domain socket\n"
" --export [type=]vhost-user-blk,id=<id>,node-name=<node-name>,\n"
-" fd,addr.str=<fd>[,writable=on|off]\n"
+" addr.type=fd,addr.str=<fd>[,writable=on|off]\n"
" [,logical-block-size=<block-size>][,num-queues=<num-queues>]\n"
" export the specified block node as a\n"
" vhost-user-blk device over file descriptor\n"
--
2.31.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] qemu-storage-daemon: Fix typo in vhost-user-blk help
2022-01-25 15:15 [PATCH] qemu-storage-daemon: Fix typo in vhost-user-blk help Kevin Wolf
@ 2022-01-26 16:50 ` Hanna Reitz
0 siblings, 0 replies; 2+ messages in thread
From: Hanna Reitz @ 2022-01-26 16:50 UTC (permalink / raw)
To: Kevin Wolf, qemu-block; +Cc: f4bug, qemu-devel
On 25.01.22 16:15, Kevin Wolf wrote:
> The syntax of the fd passing case misses the "addr.type=" key. Add it.
>
> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
> ---
> storage-daemon/qemu-storage-daemon.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Hanna Reitz <hreitz@redhat.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-01-26 17:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-25 15:15 [PATCH] qemu-storage-daemon: Fix typo in vhost-user-blk help Kevin Wolf
2022-01-26 16:50 ` Hanna Reitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).