From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HtmSg-0004Jt-4g for qemu-devel@nongnu.org; Thu, 31 May 2007 11:21:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HtmSc-0004Dy-Mf for qemu-devel@nongnu.org; Thu, 31 May 2007 11:21:12 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HtmSc-0004DW-Ft for qemu-devel@nongnu.org; Thu, 31 May 2007 11:21:10 -0400 Received: from phoenix.bawue.net ([193.7.176.60] helo=mail.bawue.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HtmSc-0003FR-5R for qemu-devel@nongnu.org; Thu, 31 May 2007 11:21:10 -0400 Date: Thu, 31 May 2007 16:21:09 +0100 Subject: Re: [Qemu-devel] mipsel support for graphic mode Message-ID: <20070531152109.GF28232@networkno.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: From: Thiemo Seufer Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yuval Mintz Cc: qemu-devel@nongnu.org Yuval Mintz wrote: > Hello, > Can anyone tell me if there exist support for a graphical (e.g., when no > ?nographic is used) when using qemu to emulate a mips little-endian machine > (malta)? > I'm trying using both windows XP and linux as host machines, but I couldn't > even use the most basic X usages. > If it is not currently supported, what in what state of development does it > stand? What is lacking to allow usage of a graphic mode? I guess your Malta kernel lacks framebuffer support. http://people.debian.org/~ths/qemu/malta/ works for me. Thiemo