From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NAqdA-0007zt-PT for qemu-devel@nongnu.org; Wed, 18 Nov 2009 14:55:56 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NAqd6-0007ww-0J for qemu-devel@nongnu.org; Wed, 18 Nov 2009 14:55:56 -0500 Received: from [199.232.76.173] (port=47303 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAqd5-0007wr-OO for qemu-devel@nongnu.org; Wed, 18 Nov 2009 14:55:51 -0500 Received: from mail-qy0-f197.google.com ([209.85.221.197]:44510) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NAqd5-00072t-Cs for qemu-devel@nongnu.org; Wed, 18 Nov 2009 14:55:51 -0500 Received: by qyk35 with SMTP id 35so788792qyk.19 for ; Wed, 18 Nov 2009 11:55:51 -0800 (PST) Message-ID: <4B045144.10806@codemonkey.ws> Date: Wed, 18 Nov 2009 13:55:48 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/6] Fix -kernel with SeaBIOS v2 References: <1258059195-17582-1-git-send-email-agraf@suse.de> <20091118190254.GA29771@lst.de> In-Reply-To: <20091118190254.GA29771@lst.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoph Hellwig Cc: qemu-devel@nongnu.org, Glauber Costa , Juan Quintela , Alexander Graf , Avi Kivity Christoph Hellwig wrote: > It seems like this series is now in qemu.git, but I still can't boot > using -kernel. > > I'm starting qemu as: > > /opt/qemu/bin/qemu-system-x86_64 \ > -m 1500 -enable-kvm \ > -kernel arch/x86/boot/bzImage \ > -drive file=/dev/vg00/qemu-root,if=virtio,media=disk,cache=none,aio=threads \ > -drive file=/dev/vg00/qemu-data,if=virtio,media=disk,cache=none,aio=threads \ > -drive file=/root/test1.img,if=scsi,media=disk,cache=none \ > -append "root=/dev/vda console=tty0 console=ttyS0,38400n8" > 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. Regards, Anhtony Liguori