Jan Kiszka <jan.kis...@siemens.com> writes: > Regression of 01f45d986f. > > Signed-off-by: Jan Kiszka <jan.kis...@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