From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32992) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJ0ff-0004J5-J7 for qemu-devel@nongnu.org; Fri, 01 Jul 2016 11:48:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bJ0fb-0003IV-CH for qemu-devel@nongnu.org; Fri, 01 Jul 2016 11:47:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58461) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJ0fb-0003IK-6a for qemu-devel@nongnu.org; Fri, 01 Jul 2016 11:47:55 -0400 Message-ID: <1467388072.15123.112.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 01 Jul 2016 17:47:52 +0200 In-Reply-To: <1467370471-20554-1-git-send-email-kraxel@redhat.com> References: <1467370471-20554-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [RFC PATCH 0/2] seabios: add serial console support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: seabios@seabios.org Cc: qemu-devel@nongnu.org Hi, > known issues / todo list: > * isolinux/pxelinux seems to have trouble with this. Found this one. video_* fields in BDA need accurate info for syslinux to work. Also added cp437 -> utf8 mapping for proper box character drawings. Stuff is here: https://www.kraxel.org/cgit/seabios/log/?h=3Dserial /me goes disappear into the weekend now. cheers, Gerd