Re: [Qemu-devel] [PATCH] qemu: Fix build failure without VNC support

2011-09-21 Thread wenyi
Hello! Qemu 0.15.0 doesn't build with vnc support disabled. The following patch fixes the problem. Signed-off-by: Boris Dolgov -- --- monitor.c.orig 2011-09-14 18:11:12.235199764 +0400 +++ moni

Re: [Qemu-devel] [PATCH] qemu: Fix build failure without VNC support

2011-09-16 Thread Luiz Capitulino
On Fri, 16 Sep 2011 08:13:29 -0500 Anthony Liguori wrote: > On 09/14/2011 09:16 AM, Boris Dolgov wrote: > > Hello! > > > > Qemu 0.15.0 doesn't build with vnc support disabled. The following > > patch fixes the problem. > > > > Signed-off-by: Boris Dolgov > > Please submit patches against the lat

Re: [Qemu-devel] [PATCH] qemu: Fix build failure without VNC support

2011-09-16 Thread Anthony Liguori
On 09/14/2011 09:16 AM, Boris Dolgov wrote: Hello! Qemu 0.15.0 doesn't build with vnc support disabled. The following patch fixes the problem. Signed-off-by: Boris Dolgov Please submit patches against the latest git tree (and use git diff to generate the diff). Regards, Anthony Liguori

[Qemu-devel] [PATCH] qemu: Fix build failure without VNC support

2011-09-14 Thread Boris Dolgov
Hello! Qemu 0.15.0 doesn't build with vnc support disabled. The following patch fixes the problem. Signed-off-by: Boris Dolgov -- --- monitor.c.orig 2011-09-14 18:11:12.235199764 +0400 +++ monitor.c 2011-09-14 18:12:19.187709823 +0400 @@ -1200,10 +1200,12 @@ static int add_graphics_clie