From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36027) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwS4R-0005Dg-Bt for qemu-devel@nongnu.org; Thu, 04 Dec 2014 03:47:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XwS4M-0001qu-E5 for qemu-devel@nongnu.org; Thu, 04 Dec 2014 03:47:31 -0500 Received: from szxga02-in.huawei.com ([119.145.14.65]:55157) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwS4L-0001pD-OA for qemu-devel@nongnu.org; Thu, 04 Dec 2014 03:47:26 -0500 Message-ID: <54801F87.3020602@huawei.com> Date: Thu, 4 Dec 2014 16:47:03 +0800 From: Gonglei MIME-Version: 1.0 References: <33183CC9F5247A488A2544077AF1902086E06D87@SZXEMA503-MBS.china.huawei.com> <1417680429.14168.112.camel@nilsson.home.kraxel.org> In-Reply-To: <1417680429.14168.112.camel@nilsson.home.kraxel.org> Content-Type: text/plain; charset="UTF-8" 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: Gerd Hoffmann Cc: "peter.maydell@linaro.org" , Paolo Bonzini , "Huangweidong (C)" , "qemu-devel@nongnu.org" , "Huangpeng (Peter)" On 2014/12/4 16:07, Gerd Hoffmann wrote: > 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 > > Got it, thanks! Regards, -Gonglei