]> git.proxmox.com Git - mirror_qemu.git/commit
char: remove init callback
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Sat, 22 Oct 2016 09:52:46 +0000 (12:52 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 24 Oct 2016 13:27:20 +0000 (15:27 +0200)
commitb4948be93e53c3b471666e51ce59303082626a2f
treec9a61704d7e1e752336bf2eec2b8a25136e2df77
parent9850b05d216b3a835f92100fed64ffad77e5cf3b
char: remove init callback

The CharDriverState.init() callback is no longer set since commit
a61ae7f88ce and thus unused. The only user, the malta FGPA display has
been converted to use an event "opened" callback instead.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20161022095318.17775-7-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
21 files changed:
gdbstub.c
hmp.c
hw/arm/fsl-imx25.c
hw/arm/fsl-imx31.c
hw/arm/fsl-imx6.c
hw/arm/omap2.c
hw/char/exynos4210_uart.c
hw/char/omap_uart.c
hw/char/xen_console.c
hw/isa/pc87312.c
hw/mips/mips_malta.c
hw/usb/dev-serial.c
hw/xtensa/xtfpga.c
include/sysemu/char.h
net/slirp.c
qemu-char.c
qtest.c
tests/vhost-user-test.c
ui/console.c
ui/gtk.c
vl.c