mirror of https://gitee.com/openkylin/qemu.git
gtk: fix vc initialization
commit 01f45d986f
Author: Anthony Liguori <aliguori@us.ibm.com>
Date: Tue Mar 5 23:21:32 2013 +0530
qemu-char: move text console init to console.c
Broke vc initialization for GTK. It's a simple typo.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
8ca761f661
commit
c69b30e830
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue