Statistics
| Branch: | Revision:

root / ui @ e9f9d6b1

Name Size
Makefile.objs 548 Bytes
cocoa.m 37.5 kB
curses.c 9.9 kB
curses_keys.h 13.6 kB
d3des.c 15 kB
d3des.h 1.6 kB
keymaps.c 5.7 kB
keymaps.h 2.4 kB
qemu-spice.h 2.4 kB
sdl.c 29.8 kB
sdl_keysym.h 8.5 kB
sdl_zoom.c 2.8 kB
sdl_zoom.h 578 Bytes
sdl_zoom_template.h 7 kB
spice-core.c 23.2 kB
spice-display.c 17.1 kB
spice-display.h 4.2 kB
spice-input.c 6.4 kB
vnc-auth-sasl.c 18.6 kB
vnc-auth-sasl.h 2.2 kB
vnc-auth-vencrypt.c 5.6 kB
vnc-auth-vencrypt.h 1.4 kB
vnc-enc-hextile-template.h 4.7 kB
vnc-enc-hextile.c 3.5 kB
vnc-enc-tight.c 66.5 kB
vnc-enc-tight.h 8.3 kB
vnc-enc-zlib.c 4.4 kB
vnc-enc-zrle-template.c 7 kB
vnc-enc-zrle.c 10.4 kB
vnc-enc-zrle.h 1.6 kB
vnc-enc-zywrle-template.c 5.7 kB
vnc-enc-zywrle.h 25.3 kB
vnc-jobs.c 9.1 kB
vnc-jobs.h 2.3 kB
vnc-palette.c 4.3 kB
vnc-palette.h 2.5 kB
vnc-tls.c 14.2 kB
vnc-tls.h 2.2 kB
vnc.c 88.8 kB
vnc.h 16.6 kB
vnc_keysym.h 11.7 kB
x_keymap.c 5.9 kB
x_keymap.h 1.3 kB

Latest revisions

# Date Author Comment
2d55f0e8 10/23/2012 02:54 pm Paolo Bonzini

vnc: add error propagation to vnc_display_open

Before:

$ qemu-system-x86_64 -vnc foo.bar:12345
getaddrinfo(foo.bar,18245): Name or service not known
Failed to start VNC server on `foo.bar:12345'
$ qemu-system-x86_64 -vnc localhost:12345,reverse=on...
3f8b11bc 10/23/2012 02:54 pm Paolo Bonzini

vnc: drop QERR_VNC_SERVER_FAILED

We now always return "nice" error messages in errp when we goto fail.
Drop the default error message.

Signed-off-by: Paolo Bonzini <>

c1c1619c 10/23/2012 02:54 pm Paolo Bonzini

vnc: avoid Yoda conditionals

Signed-off-by: Paolo Bonzini <>

1ce52c78 10/23/2012 02:54 pm Paolo Bonzini

vnc: introduce a single label for error returns

Signed-off-by: Paolo Bonzini <>

007fcd3e 10/23/2012 02:54 pm Paolo Bonzini

vnc: reorganize code for reverse mode

Avoid the dance between csock and vs->lsock.

Signed-off-by: Paolo Bonzini <>

7fc4e63e 10/23/2012 02:54 pm Paolo Bonzini

qemu-sockets: add Error ** to all functions

This lets me adjust the clients to do proper error propagation first,
thus avoiding temporary regressions in the quality of the error messages.

Reviewed-by: Luiz Capitulino <>
Signed-off-by: Paolo Bonzini <>

11f66978 10/19/2012 11:42 am Peter Maydell

ui/vnc-jobs.c: Fix minor typos in comments

Fix some minor typos/grammar errors in comments.

Signed-off-by: Peter Maydell <>
Reviewed-by: Stefan Weil <>
Signed-off-by: Stefan Hajnoczi <>

fe3e7f2d 10/19/2012 11:27 am Joel Martin

ui/vnc: Only report/use TIGHT_PNG encoding if enabled.

If TIGHT_PNG is not enabled by the --enable-vnc-png configure flag
then do not report to the client that it is supported.

Also, since TIGHT_PNG is the same as the TIGHT encoding but with the
filter/copy replaced with PNG data, adding it to the supported...

5d9619aa 10/12/2012 07:19 pm Anthony Liguori

Merge remote-tracking branch 'stefanha/trivial-patches' into staging

  • stefanha/trivial-patches:
    vnc: fix "info vnc" with "-vnc ..., reverse=on"
    sheepdog: use bool for boolean variables
    configure: Tidy up remnants of non-64-bit physaddrs
417b0b88 10/12/2012 11:55 am Paolo Bonzini

vnc: fix "info vnc" with "-vnc ..., reverse=on"

When reverse connection is in use, there is no active VNC server
socket. Because of this, getsockopt(-1, ...) is attempted and
the following error is emitted:

$ socat TCP-LISTEN:5900,reuseaddr TCP-LISTEN:5901,reuseaddr &...

View revisions

Also available in: Atom