]> Git Repo - qemu.git/commit
block/nbd: merge nbd-client.* to nbd.c
authorVladimir Sementsov-Ogievskiy <[email protected]>
Tue, 11 Jun 2019 10:27:19 +0000 (13:27 +0300)
committerEric Blake <[email protected]>
Thu, 13 Jun 2019 14:55:09 +0000 (09:55 -0500)
commit86f8cdf3db8bc263ae08885e04ce96c089d1cac8
tree22c89ecde745cc0d8ef5122ca3ed92ae7b4ff5dd
parent0a93b359db270788b81c1dba6ce868877381fa94
block/nbd: merge nbd-client.* to nbd.c

No reason for keeping driver handlers realization separate from driver
structure. We can get rid of extra header file.

While being here, fix comments style, restore forgotten comments for
NBD_FOREACH_REPLY_CHUNK and nbd_reply_chunk_iter_receive, remove extra
includes.

Signed-off-by: Vladimir Sementsov-Ogievskiy <[email protected]>
Message-Id: <20190611102720[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Signed-off-by: Eric Blake <[email protected]>
block/Makefile.objs
block/nbd-client.c [deleted file]
block/nbd-client.h [deleted file]
block/nbd.c
block/trace-events
This page took 0.027536 seconds and 4 git commands to generate.