diff options
| author | Paolo Bonzini | 2017-02-13 14:52:24 +0100 |
|---|---|---|
| committer | Stefan Hajnoczi | 2017-02-21 12:14:08 +0100 |
| commit | ff82911cd3f69f028f2537825c9720ff78bc3f19 (patch) | |
| tree | 68ea48537278208b0246e42061fcf2ac9b22cf1d /scripts/modules | |
| parent | io: make qio_channel_yield aware of AioContexts (diff) | |
| download | qemu-ff82911cd3f69f028f2537825c9720ff78bc3f19.tar.gz qemu-ff82911cd3f69f028f2537825c9720ff78bc3f19.tar.xz qemu-ff82911cd3f69f028f2537825c9720ff78bc3f19.zip | |
nbd: convert to use qio_channel_yield
In the client, read the reply headers from a coroutine, switching the
read side between the "read header" coroutine and the I/O coroutine that
reads the body of the reply.
In the server, if the server can read more requests it will create a new
"read request" coroutine as soon as a request has been read. Otherwise,
the new coroutine is created in nbd_request_put.
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
Message-id: 20170213135235.12274-8-pbonzini@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'scripts/modules')
0 files changed, 0 insertions, 0 deletions
