From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N4wl1-0001hM-Ix for qemu-devel@nongnu.org; Mon, 02 Nov 2009 08:15:39 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N4wkx-0001fZ-O3 for qemu-devel@nongnu.org; Mon, 02 Nov 2009 08:15:39 -0500 Received: from [199.232.76.173] (port=55496 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N4wkx-0001fQ-IX for qemu-devel@nongnu.org; Mon, 02 Nov 2009 08:15:35 -0500 Received: from cantor2.suse.de ([195.135.220.15]:39093 helo=mx2.suse.de) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N4wkx-0005tx-1p for qemu-devel@nongnu.org; Mon, 02 Nov 2009 08:15:35 -0500 Message-ID: <4AEEDB75.3090100@suse.de> Date: Mon, 02 Nov 2009 14:15:33 +0100 From: Alexander Graf MIME-Version: 1.0 Subject: Re: [Qemu-devel] PC machine types switched to SeaBIOS/gPXE References: <4AEAFE39.1030302@us.ibm.com> <4AEED5EC.8000406@suse.de> <4AEED9D8.2020307@redhat.com> In-Reply-To: <4AEED9D8.2020307@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: Anthony Liguori , Kevin O'Connor , beth kon , "qemu-devel@nongnu.org" , Gleb Natapov Avi Kivity wrote: > On 11/02/2009 02:51 PM, Alexander Graf wrote: >> Anthony Liguori wrote: >> >>> Hi, >>> >>> I just wanted to let everyone know that I've switched the PC machine >>> type to SeaBIOS and gPXE. SeaBIOS is a port of the Bochs BIOS to GCC, >>> by Kevin O'Conner, along with quite a lot of clean up and new feature >>> work. >>> >>> gPXE is the new development tree of etherboot which is now >>> deprecated. We've done a lot of testing of and while there are a few >>> outstanding issues, almost everything seems to be working okay. >>> >>> Some known issues: >>> o e1000 pxe booting doesn't seem to work >>> o gPXE does not like the slirp tftp server >>> o SeaBIOS doesn't support CPU hotplug (not an issue for upstream qemu) >>> >>> I've renamed the old pcbios to pcbios.bin. If you suspect a bug in >>> SeaBIOS, you can use "-bios pcbios.bin" to try with the old BIOS in an >>> effort to debug. >>> >>> I want to thank everyone who helped make this all happen. It was a >>> big effort and I think it's going to be a really nice feature for the >>> 0.12.0 release! >>> >>> >> -kernel (w/ Linux) breaks. >> > > What do the dumps mean? when are they taken? > They are taken with -d in_asm,cpu,int after doing: $ ./x86_64-softmmu/qemu-system-x86_64 -kernel ../kvm/arch/x86/boot/bzImage with a fresh checkout from your kvm kernel tree (make defconfig) and a fresh git checkout of qemu (./configure --target-list=x86_64-softmmu) They basically mean that with SeaBIOS the Linux loading code is trying to jump off to zeros while at the same place there is useful data using pcbios.bin. Alex