qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] qemu-char: Fix typo in virtual console registra


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH] qemu-char: Fix typo in virtual console registration
Date: Thu, 14 Mar 2013 16:31:48 -0500
User-agent: Notmuch/0.13.2+93~ged93d79 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu)

Jan Kiszka <address@hidden> writes:

> Regression of 01f45d986f.
>
> Signed-off-by: Jan Kiszka <address@hidden>

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 via email to

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