qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] starting qemu vnc session on a pre-allocated po


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH] starting qemu vnc session on a pre-allocated port
Date: Sun, 24 Jun 2007 15:12:51 -0500
User-agent: Thunderbird 1.5.0.12 (X11/20070604)

Paul Brook wrote:
Currently there is the following vnc option:
-vnc display    [start a VNC server on display]

Adding the following option:
-vnc-socket sd  [force VNC server on an already opened Socket Descriptor]

overrides the new socket opening for the vnc on 5900+display port, and
uses the given sd socket descriptor instead.

Better would be to make -vnc accept the standard serial device syntax.

The current CharDriver infrastructure isn't good enough yet. It doesn't really support the idea of connectons that can be accepted/closed.

Regards,

Anthony Liguori

Paul








reply via email to

[Prev in Thread] Current Thread [Next in Thread]