]> git.ipfire.org Git - thirdparty/qemu.git/commit
char: remove unused qemu_chr_fe_event
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Sat, 22 Oct 2016 10:09:40 +0000 (13:09 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 24 Oct 2016 13:46:10 +0000 (15:46 +0200)
commit58fa54947e6b8a26aaeb1b719eabfd0e1461a2b3
tree53ae3fcba5f86d9446a0051bc8d51ed7cbb24957
parent8c260cb13c2d9a889b660e829c3f5769ae030ec4
char: remove unused qemu_chr_fe_event

I introduced this function in d61b0c9a2f7f, but it isn't
used. Furthermore, it was incomplete, as it would need to translate QEMU
chr events to Spice port events.

(presumably it was used in the follow-up NBD-spice series that was not
completed: http://lists.gnu.org/archive/html/qemu-devel/2013-11/msg02024.html)

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