qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [6705] monitor: Use reasonable default virtual console size


From: Anthony Liguori
Subject: [Qemu-devel] [6705] monitor: Use reasonable default virtual console size (Jan Kiszka)
Date: Thu, 05 Mar 2009 23:00:53 +0000

Revision: 6705
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6705
Author:   aliguori
Date:     2009-03-05 23:00:53 +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 <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>

Modified Paths:
--------------
    trunk/vl.c

Modified: trunk/vl.c
===================================================================
--- trunk/vl.c  2009-03-05 23:00:48 UTC (rev 6704)
+++ trunk/vl.c  2009-03-05 23:00:53 UTC (rev 6705)
@@ -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++)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]