From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57683) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwRRb-000695-Oc for qemu-devel@nongnu.org; Thu, 04 Dec 2014 03:07:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XwRRW-0005YD-Og for qemu-devel@nongnu.org; Thu, 04 Dec 2014 03:07:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58912) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwRRW-0005Y3-Gc for qemu-devel@nongnu.org; Thu, 04 Dec 2014 03:07:18 -0500 Message-ID: <1417680429.14168.112.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Thu, 04 Dec 2014 09:07:09 +0100 In-Reply-To: <33183CC9F5247A488A2544077AF1902086E06D87@SZXEMA503-MBS.china.huawei.com> References: <33183CC9F5247A488A2544077AF1902086E06D87@SZXEMA503-MBS.china.huawei.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Question] about ipxe version update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Gonglei (Arei)" Cc: "peter.maydell@linaro.org" , Paolo Bonzini , "Huangweidong (C)" , "qemu-devel@nongnu.org" , "Huangpeng (Peter)" Hi, > When we tried the latest ipxe code, it's ok. > By git bisect, I found the patch of ipxe.git solved this problem. > > # git show 9f0b7f428af04d0c5ddda78f9b034625f2f91831 > Author: Michael Brown > Date: Sun Jun 1 19:24:16 2014 +0100 > I noticed that the latest ipxe version in qemu is 2014.5.15, and was included > in Qemu-2.1 release version. > > commit d880b28cef4a8b4bc489a5caec201d019b9c0add > Author: Gerd Hoffmann > Date: Thu May 15 14:23:59 2014 +0200 > > ipxe: update to current git > > Now that ipxe has separate settings for load / boot banner timeouts > re-enable the boot banner while keeping the load banner turned off, > so we don't add a delay to non-pxe boots. > > Does we have a plan to update ipxe version in QEMU? Thanks. Picking up a bugfix is a pretty good reason to update ... > I know QEMU 2.2 will be released tomorrow, December 5th. > Maybe we can't catch up with that. ... but not one day before the release. We can do the update early in 2.3 though, and maybe cherry-pick for 2.2.1 after it got some testing. cheers, Gerd