]> git.proxmox.com Git - mirror_qemu.git/commit - nbd/client-connection.c
nbd/client-connection: add possibility of negotiation
authorVladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Thu, 10 Jun 2021 10:07:49 +0000 (13:07 +0300)
committerEric Blake <eblake@redhat.com>
Fri, 18 Jun 2021 15:59:53 +0000 (10:59 -0500)
commit130d49baa50655729f09efb72e77bebf09421dd7
tree2ed4ae9639627ba72e2fac3dcc3f1da7161eee2d
parente70da5ff6445bf09db55e4828c08c2a30d816137
nbd/client-connection: add possibility of negotiation

Add arguments and logic to support nbd negotiation in the same thread
after successful connection.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Message-Id: <20210610100802.5888-20-vsementsov@virtuozzo.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
block/nbd.c
include/block/nbd.h
nbd/client-connection.c