From: Paolo Bonzini <pbonzini@redhat.com>
To: "Eric Blake" <eblake@redhat.com>,
"Daniel P. Berrangé" <berrange@redhat.com>,
qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] doc: switch to modern syntx for VNC TLS setup
Date: Thu, 28 Jun 2018 15:28:06 +0200 [thread overview]
Message-ID: <03c1e60e-6f5b-51cb-afe1-9f4e26a2c56b@redhat.com> (raw)
In-Reply-To: <8964dea3-042d-2eac-0198-d50c9c8947fc@redhat.com>
On 28/06/2018 15:22, Eric Blake wrote:
>>>
>>> -qemu-system-i386 [...OPTIONS...] -vnc :1,tls,x509=/etc/pki/qemu
>>> -monitor stdio
>>> +qemu-system-i386 [...OPTIONS...] \
>>> + -object
>>> tls-creds-x509,id=tls0,dir=/etc/pki/qemu,endpoint=server,verify-peer=no
>>> \
>
> I'd use --object here (especially since -object cannot be used on
> qemu-nbd, but --object tls-creds-x509 can).
But that would be inconsistent with -vnc.
I honestly don't understand the crusade against single-dashed options.
Paolo
>>> + -vnc :1,tls-creds=tls0 -monitor stdio
next prev parent reply other threads:[~2018-06-28 13:28 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-07 10:10 [Qemu-devel] [PATCH] doc: switch to modern syntx for VNC TLS setup Daniel P. Berrangé
2018-06-28 13:17 ` Daniel P. Berrangé
2018-06-28 13:21 ` Paolo Bonzini
2018-06-28 13:22 ` Eric Blake
2018-06-28 13:28 ` Paolo Bonzini [this message]
2018-06-28 14:46 ` Eric Blake
2018-06-28 15:51 ` Paolo Bonzini
2018-06-28 16:29 ` Daniel P. Berrangé
2018-06-28 20:04 ` Paolo Bonzini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=03c1e60e-6f5b-51cb-afe1-9f4e26a2c56b@redhat.com \
--to=pbonzini@redhat.com \
--cc=berrange@redhat.com \
--cc=eblake@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).