From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NfSir-0008Tx-3X for qemu-devel@nongnu.org; Thu, 11 Feb 2010 01:40:21 -0500 Received: from [199.232.76.173] (port=53855 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NfSip-0008Tp-R7 for qemu-devel@nongnu.org; Thu, 11 Feb 2010 01:40:19 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NfSip-0007oO-Df for qemu-devel@nongnu.org; Thu, 11 Feb 2010 01:40:19 -0500 Received: from mail-vw0-f45.google.com ([209.85.212.45]:39456) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NfSio-0007oE-L7 for qemu-devel@nongnu.org; Thu, 11 Feb 2010 01:40:18 -0500 Received: by vws11 with SMTP id 11so35162vws.4 for ; Wed, 10 Feb 2010 22:40:16 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <4B6DFCA0.50306@mail.berlios.de> References: <121fadb81002030023uba7d71cn5ab5bfa5beb9addb@mail.gmail.com> <20100206213716.GD15349@volta.aurel32.net> <4B6DFCA0.50306@mail.berlios.de> Date: Thu, 11 Feb 2010 14:40:16 +0800 Message-ID: <121fadb81002102240m591d0ea7j956278cb3334794d@mail.gmail.com> Subject: Re: [Qemu-devel] running qemu-system-mipsel with VGA graphic mode based malta board kernel From: daniel tian Content-Type: text/plain; charset=ISO-8859-1 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-devel@nongnu.org 2010/2/7 Stefan Weil : > Aurelien Jarno schrieb: >> On Wed, Feb 03, 2010 at 04:23:01PM +0800, daniel tian wrote: >> >>> Hi, Aurelien Jarno: >>> >>> I just encounter a problem in running kernel on qemu mips malta board, >>> I don't know how to bring up the graphic mode. >>> with the option --nographic, it's ok: the kernel and rootfs run successfully. >>> >>> But I after removing the --nographic, qemu window is black-blank, no >>> single word was displayed. >>> >>> I am wondering whether the graphic mode is supported in qemu mips-malta board. >>> >>> >> >> I personally haven't been able to get the graphic mode working with >> mips-malta, but patches are welcome. >> >> > > At least framebuffer works for me (Tux in upper left corner > during boot) with all malta variants (big/little endian 32/64 bit). > so what the command to bringup qemu? Anyways, thanks for you guys suggestions.