From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NAqne-0000KT-7l for qemu-devel@nongnu.org; Wed, 18 Nov 2009 15:06:46 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NAqnZ-000082-KK for qemu-devel@nongnu.org; Wed, 18 Nov 2009 15:06:45 -0500 Received: from [199.232.76.173] (port=48583 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAqnZ-00007d-FN for qemu-devel@nongnu.org; Wed, 18 Nov 2009 15:06:41 -0500 Received: from verein.lst.de ([213.95.11.210]:58466) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1NAqnY-0000dQ-Cw for qemu-devel@nongnu.org; Wed, 18 Nov 2009 15:06:40 -0500 Date: Wed, 18 Nov 2009 21:06:36 +0100 From: Christoph Hellwig Subject: Re: [Qemu-devel] [PATCH 0/6] Fix -kernel with SeaBIOS v2 Message-ID: <20091118200636.GA31947@lst.de> References: <1258059195-17582-1-git-send-email-agraf@suse.de> <20091118190254.GA29771@lst.de> <4B045144.10806@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B045144.10806@codemonkey.ws> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Juan Quintela , Glauber Costa , qemu-devel@nongnu.org, Alexander Graf , Avi Kivity , Christoph Hellwig On Wed, Nov 18, 2009 at 01:55:48PM -0600, Anthony Liguori wrote: > Did you rebuild qemu and make sure the new BIOS/roms were installed? > > >and it simply hangs with a black screen once the SDL window opens > > > > I had this problem because I had not rebuilt qemu. I did a make clean; ./configure; make; make install over a previously working backrev installation. Anything special require in addition to that?