From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NApo3-0007Qn-Vo for qemu-devel@nongnu.org; Wed, 18 Nov 2009 14:03:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NApnz-0007Ol-2b for qemu-devel@nongnu.org; Wed, 18 Nov 2009 14:03:07 -0500 Received: from [199.232.76.173] (port=40076 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NApny-0007OW-T4 for qemu-devel@nongnu.org; Wed, 18 Nov 2009 14:03:02 -0500 Received: from verein.lst.de ([213.95.11.210]:43642) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1NApny-00063f-3J for qemu-devel@nongnu.org; Wed, 18 Nov 2009 14:03:02 -0500 Date: Wed, 18 Nov 2009 20:02:54 +0100 From: Christoph Hellwig Subject: Re: [Qemu-devel] [PATCH 0/6] Fix -kernel with SeaBIOS v2 Message-ID: <20091118190254.GA29771@lst.de> References: <1258059195-17582-1-git-send-email-agraf@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1258059195-17582-1-git-send-email-agraf@suse.de> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Glauber Costa , Christoph Hellwig , Avi Kivity , qemu-devel@nongnu.org, Juan Quintela 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" and it simply hangs with a black screen once the SDL window opens