From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59151) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyhtO-0006A7-5A for qemu-devel@nongnu.org; Tue, 17 Nov 2015 10:10:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZyhtK-0004nC-Ua for qemu-devel@nongnu.org; Tue, 17 Nov 2015 10:09:58 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44356) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyhtK-0004n1-NT for qemu-devel@nongnu.org; Tue, 17 Nov 2015 10:09:54 -0500 Date: Tue, 17 Nov 2015 13:09:51 -0200 From: Eduardo Habkost Message-ID: <20151117150951.GF23717@thinpad.lan.raisama.net> References: <1447354938-1575-1-git-send-email-ehabkost@redhat.com> <1447354938-1575-6-git-send-email-ehabkost@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v2 5/7] stubs: cocoa_display_init() stub List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Paolo Bonzini , QEMU Developers On Tue, Nov 17, 2015 at 02:45:17PM +0000, Peter Maydell wrote: > On 12 November 2015 at 19:02, Eduardo Habkost wrote: [...] > > +void cocoa_display_init(DisplayState *ds, int full_screen) > > +{ > > + /* This must never be called if CONFIG_COCA is disabled */ > > "CONFIG_COCOA". Will be fixed in next version. Thanks! -- Eduardo