From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DUjJK-0003tJ-Er for qemu-devel@nongnu.org; Sun, 08 May 2005 06:46:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DUjJF-0003rD-5I for qemu-devel@nongnu.org; Sun, 08 May 2005 06:46:53 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DUjJC-0003o3-Nd for qemu-devel@nongnu.org; Sun, 08 May 2005 06:46:51 -0400 Received: from [65.74.133.9] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DUjLY-000666-Cg for qemu-devel@nongnu.org; Sun, 08 May 2005 06:49:17 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Linux 2.6.10 ? Date: Sun, 8 May 2005 11:43:15 +0100 References: <200505080624.j486Ovu03968@hofr.at> In-Reply-To: <200505080624.j486Ovu03968@hofr.at> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200505081143.16435.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Sunday 08 May 2005 07:24, Der Herr Hofrat wrote: > Hi ! > > does anybody have a 2.6.X (preferably 2.6.10) running under qemu ? > trying to launch it (passed with -kernel) fails - it simply gives me > > (qemu) You need to make sure you have the sdl development headers and libraries installed when you compile qemu. Otherwise all graphical output will be disabled. Check that configure says "SDL support yes" The other alternative is to configure your guest to communicate over the serial port. Paul