* [Qemu-devel] [6651] Unify default parallel console size (Jan Kiszka)
@ 2009-02-27 20:14 Anthony Liguori
0 siblings, 0 replies; only message in thread
From: Anthony Liguori @ 2009-02-27 20:14 UTC (permalink / raw)
To: qemu-devel
Revision: 6651
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6651
Author: aliguori
Date: 2009-02-27 20:14:29 +0000 (Fri, 27 Feb 2009)
Log Message:
-----------
Unify default parallel console size (Jan Kiszka)
Serial and virtio consoles already use 80x24 characters as default size,
apply the same to the parallel port consoles.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Modified Paths:
--------------
trunk/vl.c
Modified: trunk/vl.c
===================================================================
--- trunk/vl.c 2009-02-27 20:12:36 UTC (rev 6650)
+++ trunk/vl.c 2009-02-27 20:14:29 UTC (rev 6651)
@@ -4690,7 +4690,7 @@
serial_devices[i] = NULL;
serial_device_index = 0;
- parallel_devices[0] = "vc:640x480";
+ parallel_devices[0] = "vc:80Cx24C";
for(i = 1; i < MAX_PARALLEL_PORTS; i++)
parallel_devices[i] = NULL;
parallel_device_index = 0;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-02-27 20:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-27 20:14 [Qemu-devel] [6651] Unify default parallel console size (Jan Kiszka) Anthony Liguori
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).