From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=44997 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Py3ko-0001rh-0d for qemu-devel@nongnu.org; Fri, 11 Mar 2011 09:55:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Py3km-0004FS-O7 for qemu-devel@nongnu.org; Fri, 11 Mar 2011 09:55:45 -0500 Received: from mail-iw0-f173.google.com ([209.85.214.173]:47090) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Py3km-0004FA-LA for qemu-devel@nongnu.org; Fri, 11 Mar 2011 09:55:44 -0500 Received: by iwl42 with SMTP id 42so3144915iwl.4 for ; Fri, 11 Mar 2011 06:55:43 -0800 (PST) Message-ID: <4D7A37ED.7020505@codemonkey.ws> Date: Fri, 11 Mar 2011 08:55:41 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1299854234-22003-1-git-send-email-Jes.Sorensen@redhat.com> <4D7A3433.2060006@codemonkey.ws> <4D7A37A6.7010300@redhat.com> In-Reply-To: <4D7A37A6.7010300@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH v2] Make VNC support optional List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jes Sorensen Cc: qemu-devel@nongnu.org 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