qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH v2] Make VNC support optional


From: Anthony Liguori
Subject: [Qemu-devel] Re: [PATCH v2] Make VNC support optional
Date: Fri, 11 Mar 2011 08:55:41 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110223 Lightning/1.0b2 Thunderbird/3.1.8

On 03/11/2011 08:54 AM, Jes Sorensen wrote:
On 03/11/11 15:39, Anthony Liguori wrote:
+#ifdef CONFIG_VNC
       /* init remote displays */
       if (vnc_display) {
           vnc_display_init(ds);
@@ -3088,6 +3095,7 @@ int main(int argc, char **argv, char **envp)
               printf("VNC server running on `%s'\n",
vnc_display_local_addr(ds));
           }
       }
+#endif
So what ends up being the default display if VNC and SDL are both
disabled?  Have you tested this?
Then you cry :) actually you just don't get video output, a bit like if
you run with -nographic, except it doesn't try to force taking over
stdio. This is intentional btw :)

Hrm, that doesn't sound very safe to me. Forcing -nographic would be better IMHO.

Regards,

Anthony Liguori

v3 will be in your mailbox shortly.

Jes




reply via email to

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