qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] vnc: fix tls-creds error message
@ 2016-01-13 10:36 Wolfgang Bumiller
  2016-01-13 10:38 ` Daniel P. Berrange
  2016-01-14  8:14 ` Gerd Hoffmann
  0 siblings, 2 replies; 3+ messages in thread
From: Wolfgang Bumiller @ 2016-01-13 10:36 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: qemu-trivial, qemu-devel

The parameter is called 'tls-creds', 'credid' is just the
variable name in the code.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
---
 ui/vnc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/vnc.c b/ui/vnc.c
index 09756cd..2270ac2 100644
--- a/ui/vnc.c
+++ b/ui/vnc.c
@@ -3605,7 +3605,7 @@ void vnc_display_open(const char *id, Error **errp)
             qemu_opt_get(opts, "x509") ||
             qemu_opt_get(opts, "x509verify")) {
             error_setg(errp,
-                       "'credid' parameter is mutually exclusive with "
+                       "'tls-creds' parameter is mutually exclusive with "
                        "'tls', 'x509' and 'x509verify' parameters");
             goto fail;
         }
-- 
2.1.4

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

* Re: [Qemu-devel] [PATCH] vnc: fix tls-creds error message
  2016-01-13 10:36 [Qemu-devel] [PATCH] vnc: fix tls-creds error message Wolfgang Bumiller
@ 2016-01-13 10:38 ` Daniel P. Berrange
  2016-01-14  8:14 ` Gerd Hoffmann
  1 sibling, 0 replies; 3+ messages in thread
From: Daniel P. Berrange @ 2016-01-13 10:38 UTC (permalink / raw)
  To: Wolfgang Bumiller; +Cc: qemu-trivial, Gerd Hoffmann, qemu-devel

On Wed, Jan 13, 2016 at 11:36:00AM +0100, Wolfgang Bumiller wrote:
> The parameter is called 'tls-creds', 'credid' is just the
> variable name in the code.
> 
> Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
> ---
>  ui/vnc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Daniel P. Berrange <berrange@redhat.

Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|

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

* Re: [Qemu-devel] [PATCH] vnc: fix tls-creds error message
  2016-01-13 10:36 [Qemu-devel] [PATCH] vnc: fix tls-creds error message Wolfgang Bumiller
  2016-01-13 10:38 ` Daniel P. Berrange
@ 2016-01-14  8:14 ` Gerd Hoffmann
  1 sibling, 0 replies; 3+ messages in thread
From: Gerd Hoffmann @ 2016-01-14  8:14 UTC (permalink / raw)
  To: Wolfgang Bumiller; +Cc: qemu-trivial, qemu-devel

On Mi, 2016-01-13 at 11:36 +0100, Wolfgang Bumiller wrote:
> The parameter is called 'tls-creds', 'credid' is just the
> variable name in the code.

Added to patch queue.

thanks,
  Gerd

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

end of thread, other threads:[~2016-01-14  8:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-13 10:36 [Qemu-devel] [PATCH] vnc: fix tls-creds error message Wolfgang Bumiller
2016-01-13 10:38 ` Daniel P. Berrange
2016-01-14  8:14 ` Gerd Hoffmann

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