From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38717) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhYFL-0002kf-0c for qemu-devel@nongnu.org; Wed, 29 May 2013 00:44:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UhYFG-0004TA-Bn for qemu-devel@nongnu.org; Wed, 29 May 2013 00:44:22 -0400 Received: from e23smtp01.au.ibm.com ([202.81.31.143]:46128) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhYFF-0004Se-L1 for qemu-devel@nongnu.org; Wed, 29 May 2013 00:44:18 -0400 Received: from /spool/local by e23smtp01.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 29 May 2013 14:36:02 +1000 Received: from d23relay04.au.ibm.com (d23relay04.au.ibm.com [9.190.234.120]) by d23dlp03.au.ibm.com (Postfix) with ESMTP id 03C45357804A for ; Wed, 29 May 2013 14:44:08 +1000 (EST) Received: from d23av01.au.ibm.com (d23av01.au.ibm.com [9.190.234.96]) by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r4T4Tpej27656246 for ; Wed, 29 May 2013 14:29:51 +1000 Received: from d23av01.au.ibm.com (loopback [127.0.0.1]) by d23av01.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r4T4i7uA009717 for ; Wed, 29 May 2013 14:44:07 +1000 Message-ID: <51A5876A.6020001@linux.vnet.ibm.com> Date: Wed, 29 May 2013 12:43:22 +0800 From: Wenchao Xia MIME-Version: 1.0 References: <20130527125946.GA15820@morn.localdomain> <51A35B92.7020806@msgid.tls.msk.ru> <20130529000853.GA16591@morn.localdomain> In-Reply-To: <20130529000853.GA16591@morn.localdomain> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [SeaBIOS] SeaBIOS v1.7.2.2 stable release List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin O'Connor Cc: Anthony Liguori , seabios@seabios.org, Michael Tokarev , qemu-devel@nongnu.org 于 2013-5-29 8:08, Kevin O'Connor 写道: > On Mon, May 27, 2013 at 05:11:46PM +0400, Michael Tokarev wrote: >> 27.05.2013 16:59, Kevin O'Connor wrote: >>> A new stable release of SeaBIOS (version 1.7.2.2) has been tagged. >>> This release contains bug fixes. >>> >>> The release is available via git: >>> git clone git://git.seabios.org/seabios -b 1.7.2-stable >> >> Just.. curious -- why there are no tarballs for the dotdot-point >> releases like this one? Not that it's hugely important to have >> the tarballs but... :) > > I thought the stable releases would have a smaller audience, so didn't > think it was needed. > > I tried to push the tar file up to the server, but I am having a > difficulty pushing files right now. Hopefully I'll get the 1.7.2.2 > tar up in a few days. > > -Kevin > Hi, Kevin I found my guest can't boot up in nested KVM env, while using old bios it succeed: Kernel panic - not syncing: Attempted to kill init! ? panic ? do_exit ? fput ? do_group_exit ? sys_exit_group ? system_call_fastpath * RH6.4(no cpu specifed, kernel 3.10, latest qemu, latest seabios) | RH6.4(CPU KVM-64, kernel 3.10) | Fedora18(kernel, kernel 3.8.11) | intel vmx I simply supplied the parameter -bios to replace bios.bin in qemu command line, did I miss something? -- Best Regards Wenchao Xia