From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ugqkf-0006cz-5p for qemu-devel@nongnu.org; Mon, 27 May 2013 02:17:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UgqkY-0007MM-38 for qemu-devel@nongnu.org; Mon, 27 May 2013 02:17:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:13713) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgqkX-0007ME-RU for qemu-devel@nongnu.org; Mon, 27 May 2013 02:17:42 -0400 Message-ID: <51A2FA7B.2040304@redhat.com> Date: Mon, 27 May 2013 08:17:31 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1366381460-6041-1-git-send-email-pbonzini@redhat.com> <1366759020.13769.49.camel@haakon3.risingtidesystems.com> <517774C8.2030604@redhat.com> <20130424061126.GB4256@t430s.nay.redhat.com> <20130516044643.GA3785@t430s.nay.redhat.com> In-Reply-To: <20130516044643.GA3785@t430s.nay.redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] seabios for qemu 1.5 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amos Kong Cc: target-devel , "Michael S. Tsirkin" , "seabios@seabios.org" , qemu-devel@nongnu.org, "Nicholas A. Bellinger" , kevin@koconnor.net, anthony@codemonkey.ws, Paolo Bonzini , asias@redhat.com Hi, >> | commit 11a7234491cb2a027b0fa5e82af38a3e78b44c80 >> | Author: Kevin O'Connor >> | Date: Tue Mar 5 17:52:21 2013 +0800 >> | >> | Cache boot-fail-wait to avoid romfile access after POST. >> | >> | Memory allocated with malloc_tmp() can't be used after the POST phase. >> | So, access boot-fail-wait in post phase and store it for the boot >> | phase to use. This fixes the regression introduced by commit >> | 59d6ca52. > > > This patch doesn't contain in seabios-1.7.2.1, it wasn't contained in > latest bios.bin of qemu, it caused 'strict boot' doesn't work. > > # qemu -boot strict=on > > What can we do for this? push Kevin add this patch in stable branch > and re-built bios.bin? It's in the 1.7.2-stable branch meanwhile. 1.7.2.2 isn't tagged yet though. It's going slower than usual, seems Kevin is a bit busy with non-seabios things these days. Once we have a release released I'll put updates into master and the stable-1.5 branch. cheers, Gerd