]> git.proxmox.com Git - mirror_qemu.git/commit - ui/console.c
char: remove explicit_be_open from CharDriverState
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Sat, 22 Oct 2016 10:09:43 +0000 (13:09 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
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 <marcandre.lureau@redhat.com>
Message-Id: <20161022100951.19562-7-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
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