From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52953) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gCmuN-0000Gb-BU for qemu-devel@nongnu.org; Wed, 17 Oct 2018 10:34:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gCmuH-0006IN-A1 for qemu-devel@nongnu.org; Wed, 17 Oct 2018 10:34:47 -0400 From: Alberto Garcia Date: Wed, 17 Oct 2018 17:33:48 +0300 Message-Id: Subject: [Qemu-devel] [PATCH 0/3] Misc Quorum fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Alberto Garcia , qemu-block@nongnu.org, Markus Armbruster , Kevin Wolf , Max Reitz 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