From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41727) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brLuf-0003HA-Hc for qemu-devel@nongnu.org; Tue, 04 Oct 2016 05:21:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1brLuZ-0004q0-N1 for qemu-devel@nongnu.org; Tue, 04 Oct 2016 05:21:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42670) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brLuZ-0004ph-Fv for qemu-devel@nongnu.org; Tue, 04 Oct 2016 05:21:19 -0400 Date: Tue, 4 Oct 2016 11:21:12 +0200 From: Igor Mammedov Message-ID: <20161004112112.2465b09d@igors-macbook-pro.local> In-Reply-To: <1475570981.14732.23.camel@redhat.com> References: <1468486382-21609-1-git-send-email-kraxel@redhat.com> <1468486382-21609-6-git-send-email-kraxel@redhat.com> <20160714161529.GA28523@morn.lan> <1468583389.22036.40.camel@redhat.com> <20160715143517.GA30705@morn.lan> <1474977608.26376.22.camel@redhat.com> <20161004030334.GA29101@morn.lan> <1475570981.14732.23.camel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [SeaBIOS] [PATCH 5/5] [wip] sercon: initial split-output implementation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Kevin O'Connor , seabios@seabios.org, qemu-devel@nongnu.org On Tue, 04 Oct 2016 10:49:41 +0200 Gerd Hoffmann wrote: > Hi, > > > Interesting. I'm curious how the memory scan works, because I > > didn't think there was any way to find the vga entry point except > > from the int10 vector. > > Run the init code in emulator? > > > Were you looking to include this series in SeaBIOS v1.10? We can > > either delay the release or push the changes into the next release. > > 1.10 release in october would be great for qemu as freeze for the 2.8 > release is november 1st. That doesn't leave much room to delay > things ... > > I think that means either merge the current sercon version (posted to > the list last Wednesday, have you looked at it?) for 1.10 or move it > into the next release. > > > Also not sure where Igor's patches stand wrt inclusion into QEMU. > > Good question. It isn't yet in the qemu master branch. > Igor? Do you have a status update? So far plan is merge it into QEMU 2.8. I've amended QEMU counterpart according to Radim's and Paolo's reviews and plan to respin it soon. It will depend on Radim's https://lists.gnu.org/archive/html/qemu-devel/2016-09/msg08292.html though, so my series will be merged after that > > cheers, > Gerd >