[Qemu-devel] [PATCH 0/3] Misc Quorum fixes

Alberto Garcia posted 3 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1539786605.git.berto@igalia.com
Test docker-clang@ubuntu passed
Test checkpatch passed
Test asan passed
Test docker-mingw@fedora failed
Test docker-quick@centos7 passed
block/quorum.c             | 37 +++++++++++--------------------------
tests/qemu-iotests/081     | 30 ++++++++++++++++++++++++++++++
tests/qemu-iotests/081.out | 16 ++++++++++++++++
3 files changed, 57 insertions(+), 26 deletions(-)
[Qemu-devel] [PATCH 0/3] Misc Quorum fixes
Posted by Alberto Garcia 7 years ago
Hi,

Here's a couple of small fixes for the Quorum driver plus new test
cases. See the individual patches for details.

Regards,

Berto

Alberto Garcia (3):
  quorum: Remove quorum_err()
  quorum: Return an error if the blkverify mode has invalid settings
  iotest: Test the blkverify mode of the Quorum driver

 block/quorum.c             | 37 +++++++++++--------------------------
 tests/qemu-iotests/081     | 30 ++++++++++++++++++++++++++++++
 tests/qemu-iotests/081.out | 16 ++++++++++++++++
 3 files changed, 57 insertions(+), 26 deletions(-)

-- 
2.11.0


Re: [Qemu-devel] [PATCH 0/3] Misc Quorum fixes
Posted by Kevin Wolf 7 years ago
Am 17.10.2018 um 16:33 hat Alberto Garcia geschrieben:
> Hi,
> 
> Here's a couple of small fixes for the Quorum driver plus new test
> cases. See the individual patches for details.

Thanks, applied to the block branch.

Kevin