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

2011-03-14 Thread Jes Sorensen
On 03/11/11 17:35, Jan Kiszka wrote: > On 2011-03-11 16:11, Peter Maydell wrote: >> (Also the "-nographic" running of serial over stdio doesn't let >> you kill qemu with ^C, the way "-serial stdio" does, which is >> just annoyingly inconsistent...) > > ^A-x to exit qemu, ^A-c to enable the monitor

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

2011-03-11 Thread Anthony Liguori
On 03/11/2011 10:30 AM, Jes Sorensen wrote: On 03/11/11 16:50, Anthony Liguori wrote: On 03/11/2011 09:11 AM, Peter Maydell wrote: (Also the "-nographic" running of serial over stdio doesn't let you kill qemu with ^C, the way "-serial stdio" does, which is just annoyingly inconsistent...) So i

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

2011-03-11 Thread Jan Kiszka
On 2011-03-11 16:11, Peter Maydell wrote: > On 11 March 2011 14:55, Anthony Liguori wrote: >> On 03/11/2011 08:54 AM, Jes Sorensen wrote: >>> On 03/11/11 15:39, Anthony Liguori wrote: So what ends up being the default display if VNC and SDL are both disabled? Have you tested this? >>> >

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

2011-03-11 Thread Jes Sorensen
On 03/11/11 16:50, Anthony Liguori wrote: > On 03/11/2011 09:11 AM, Peter Maydell wrote: >> (Also the "-nographic" running of serial over stdio doesn't let >> you kill qemu with ^C, the way "-serial stdio" does, which is >> just annoyingly inconsistent...) > > So if we want to have another mode th

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

2011-03-11 Thread Anthony Liguori
On 03/11/2011 09:11 AM, Peter Maydell wrote: On 11 March 2011 14:55, Anthony Liguori wrote: On 03/11/2011 08:54 AM, Jes Sorensen wrote: On 03/11/11 15:39, Anthony Liguori wrote: So what ends up being the default display if VNC and SDL are both disabled? Have you tested this? Then you cry :)

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

2011-03-11 Thread Peter Maydell
On 11 March 2011 14:55, Anthony Liguori wrote: > On 03/11/2011 08:54 AM, Jes Sorensen wrote: >> On 03/11/11 15:39, Anthony Liguori wrote: >>> 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 vid

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

2011-03-11 Thread Jes Sorensen
On 03/11/11 15:55, Anthony Liguori wrote: > 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 mai

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

2011-03-11 Thread Anthony Liguori
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 serv

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

2011-03-11 Thread Jes Sorensen
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_dis

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

2011-03-11 Thread Anthony Liguori
On 03/11/2011 08:37 AM, jes.soren...@redhat.com wrote: From: Jes Sorensen Per default VNC is enabled. Signed-off-by: Jes Sorensen --- Makefile.objs | 19 ++- configure | 37 + console.h | 26 -- monit