From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50643) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R4YOF-0005Gl-VM for qemu-devel@nongnu.org; Fri, 16 Sep 2011 09:23:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R4YOB-0006ew-D6 for qemu-devel@nongnu.org; Fri, 16 Sep 2011 09:23:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:8870) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R4YOB-0006ej-6D for qemu-devel@nongnu.org; Fri, 16 Sep 2011 09:23:31 -0400 Date: Fri, 16 Sep 2011 10:23:26 -0300 From: Luiz Capitulino Message-ID: <20110916102326.3ed6d1ab@doriath> In-Reply-To: <4E734B79.3000300@codemonkey.ws> References: <4E734B79.3000300@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] qemu: Fix build failure without VNC support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Boris Dolgov , qemu-devel@nongnu.org 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 latest git tree (and use git diff to generate > the diff). It's for stable. I'll submit it there myself.