[Qemu-devel] [PATCH v3 0/2] block: formalize and test fleecing

John Snow posted 2 patches 7 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180628212544.21854-1-jsnow@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test s390x passed
There is a newer version of this series
blockdev.c                 |   2 +-
tests/qemu-iotests/222     | 152 +++++++++++++++++++++++++++++++++++++++++++++
tests/qemu-iotests/222.out |  66 ++++++++++++++++++++
tests/qemu-iotests/group   |   1 +
4 files changed, 220 insertions(+), 1 deletion(-)
create mode 100644 tests/qemu-iotests/222
create mode 100644 tests/qemu-iotests/222.out
[Qemu-devel] [PATCH v3 0/2] block: formalize and test fleecing
Posted by John Snow 7 years, 4 months ago
Formalize the fleecing workflow in patch one,
test that it works in patch two.

V3:
 - Added explicit zero checking as per Eblake's suggestion
 - Remove stale python code

John Snow (2):
  block: allow blockdev-backup from any source
  iotests: add 222 to test basic fleecing

 blockdev.c                 |   2 +-
 tests/qemu-iotests/222     | 152 +++++++++++++++++++++++++++++++++++++++++++++
 tests/qemu-iotests/222.out |  66 ++++++++++++++++++++
 tests/qemu-iotests/group   |   1 +
 4 files changed, 220 insertions(+), 1 deletion(-)
 create mode 100644 tests/qemu-iotests/222
 create mode 100644 tests/qemu-iotests/222.out

-- 
2.14.4