* [Qemu-devel] [6697] monitor: Use reasonable default virtual console size (Jan Kiszka)
@ 2009-03-05 19:42 Anthony Liguori
0 siblings, 0 replies; only message in thread
From: Anthony Liguori @ 2009-03-05 19:42 UTC (permalink / raw)
To: qemu-devel
Revision: 6697
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6697
Author: aliguori
Date: 2009-03-05 19:42:30 +0000 (Thu, 05 Mar 2009)
Log Message:
-----------
monitor: Use reasonable default virtual console size (Jan Kiszka)
If a target uses a tiny display (like the MusicPal), the default monitor
is currently set to the same size. Fix this by applying the same
defaults like already used serial and virtio consoles.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Modified Paths:
--------------
branches/stable_0_10_0/vl.c
Modified: branches/stable_0_10_0/vl.c
===================================================================
--- branches/stable_0_10_0/vl.c 2009-03-05 19:42:19 UTC (rev 6696)
+++ branches/stable_0_10_0/vl.c 2009-03-05 19:42:30 UTC (rev 6697)
@@ -4696,7 +4696,7 @@
kernel_cmdline = "";
cyls = heads = secs = 0;
translation = BIOS_ATA_TRANSLATION_AUTO;
- monitor_device = "vc";
+ monitor_device = "vc:80Cx24C";
serial_devices[0] = "vc:80Cx24C";
for(i = 1; i < MAX_SERIAL_PORTS; i++)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-03-05 19:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-05 19:42 [Qemu-devel] [6697] monitor: Use reasonable default virtual 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).