]> git.ipfire.org Git - thirdparty/qemu.git/commit
block/nbd: split nbd_handle_updated_info out of nbd_client_handshake()
authorVladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Thu, 10 Jun 2021 10:07:52 +0000 (13:07 +0300)
committerEric Blake <eblake@redhat.com>
Fri, 18 Jun 2021 15:59:54 +0000 (10:59 -0500)
commite9ba7788b0c4328f7123eccb60cbb68b0b62bacb
tree86c19d0c77f327928075d623a0509dfb7f4be3bc
parentf58b2dfe3e815d0c8491b33c36622824e8a08e40
block/nbd: split nbd_handle_updated_info out of nbd_client_handshake()

To be reused in the following patch.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: Roman Kagan <rvkagan@yandex-team.ru>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20210610100802.5888-23-vsementsov@virtuozzo.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
block/nbd.c