From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44275) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4d0P-0008KR-4R for qemu-devel@nongnu.org; Mon, 05 Mar 2012 13:51:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S4d05-00039X-74 for qemu-devel@nongnu.org; Mon, 05 Mar 2012 13:51:32 -0500 Date: Mon, 5 Mar 2012 20:50:51 +0200 From: Alon Levy Message-ID: <20120305185051.GD20937@garlic.tlv.redhat.com> References: <4F53AF2A.10804@ilande.co.uk> <4F548CBD.5030308@redhat.com> <4F54958F.4050506@ilande.co.uk> <4F54E04E.2000608@redhat.com> <4F54E6F6.4060701@ilande.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F54E6F6.4060701@ilande.co.uk> Subject: Re: [Qemu-devel] PPC: VGA broken in git master List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mark Cave-Ayland Cc: qemu-ppc@nongnu.org, Avi Kivity , qemu-devel@nongnu.org On Mon, Mar 05, 2012 at 04:16:54PM +0000, Mark Cave-Ayland wrote: > On 05/03/12 15:48, Avi Kivity wrote: > > >>>Can you provide the command line needed to reproduce the problem? > >> > >>Sure. I can reproduce it here using something as simple as: > >> > >>./qemu-system-ppc -cdrom /dev/null -boot d -vnc :1 > >> > >>What you'll see is that the framebuffer remains black in your VNC > >>client, as opposed to displaying the OpenBIOS startup banner. > >> > >>Note that de58ac72b6a062d1a61478284c0c0f8a0428613e (and the previous > >>commit) have a qdev bug which segfaults qemu-system-ppc on startup, > >>however the attached patch will resolve this for you. > >> > >>I've also confirmed over the weekend that the bug also affects > >>SPARC64, although testing shows that SPARC32 still seems to work okay. > > > > > >Turned out that -vga std was broken cross-target. Please check > > > > git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git memory/urgent > > > >for a fix. > > Hi Avi, > > I've just tested your patchset against git master and it looks good > here - VGA for both PPC and SPARC64 now works again. > And x86_64-softmmu (just two last patches from memory/urgent). > > Many thanks, > > Mark. >