summary refs log tree commit diff stats
path: root/linux-user/main.c
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2012-10-10 14:30:58 +0200
committerStefan Hajnoczi <stefanha@redhat.com>2012-10-12 10:55:37 +0200
commit417b0b88904fe1dd8c41bff8092dfbab0134d9cb (patch)
treee6848370d52ed500ae01feb5f8e9412b4d250470 /linux-user/main.c
parent2f5368017f8a0c00e982c3e315acb332a0907792 (diff)
downloadfocaccia-qemu-417b0b88904fe1dd8c41bff8092dfbab0134d9cb.tar.gz
focaccia-qemu-417b0b88904fe1dd8c41bff8092dfbab0134d9cb.zip
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 &
    $ x86_64-softmmu/qemu-system-x86_64 -vnc localhost:5900,reverse -monitor stdio
    QEMU 1.2.50 monitor - type 'help' for more information
    (qemu) info vnc
    An undefined error has occurred

Because however the host, family, service and auth fields are
optional, we can just exit if there is no active server socket.

    $ x86_64-softmmu/qemu-system-x86_64 -vnc localhost:5900,reverse -monitor stdio
    QEMU 1.2.50 monitor - type 'help' for more information
    (qemu) info vnc
    Server:
    Client:
         address: 127.0.0.1:5900
      x509_dname: none
        username: none

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'linux-user/main.c')
0 files changed, 0 insertions, 0 deletions