From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32953) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4U1W-0007MS-Lq for qemu-devel@nongnu.org; Mon, 15 Jun 2015 09:02:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z4U1V-0005mz-Rf for qemu-devel@nongnu.org; Mon, 15 Jun 2015 09:01:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34169) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4U1V-0005md-M9 for qemu-devel@nongnu.org; Mon, 15 Jun 2015 09:01:57 -0400 Message-ID: <1434373314.2227.2.camel@redhat.com> From: Gerd Hoffmann Date: Mon, 15 Jun 2015 15:01:54 +0200 In-Reply-To: <20150612201010.GA9897@morn.localdomain> References: <1434008536.27114.18.camel@redhat.com> <1434092419.28479.15.camel@redhat.com> <20150612201010.GA9897@morn.localdomain> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [SeaBIOS] qemu freeze, seabios release List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin O'Connor Cc: Paolo Bonzini , seabios , qemu-devel On Fr, 2015-06-12 at 16:10 -0400, Kevin O'Connor wrote: > On Fri, Jun 12, 2015 at 09:00:19AM +0200, Gerd Hoffmann wrote: > > Hi, > > > > > should be cherry-picked into stable please speak up now. So far my list > > > is pretty short: > > > > Looked through the log. The leal instruction and ahci max-ports fixes > > are worth having too I think. So I have this list now: > > > > nilsson kraxel ~/projects/seabios (1.8-stable)# git log --oneline rel-1.8.1.. > > eb3677a vga: rework virtio-vga support > > 33d4d4f build: Support "make VERSION=xyz" to override the default build version > > dbd4a87 ahci: Ignore max_ports. > > 42f6019 vgabios: Emulate "leal" instruction > > c5fa0c5 vgabios: Add config option for assembler fixups > > I think "smm: ignore bits 16,18-31 of SMM revision ID" (92f9b918) > should also be considered. Makes sense indeed, picked it up. Updated public 1.8-stable branch. I plan to tag 1.8.2 tomorrow. cheers, Gerd