Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201009020714.1074061-1-eblake@redhat.com
Maintainers: Markus Armbruster <armbru@redhat.com>, Max Reitz <mreitz@redhat.com>, Eric Blake <eblake@redhat.com>, Kevin Wolf <kwolf@redhat.com>
docs/interop/nbd.txt | 23 +++-
docs/tools/qemu-nbd.rst | 6 ++
qapi/block-core.json | 7 +-
qapi/block-export.json | 20 +++-
include/block/nbd.h | 8 +-
blockdev-nbd.c | 20 +++-
nbd/server.c | 210 +++++++++++++++++++++++++++++--------
qemu-nbd.c | 25 +++--
tests/qemu-iotests/291 | 6 +-
tests/qemu-iotests/309 | 73 +++++++++++++
tests/qemu-iotests/309.out | 22 ++++
tests/qemu-iotests/group | 1 +
12 files changed, 350 insertions(+), 71 deletions(-)
create mode 100755 tests/qemu-iotests/309
create mode 100644 tests/qemu-iotests/309.out