qemu-devel
[Top][All Lists]
Advanced

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

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


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH] Unify default parallel console size
Date: Fri, 27 Feb 2009 14:14:38 -0600
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

Jan Kiszka wrote:
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>

Applied.  Thanks.

Regards,

Anthony Liguori

---

 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]