qemu-patch-raspberry4/hw/mips
Marc-André Lureau 9850b05d21 malta: replace chr init by CHR_EVENT_OPENED handler
The CharDriverState.init() callback was introduced in commit
ceecf1d158. It is only called from text_console_do_init(), but it is no
longer set since commit a61ae7f88 (init assignment has been removed by
accident).

It seems correct to use an event callback instead and print the console
text on CHR_EVENT_OPENED. That way we can remove the single user of
CharDriverState init().

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20161022095318.17775-6-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2016-10-24 15:27:20 +02:00
..
addr.c mips: Clean up includes 2016-01-23 14:30:04 +00:00
cps.c error: Strip trailing '\n' from error string arguments (again) 2016-08-08 09:00:44 +02:00
cputimer.c mips: use MIPSCPU instead of CPUMIPSState 2016-05-19 16:42:27 +02:00
gt64xxx_pci.c hw/mips: fix PCI bus initialization 2016-07-20 19:30:26 +03:00
Makefile.objs hw/mips: implement generic MIPS Coherent Processing System container 2016-03-30 09:13:58 +01:00
mips_fulong2e.c sun4uv: fix serial initialization regression 2016-10-24 15:27:20 +02:00
mips_int.c mips: use MIPSCPU instead of CPUMIPSState 2016-05-19 16:42:27 +02:00
mips_jazz.c mips: use MIPSCPU instead of CPUMIPSState 2016-05-19 16:42:27 +02:00
mips_malta.c malta: replace chr init by CHR_EVENT_OPENED handler 2016-10-24 15:27:20 +02:00
mips_mipssim.c mips: use MIPSCPU instead of CPUMIPSState 2016-05-19 16:42:27 +02:00
mips_r4k.c sun4uv: fix serial initialization regression 2016-10-24 15:27:20 +02:00