From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45421) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USiaT-0007Je-Do for qemu-devel@nongnu.org; Thu, 18 Apr 2013 02:44:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1USiaS-0002VS-AM for qemu-devel@nongnu.org; Thu, 18 Apr 2013 02:44:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:8723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USiaS-0002VH-31 for qemu-devel@nongnu.org; Thu, 18 Apr 2013 02:44:52 -0400 Message-ID: <516F965E.1040508@redhat.com> Date: Thu, 18 Apr 2013 08:44:46 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1366226195-10668-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1366226195-10668-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] ui/cocoa.m: Fix recent compile breakage List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Paolo Bonzini , Anthony Liguori , =?ISO-8859-1?Q?Andreas_F=E4rber?= , qemu-devel@nongnu.org, patches@linaro.org On 04/17/13 21:16, Peter Maydell wrote: > Fix failures to compile introduced by recent console commits > 1dbfa00503, 81c0d5a6) which removed is_graphic_console() and > vga_hw_update() without updating the cocoa UI backend to match. > > Signed-off-by: Peter Maydell Reviewed-by: Gerd Hoffmann cheers, Gerd