projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ca761f
)
gtk: fix vc initialization
author
Anthony Liguori
<aliguori@us.ibm.com>
Wed, 13 Mar 2013 17:21:04 +0000
(12:21 -0500)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Wed, 13 Mar 2013 17:21:04 +0000
(12:21 -0500)
commit
01f45d986fb0b7c2d4f0466efe3cde9708f325be
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>
ui/console.c
patch
|
blob
|
history
diff --git
a/ui/console.c
b/ui/console.c
index 83a6fa3969aec6fda8d260a318f50fbfcf265c5b..0f9617779740ba22f424c31f0db869eb8218935e 100644
(file)
--- 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);