qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Anthony Liguori <aliguori@us.ibm.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] Unify default parallel console size
Date: Fri, 27 Feb 2009 14:14:38 -0600	[thread overview]
Message-ID: <49A849AE.6000004@us.ibm.com> (raw)
In-Reply-To: <49A04A9E.9070307@web.de>

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

      reply	other threads:[~2009-02-27 20:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-21 18:40 [Qemu-devel] [PATCH] Unify default parallel console size Jan Kiszka
2009-02-27 20:14 ` Anthony Liguori [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49A849AE.6000004@us.ibm.com \
    --to=aliguori@us.ibm.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).