qemu-devel
[Top][All Lists]
Advanced

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

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


From: Anthony Liguori
Subject: [Qemu-devel] [6697] monitor: Use reasonable default virtual console size (Jan Kiszka)
Date: Thu, 05 Mar 2009 19:42:32 +0000

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 <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>

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++)





reply via email to

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