From: Jes Sorensen <Jes.Sorensen@redhat.com>
To: Anthony Liguori <anthony@codemonkey.ws>
Cc: qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: [PATCH v2] Make VNC support optional
Date: Fri, 11 Mar 2011 15:54:30 +0100 [thread overview]
Message-ID: <4D7A37A6.7010300@redhat.com> (raw)
In-Reply-To: <4D7A3433.2060006@codemonkey.ws>
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
next prev parent reply other threads:[~2011-03-11 14:54 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-11 14:37 [Qemu-devel] [PATCH v2] Make VNC support optional Jes.Sorensen
2011-03-11 14:39 ` [Qemu-devel] " Anthony Liguori
2011-03-11 14:54 ` Jes Sorensen [this message]
2011-03-11 14:55 ` Anthony Liguori
2011-03-11 15:05 ` Jes Sorensen
2011-03-11 15:11 ` Peter Maydell
2011-03-11 15:50 ` Anthony Liguori
2011-03-11 16:30 ` Jes Sorensen
2011-03-11 17:09 ` Anthony Liguori
2011-03-11 16:35 ` Jan Kiszka
2011-03-14 9:35 ` Jes Sorensen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D7A37A6.7010300@redhat.com \
--to=jes.sorensen@redhat.com \
--cc=anthony@codemonkey.ws \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.