qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH trivial] qemu-nbd: mention --tls-hostname option in qemu-nbd --help
@ 2024-02-07  7:32 Michael Tokarev
  2024-02-07  8:08 ` Daniel P. Berrangé
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Tokarev @ 2024-02-07  7:32 UTC (permalink / raw)
  To: qemu-block, Eric Blake, Vladimir Sementsov-Ogievskiy
  Cc: Michael Tokarev, qemu-devel, qemu-trivial

This option was not documented.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1240
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
 qemu-nbd.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/qemu-nbd.c b/qemu-nbd.c
index bac0b5e3ec..d7b3ccab21 100644
--- a/qemu-nbd.c
+++ b/qemu-nbd.c
@@ -114,6 +114,7 @@ static void usage(const char *name)
 "  --tls-creds=ID            use id of an earlier --object to provide TLS\n"
 "  --tls-authz=ID            use id of an earlier --object to provide\n"
 "                            authorization\n"
+"  --tls-hostname=HOSTNAME   override hostname used to check x509 certificate\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.39.2



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

* Re: [PATCH trivial] qemu-nbd: mention --tls-hostname option in qemu-nbd --help
  2024-02-07  7:32 [PATCH trivial] qemu-nbd: mention --tls-hostname option in qemu-nbd --help Michael Tokarev
@ 2024-02-07  8:08 ` Daniel P. Berrangé
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel P. Berrangé @ 2024-02-07  8:08 UTC (permalink / raw)
  To: Michael Tokarev
  Cc: qemu-block, Eric Blake, Vladimir Sementsov-Ogievskiy, qemu-devel,
	qemu-trivial

On Wed, Feb 07, 2024 at 10:32:31AM +0300, Michael Tokarev wrote:
> This option was not documented.
> 
> Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1240
> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
> ---
>  qemu-nbd.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/qemu-nbd.c b/qemu-nbd.c
> index bac0b5e3ec..d7b3ccab21 100644
> --- a/qemu-nbd.c
> +++ b/qemu-nbd.c
> @@ -114,6 +114,7 @@ static void usage(const char *name)
>  "  --tls-creds=ID            use id of an earlier --object to provide TLS\n"
>  "  --tls-authz=ID            use id of an earlier --object to provide\n"
>  "                            authorization\n"
> +"  --tls-hostname=HOSTNAME   override hostname used to check x509 certificate\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"

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


With regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|



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

end of thread, other threads:[~2024-02-07  8:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-07  7:32 [PATCH trivial] qemu-nbd: mention --tls-hostname option in qemu-nbd --help Michael Tokarev
2024-02-07  8:08 ` Daniel P. Berrangé

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