From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: Xen 4.5 development update (July update) Date: Fri, 25 Jul 2014 13:22:19 -0400 Message-ID: <20140725172219.GD11179@laptop.dumpdata.com> References: <20140723002823.3F7C4BD884@laptop.dumpdata.com> <1406109106.1351.35.camel@kazak.uk.xensource.com> <20140723170235.GA5768@laptop.dumpdata.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Stefano Stabellini Cc: xen-devel , Ian.Jackson@eu.citrix.com, Ian Campbell , yjhyun.yoo@samsung.com List-Id: xen-devel@lists.xenproject.org On Thu, Jul 24, 2014 at 12:23:17PM +0100, Stefano Stabellini wrote: > On Wed, 23 Jul 2014, Konrad Rzeszutek Wilk wrote: > > > > >From the SeaBIOS side we are currently using the latest upstream. > > > > > > > > IIRC Stefano has merged the version of qemu which he intends 4.5 to ship > > > > with, but he should confirm... > > > > > > Yes, I have already merged QEMU 2.0.0 and I am not planning to merge > > > again a new QEMU upstream release before 4.5. > > > > Is there an ETA when you want to push it out? So far I see that > > qemu-upstream-unstable master has not been updated. > > It has. The tip is: > > commit 779640a3f4f58633e8575a534838ec79b4982107 > Author: Luiz Capitulino > Date: Thu Jun 19 10:13:43 2014 -0400 > > fpu: softfloat: drop INLINE macro > > and it is based on v2.0.0. Looking at git://git.qemu.org/qemu.git I see: a9e8aeb Update version for v2.0.0 release oh, which I see now in the master, way way back in the log. And then you backported a bunch of stuff from v2.1.0 in the tree. Right, that makes more sense now. Thank you!