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: Jes Sorensen
Subject: [Qemu-devel] Re: [PATCH v2] Make VNC support optional
Date: Fri, 11 Mar 2011 15:54:30 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Thunderbird/3.1.7

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

v3 will be in your mailbox shortly.

Jes



reply via email to

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