From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53447) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YW63x-0001Cm-Rm for qemu-devel@nongnu.org; Thu, 12 Mar 2015 12:34:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YW63t-0004cq-SM for qemu-devel@nongnu.org; Thu, 12 Mar 2015 12:34:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47205) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YW63t-0004cR-LR for qemu-devel@nongnu.org; Thu, 12 Mar 2015 12:34:17 -0400 Message-ID: <1426178051.1722.24.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Thu, 12 Mar 2015 17:34:11 +0100 In-Reply-To: <20150311183140.GA308@morn.localdomain> References: <1426081698.28125.22.camel@nilsson.home.kraxel.org> <20150311183140.GA308@morn.localdomain> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [SeaBIOS] seabios stable release List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin O'Connor Cc: Marcel Apfelbaum , seabios , "qemu-devel@nongnu.org" , David Gilbert , Bandan Das , Paolo Bonzini On Mi, 2015-03-11 at 14:31 -0400, Kevin O'Connor wrote: > On Wed, Mar 11, 2015 at 02:48:18PM +0100, Gerd Hoffmann wrote: > > Hi, > > > > Looks like we need a stable release branch for 1.8 and roll out a 1.8.1 > > release with some fixes for qemu. > > > > Issue #1: support for multiple pci roots. > > > > Issue #2: There is a (not-yet fixed) emulation failure with newer intel > > processors, apparently triggered by seabios commit > > 0673b7870063a3affbad9046fb6d385a4e734c19 > > > > Thread starts here: > > https://lists.gnu.org/archive/html/qemu-devel/2015-03/msg01140.html > > > > Other known issues in 1.8 which should be addressed in 1.8.1? > > I think the PVSCSI fix (bc82fa43) should go in. Branch created, three patches (2x pvscsi + 1x multiple pci root) cherry-picked from master, pushed. The smp race fix will follow as soon as it hits master. More candidates? I plan to tag 1.8.1 tomorrow or next monday, so the release will be ready in time for qemu 2.3-rc0 which is planned for next tuesday. cheers, Gerd