]> git.proxmox.com Git - mirror_qemu.git/commit - chardev/char.c
chardev: remove context in chr_update_read_handler
authorPeter Xu <peterx@redhat.com>
Thu, 21 Sep 2017 06:35:54 +0000 (14:35 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 22 Sep 2017 19:07:27 +0000 (21:07 +0200)
commitbb86d05f4afab3ebfee2e897e295d61dbd8cc28e
treeee0c77875cfa2b30bb1db7a17563560b17153ad4
parent6bbb6c0644f76b58012bd7ed4279d44c59bb43ab
chardev: remove context in chr_update_read_handler

We had a per-chardev cache for context, then we don't need this
parameter to be passed in every time when chr_update_read_handler()
called.  As long as we are calling chr_update_read_handler() using
qemu_chr_be_update_read_handlers() we'll be fine.

Signed-off-by: Peter Xu <peterx@redhat.com>
Message-Id: <1505975754-21555-5-git-send-email-peterx@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
chardev/char-fd.c
chardev/char-pty.c
chardev/char-socket.c
chardev/char-udp.c
chardev/char.c
include/chardev/char.h