qemu-devel
[Top][All Lists]
Advanced

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

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


From: Jan Kiszka
Subject: [Qemu-devel] [PATCH] qemu-char: Fix typo in virtual console registration
Date: Thu, 14 Mar 2013 20:28:25 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666

Regression of 01f45d986f.

Signed-off-by: Jan Kiszka <address@hidden>
---
 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]