From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55902) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9VPv-0004WV-02 for qemu-devel@nongnu.org; Sun, 05 Jun 2016 06:36:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b9VPq-0001gt-M0 for qemu-devel@nongnu.org; Sun, 05 Jun 2016 06:36:25 -0400 Received: from chuckie.co.uk ([82.165.15.123]:56943 helo=s16892447.onlinehome-server.info) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9VPq-0001fy-Ex for qemu-devel@nongnu.org; Sun, 05 Jun 2016 06:36:22 -0400 References: <59A3B515-14C5-49A9-8775-7B141E28837E@gmail.com> From: Mark Cave-Ayland Message-ID: <57540074.9090900@ilande.co.uk> Date: Sun, 5 Jun 2016 11:35:32 +0100 MIME-Version: 1.0 In-Reply-To: <59A3B515-14C5-49A9-8775-7B141E28837E@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Cocoa front-end not displaying guest anymore List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Programmingkid , Peter Maydell Cc: qemu-devel qemu-devel On 04/06/16 17:54, Programmingkid wrote: > When I start qemu-system-ppc, the OpenBIOS screen is not displayed. If I switch to the serial console and then back to the VGA console, I see this message on the screen: "Guest has not initialized the display (yet)." > > Command-line used: > ./ppc-softmmu/qemu-system-ppc > > Using this commit: > > commit 6b3532b20b787cbd697a68b383232f5c3b39bd1e > Merge: defbaec c5ce833 > Author: Peter Maydell > Date: Fri Jun 3 12:03:36 2016 +0100 > > Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160603-1' into staging > > vnc: keyboard delay, colormap support > ui: misc bugfixes > > > Host: > Mac OS 10.6.8 Bear in mind that the qemu-system-ppc Mac machines are currently broken, pending the ESCC patch and a resolution for the tlbie issue so I think it's unlikely this is a Cocoa problem... ATB, Mark.