]> Git Repo - qemu.git/commit
chardev: use per-dev context for io_add_watch_poll
authorPeter Xu <[email protected]>
Thu, 21 Sep 2017 06:35:53 +0000 (14:35 +0800)
committerPaolo Bonzini <[email protected]>
Fri, 22 Sep 2017 19:07:27 +0000 (21:07 +0200)
commit6bbb6c0644f76b58012bd7ed4279d44c59bb43ab
treefa9c455a00cb5f27d4baeaa17194819ee32925d4
parent95eeeba669dca94492d708b2893f296839652c84
chardev: use per-dev context for io_add_watch_poll

It was only passed in by chr_update_read_handlers().  However when
reconnect, we'll lose that context information.  So if a chardev was
running on another context (rather than the default context, the NULL
pointer), it'll switch back to the default context if reconnection
happens.  But, it should really stick to the old context.

Convert all the callers of io_add_watch_poll() to use the internally
cached gcontext.  Then the context should be able to survive even after
reconnections.

Signed-off-by: Peter Xu <[email protected]>
Message-Id: <1505975754[email protected]>
Reviewed-by: Marc-AndrĂ© Lureau <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
chardev/char-fd.c
chardev/char-pty.c
chardev/char-socket.c
chardev/char-udp.c
This page took 0.025174 seconds and 4 git commands to generate.