* [Qemu-devel] [PATCH] qemu-char: Fix typo in virtual console registration
@ 2013-03-14 19:28 Jan Kiszka
2013-03-14 21:31 ` Anthony Liguori
0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2013-03-14 19:28 UTC (permalink / raw)
To: Anthony Liguori; +Cc: qemu-devel
Regression of 01f45d986f.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH] qemu-char: Fix typo in virtual console registration
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
0 siblings, 0 replies; 2+ messages in thread
From: Anthony Liguori @ 2013-03-14 21:31 UTC (permalink / raw)
To: Jan Kiszka; +Cc: qemu-devel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-14 21:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).