From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49243) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKACD-0006Be-3b for qemu-devel@nongnu.org; Mon, 04 Jul 2016 16:10:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bKAC9-0003c5-R6 for qemu-devel@nongnu.org; Mon, 04 Jul 2016 16:10:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55146) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKAC9-0003c0-LL for qemu-devel@nongnu.org; Mon, 04 Jul 2016 16:10:17 -0400 Message-ID: <1467663013.15123.198.camel@redhat.com> From: Gerd Hoffmann Date: Mon, 04 Jul 2016 22:10:13 +0200 In-Reply-To: <5180c71c-cc8e-dbbd-3670-d4f143862e86@redhat.com> References: <1467370471-20554-1-git-send-email-kraxel@redhat.com> <1467370471-20554-2-git-send-email-kraxel@redhat.com> <20160701154732.GA11200@morn.lan> <1467620195.15123.133.camel@redhat.com> <7c1baeab-b8b0-93d1-a9a2-054dfd92ece0@redhat.com> <1467636384.15123.177.camel@redhat.com> <20160704152648.GA2039@morn.lan> <5180c71c-cc8e-dbbd-3670-d4f143862e86@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [RFC PATCH 1/2] serial console, output List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Kevin O'Connor , seabios@seabios.org, qemu-devel@nongnu.org Hi, > > Unfortunately, the screen can be larger than 80x25. >=20 > It can with SVGA BIOS, but Gerd here only supports mode 3, doesn't he? Current code yes, but that doesn't imply it'll stay that way forever. Supporting other sizes is just a matter of making sercon_1000() recognizing the mode numbers and set cols+rows accordingly. cheers, Gerd