qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Unify default parallel console size
@ 2009-02-21 18:40 Jan Kiszka
  2009-02-27 20:14 ` Anthony Liguori
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2009-02-21 18:40 UTC (permalink / raw)
  To: qemu-devel

Serial and virtio consoles already use 80x24 characters as default size,
apply the same to the parallel port consoles.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---

 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;

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] Unify default parallel console size
  2009-02-21 18:40 [Qemu-devel] [PATCH] Unify default parallel console size Jan Kiszka
@ 2009-02-27 20:14 ` Anthony Liguori
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony Liguori @ 2009-02-27 20:14 UTC (permalink / raw)
  To: qemu-devel

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 <jan.kiszka@siemens.com>
>   

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-02-27 20:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-21 18:40 [Qemu-devel] [PATCH] Unify default parallel console size Jan Kiszka
2009-02-27 20:14 ` Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).