]> git.proxmox.com Git - qemu.git/commit
qemu-nbd: introduce NBDRequest
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 19 Sep 2011 12:18:33 +0000 (14:18 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 22 Dec 2011 10:53:58 +0000 (11:53 +0100)
commitd9a73806585fd89f75f0c411839151863dac7f61
tree1d5ec28169d56d447ab4105975bec256ce327e3b
parentaf49bbbe78b16673cea13fea7f4d7d3433bf2646
qemu-nbd: introduce NBDRequest

Move the buffer from NBDExport to a new structure, so that it will be
possible to have multiple in-flight requests for the same export
(and for the same client too---we get that for free).

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