]> Git Repo - qemu.git/commit - qemu-char.c
char: remove explicit_be_open from CharDriverState
authorMarc-André Lureau <[email protected]>
Sat, 22 Oct 2016 10:09:43 +0000 (13:09 +0300)
committerPaolo Bonzini <[email protected]>
Mon, 24 Oct 2016 13:46:11 +0000 (15:46 +0200)
commit82878dac6fcd16cb4fa47266bcd3dd03df436dae
tree7f16567124bb2ae28efea46144f648a2895a4e92
parentebf4c54d4b24badc88a9f3e23f1540003e1f7cd7
char: remove explicit_be_open from CharDriverState

It's only used in qmp_chardev_add(), so use a create() argument instead.

Also switched to typedef functions for CharDriverParse/CharDriverCreate.

Signed-off-by: Marc-André Lureau <[email protected]>
Message-Id: <20161022100951[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
backends/baum.c
backends/msmouse.c
backends/testdev.c
include/sysemu/char.h
qemu-char.c
spice-qemu-char.c
ui/console.c
ui/gtk.c
This page took 0.024537 seconds and 4 git commands to generate.