From: "Daniel P. Berrange" <berrange@redhat.com>
To: "Dr. David Alan Gilbert (git)" <dgilbert@redhat.com>
Cc: qemu-devel@nongnu.org, lcapitulino@redhat.com,
marcandre.lureau@redhat.com, armbru@redhat.com
Subject: Re: [Qemu-devel] [PATCH v2] hmp: Update info vnc
Date: Thu, 6 Jul 2017 11:12:18 +0100 [thread overview]
Message-ID: <20170706101218.GG3988@redhat.com> (raw)
In-Reply-To: <20170706095545.5632-1-dgilbert@redhat.com>
On Thu, Jul 06, 2017 at 10:55:45AM +0100, Dr. David Alan Gilbert (git) wrote:
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
>
> The QMP query-vnc interfaces have gained a lot more information that
> the HMP interfaces hasn't got yet. Update it.
>
> Note the output format has changed, but this is HMP so that's OK.
>
> In particular, this now includes client information for reverse
> connections:
>
> -vnc :0
> (qemu) info vnc
> default:
> Server: 0.0.0.0:5900 (ipv4)
> Auth: none (Sub: none)
>
> (Now connect a client)
>
> (qemu) info vnc
> default:
> Server: 0.0.0.0:5900 (ipv4)
> Auth: none (Sub: none)
> Client: 127.0.0.1:51828 (ipv4)
> x509_dname: none
> sasl_username: none
>
> -vnc localhost:7000,reverse
> (qemu) info vnc
> default:
> Client: ::1:7000 (ipv6)
> x509_dname: none
> sasl_username: none
> Auth: none (Sub: none)
>
> -vnc :1,password,id=pass -vnc localhost:7000,reverse
> (qemu) info vnc
> default:
> Client: ::1:7000 (ipv6)
> x509_dname: none
> sasl_username: none
> Auth: none (Sub: none)
> rev:
> Server: 0.0.0.0:5901 (ipv4)
> Auth: vnc (Sub: none)
> Client: 127.0.0.1:53616 (ipv4)
> x509_dname: none
> sasl_username: none
>
> This was originally RH bz 1461682
>
> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
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 :|
prev parent reply other threads:[~2017-07-06 10:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-06 9:55 [Qemu-devel] [PATCH v2] hmp: Update info vnc Dr. David Alan Gilbert (git)
2017-07-06 10:12 ` Daniel P. Berrange [this message]
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=20170706101218.GG3988@redhat.com \
--to=berrange@redhat.com \
--cc=armbru@redhat.com \
--cc=dgilbert@redhat.com \
--cc=lcapitulino@redhat.com \
--cc=marcandre.lureau@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).