]> git.proxmox.com Git - mirror_qemu.git/commit - block/Makefile.objs
block/nbd: merge nbd-client.* to nbd.c
authorVladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Tue, 11 Jun 2019 10:27:19 +0000 (13:27 +0300)
committerEric Blake <eblake@redhat.com>
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 <vsementsov@virtuozzo.com>
Message-Id: <20190611102720.86114-3-vsementsov@virtuozzo.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
block/Makefile.objs
block/nbd-client.c [deleted file]
block/nbd-client.h [deleted file]
block/nbd.c
block/trace-events