Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190114162605.5330-1-eblake@redhat.com
Maintainers: Kevin Wolf <kwolf@redhat.com>, Max Reitz <mreitz@redhat.com>, John Snow <jsnow@redhat.com>, Markus Armbruster <armbru@redhat.com>, Eric Blake <eblake@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Fam Zheng <fam@euphon.net>
qemu-nbd.texi | 4 +
qapi/block-core.json | 56 +++----
qapi/block.json | 30 +---
qapi/transaction.json | 12 +-
include/block/nbd.h | 12 +-
block/dirty-bitmap.c | 1 -
blockdev-nbd.c | 36 ++---
blockdev.c | 107 ++++++++-----
hmp.c | 5 +-
nbd/server.c | 136 ++++++++--------
qemu-nbd.c | 26 ++--
tests/qemu-iotests/206 | 8 +-
tests/qemu-iotests/223 | 52 +++++--
tests/qemu-iotests/223.out | 23 ++-
tests/qemu-iotests/236 | 161 +++++++++++++++++++
tests/qemu-iotests/236.out | 351 ++++++++++++++++++++++++++++++++++++++++++
tests/qemu-iotests/group | 1 +
tests/qemu-iotests/iotests.py | 64 ++++++--
18 files changed, 841 insertions(+), 244 deletions(-)
create mode 100755 tests/qemu-iotests/236
create mode 100644 tests/qemu-iotests/236.out