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

2011-03-11 Thread Anthony Liguori
On 03/11/2011 07:43 AM, Jes Sorensen wrote: On 03/11/11 14:36, Anthony Liguori wrote: diff --git a/monitor.c b/monitor.c index 22ae3bb..4425315 100644 --- a/monitor.c +++ b/monitor.c @@ -441,6 +441,7 @@ void monitor_protocol_event(MonitorEvent event, QObject *data) case QEVENT_RESUME:

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

2011-03-11 Thread Jes Sorensen
On 03/11/11 14:36, Anthony Liguori wrote: >> diff --git a/monitor.c b/monitor.c >> index 22ae3bb..4425315 100644 >> --- a/monitor.c >> +++ b/monitor.c >> @@ -441,6 +441,7 @@ void monitor_protocol_event(MonitorEvent event, >> QObject *data) >> case QEVENT_RESUME: >> event_nam

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

2011-03-11 Thread Anthony Liguori
On 03/11/2011 06:38 AM, jes.soren...@redhat.com wrote: From: Jes Sorensen Per default VNC is enabled. Signed-off-by: Jes Sorensen --- Makefile.objs | 19 ++- configure | 37 + monitor.c | 16 vl.c |