char: replace avail_connections
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Sat, 22 Oct 2016 10:09:41 +0000 (13:09 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 24 Oct 2016 13:46:10 +0000 (15:46 +0200)
commit3aef23d7d8ba559c6e74e931702c63b4c5e23dcd
treefb68178f0600bed8a08a8426e2a3aadc1e37f0a3
parent58fa54947e6b8a26aaeb1b719eabfd0e1461a2b3
char: replace avail_connections

No need to count the users of a CharDriverState, it can rely on the fact
of whether there is a CharBackend associated or if there is enough space
in the muxer.

Simplify and fold chr_mux_new_fe() in qemu_chr_fe_init() since there is
a single user now. Also switch from fprintf to raising error instead.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20161022100951.19562-5-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/bt/hci-csr.c
include/sysemu/char.h
qemu-char.c