From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51692) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bWkOJ-0005Fm-EA for qemu-devel@nongnu.org; Mon, 08 Aug 2016 09:14:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bWkOG-0005uA-OR for qemu-devel@nongnu.org; Mon, 08 Aug 2016 09:14:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38364) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bWkOG-0005u2-Ev for qemu-devel@nongnu.org; Mon, 08 Aug 2016 09:14:48 -0400 Message-ID: <1470662084.10480.42.camel@redhat.com> From: Gerd Hoffmann Date: Mon, 08 Aug 2016 15:14:44 +0200 In-Reply-To: <20160715143517.GA30705@morn.lan> 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> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 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: Kevin O'Connor Cc: seabios@seabios.org, qemu-devel@nongnu.org Hi, Short status update: Project isn't dead. But I'm busy with other stuff and that will not change in August due to holiday season and kvm forum, so don't expect new patches from me before September. For anyone who wants play with this: Pushed my current devel branch to https://www.kraxel.org/cgit/seabios/log/?h=3Dserial (basically the most recent patch series with some not-yet squashed incremental fixes on top). > Have you considered implementing the serial support as a kind of > "serial seavgabios" instead of directly in seabios? That would have > the advantage of pulling in all the existing vgabios quirk handling. Indeed, didn't consider that yet. Briefly looked at this a while back, figured doing this as "serial seavgabios" would allow the reuse of some vgabios code. On the other hand the keyboard handling is easier to do directly in seabios: can queue key events using internal seabios interfaces, no need to hook timer irq (or better serial irq?). I've noticed you've cleaned up vgabios a bit, possibly with the intention to make implementing a serial seavgabios easier? In case you want give it a try: Feel free to grab my branch and run with it. cheers, Gerd