qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Anthony Liguori <aliguori@us.ibm.com>
To: Jan Kiszka <jan.kiszka@siemens.com>
Cc: qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH] qemu-char: Fix typo in virtual console registration
Date: Thu, 14 Mar 2013 16:31:48 -0500	[thread overview]
Message-ID: <87d2v1llbv.fsf@codemonkey.ws> (raw)
In-Reply-To: <514224D9.20008@siemens.com>

Jan Kiszka <jan.kiszka@siemens.com> writes:

> Regression of 01f45d986f.
>
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>

Yeah, another version of this will be pushed shortly from Gerd.

Regards,

Anthony Liguori

> ---
>  ui/console.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/ui/console.c b/ui/console.c
> index 83a6fa3..0f96177 100644
> --- a/ui/console.c
> +++ b/ui/console.c
> @@ -1742,7 +1742,7 @@ PixelFormat qemu_default_pixelformat(int bpp)
>  
>  static void register_types(void)
>  {
> -    register_char_driver("vc", text_console_init);
> +    register_char_driver("vc", vc_init);
>  }
>  
>  type_init(register_types);
> -- 
> 1.7.3.4

      reply	other threads:[~2013-03-14 21:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-14 19:28 [Qemu-devel] [PATCH] qemu-char: Fix typo in virtual console registration Jan Kiszka
2013-03-14 21:31 ` 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=87d2v1llbv.fsf@codemonkey.ws \
    --to=aliguori@us.ibm.com \
    --cc=jan.kiszka@siemens.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).