From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OAfk6-0000Iq-9O for qemu-devel@nongnu.org; Sat, 08 May 2010 04:50:38 -0400 Received: from [140.186.70.92] (port=56505 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OAfk4-0000Ii-NQ for qemu-devel@nongnu.org; Sat, 08 May 2010 04:50:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OAfk3-0001nA-F3 for qemu-devel@nongnu.org; Sat, 08 May 2010 04:50:36 -0400 Received: from mail-vw0-f45.google.com ([209.85.212.45]:62975) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OAfk3-0001n4-An for qemu-devel@nongnu.org; Sat, 08 May 2010 04:50:35 -0400 Received: by vws9 with SMTP id 9so272243vws.4 for ; Sat, 08 May 2010 01:50:34 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4BE52338.3040401@mail.berlios.de> References: <121fadb81002030023uba7d71cn5ab5bfa5beb9addb@mail.gmail.com> <20100206213716.GD15349@volta.aurel32.net> <4B6DFCA0.50306@mail.berlios.de> <121fadb81002102240m591d0ea7j956278cb3334794d@mail.gmail.com> <4BE52338.3040401@mail.berlios.de> Date: Sat, 8 May 2010 16:50:34 +0800 Message-ID: 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, Aurelien Jarno > > > For linux, you need cirrusfb - either compiled into the kernel > (CONFIG_FB_CIRRUS=y) or loaded as a module. > > Then the default options should be sufficient for malta. > Are you sure? I 've already tried this solution. and after I tired of this trying solution, I began to write my own one. I check the mips qemu code, and it does not call anything like framebuffer_update_display function(maybe it was accomplished in another way.) But I need the qemu to jump out another window(just like arm-system-qemu, like a virtual monitor) to show my mips linux. Obviously, I didn't find out a certain way to do this. Thanks for you reply. Do you have any ideal for my qemu plight? I do not have much linux/qemu develop experience. Thanks again. daniel