qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v2 06/19] monitor: Use reasonable default virtual co


From: Jan Kiszka
Subject: [Qemu-devel] [PATCH v2 06/19] monitor: Use reasonable default virtual console size
Date: Sat, 21 Feb 2009 19:29:16 +0100
User-agent: StGIT/0.14.2

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

 vl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/vl.c b/vl.c
index 16353f5..1c5878b 100644
--- a/vl.c
+++ b/vl.c
@@ -4679,7 +4679,7 @@ int main(int argc, char **argv, char **envp)
     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]