qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] qemu-nbd: Document --tls-creds
@ 2018-10-03 18:04 Eric Blake
  2018-10-03 20:35 ` [Qemu-devel] [Qemu-block] " John Snow
  2018-10-03 20:44 ` [Qemu-devel] " Eric Blake
  0 siblings, 2 replies; 5+ messages in thread
From: Eric Blake @ 2018-10-03 18:04 UTC (permalink / raw)
  To: qemu-devel
  Cc: vsementsov, berrange, Paolo Bonzini,
	open list:Network Block Dev...

Commit 145614a1 introduced --tls-creds, but forgot to document
it in 'qemu-nbd --help'.

Signed-off-by: Eric Blake <eblake@redhat.com>

---
Sadly, 'git grep -i "qemu.nbd.*tls"' has no hits, making me wonder
if our iotests are even covering this.

Noticed while writing my other patches for defaulting to newstyle.
---
 qemu-nbd.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/qemu-nbd.c b/qemu-nbd.c
index 51b9d38c727..66e023f7fa4 100644
--- a/qemu-nbd.c
+++ b/qemu-nbd.c
@@ -94,6 +94,7 @@ static void usage(const char *name)
 "General purpose options:\n"
 "  --object type,id=ID,...   define an object such as 'secret' for providing\n"
 "                            passwords and/or encryption keys\n"
+"  --tls-creds=ID            use id of an earlier --object to provide TLS\n"
 "  -T, --trace [[enable=]<pattern>][,events=<file>][,file=<file>]\n"
 "                            specify tracing options\n"
 "  --fork                    fork off the server process and exit the parent\n"
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-10-03 20:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-03 18:04 [Qemu-devel] [PATCH] qemu-nbd: Document --tls-creds Eric Blake
2018-10-03 20:35 ` [Qemu-devel] [Qemu-block] " John Snow
2018-10-03 20:42   ` Eric Blake
2018-10-03 20:44     ` John Snow
2018-10-03 20:44 ` [Qemu-devel] " Eric Blake

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).