]> Git Repo - qemu.git/commit - qtest.c
char: remove init callback
authorMarc-André Lureau <[email protected]>
Sat, 22 Oct 2016 09:52:46 +0000 (12:52 +0300)
committerPaolo Bonzini <[email protected]>
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 <[email protected]>
Message-Id: <20161022095318[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
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
This page took 0.031885 seconds and 4 git commands to generate.