ssh: support I/O from any AioContext
commit5aca18a4ff7950ac9f57cafd62476a626d713452
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 29 Jun 2017 13:27:49 +0000 (29 15:27 +0200)
committerFam Zheng <famz@redhat.com>
Mon, 17 Jul 2017 03:34:20 +0000 (17 11:34 +0800)
treee87af3c1bc4ca9a85815b7b190cf999db9afbf95
parentf1af3251f885f3b8adf73ba078500f2eeefbedae
ssh: support I/O from any AioContext

The coroutine may run in a different AioContext, causing the
fd handler to busy wait.  Fix this by resetting the handler
in restart_coroutine, before the coroutine is restarted.

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20170629132749.997-12-pbonzini@redhat.com>
Signed-off-by: Fam Zheng <famz@redhat.com>
block/ssh.c