]> git.proxmox.com Git - qemu.git/commit
nbd: negotiate with named exports
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 23 Aug 2012 12:57:11 +0000 (14:57 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 19 Sep 2012 13:26:30 +0000 (15:26 +0200)
commit6b8c01e781524ab713faa31a4fb5b20a745f638a
treeb77050feb3854933fa67015de4c12b74d3a63e63
parentee0a19ec2a98989ff634857fb203bc2879d96bff
nbd: negotiate with named exports

Allow negotiation to receive the name of the requested export from
the client.  Passing a NULL export to nbd_client_new will cause
the server to send the extended negotiation header.  The exp field
is then filled during negotiation.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
nbd.c