qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] Unify default parallel console size


From: Jan Kiszka
Subject: [Qemu-devel] [PATCH] Unify default parallel console size
Date: Sat, 21 Feb 2009 19:40:30 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666

Serial and virtio consoles already use 80x24 characters as default size,
apply the same to the parallel port 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 3374af7..0424965 100644
--- a/vl.c
+++ b/vl.c
@@ -4686,7 +4686,7 @@ int main(int argc, char **argv, char **envp)
         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;




reply via email to

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