From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43404) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHGcD-0002np-Q3 for qemu-devel@nongnu.org; Sat, 22 Feb 2014 12:43:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WHGc7-0007Fl-NR for qemu-devel@nongnu.org; Sat, 22 Feb 2014 12:43:53 -0500 Received: from lnantes-156-75-100-125.w80-12.abo.wanadoo.fr ([80.12.84.125]:58805 helo=paradis.irqsave.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHGc7-0007FW-HD for qemu-devel@nongnu.org; Sat, 22 Feb 2014 12:43:47 -0500 From: =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Sat, 22 Feb 2014 18:43:39 +0100 Message-Id: <1393091022-12046-1-git-send-email-benoit.canet@irqsave.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH V3 0/3] Fix some quorum nits after merge List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, =?UTF-8?q?Beno=C3=AEt=20Canet?= , famz@redhat.com, mreitz@redhat.com, stefanha@redhat.com in v3: use $QEMU_IMG (Fam) apply Eric reviewed by in v2: make error optional and return strerror(-ret) [Eric] better documentation of the error string [Eric] apply Eric reviewed by Beno=C3=AEt Canet (3): qmp: Fix BlockdevOptionQuorum. qmp: Make Quorum error events more palatable. qemu-io-test: Disable Quorum test when not compiled in. block/quorum.c | 9 ++++-- docs/qmp/qmp-events.txt | 75 ++++++++++++++++++++++++----------------= ------ qapi-schema.json | 5 ++-- tests/qemu-iotests/081 | 3 ++ tests/qemu-iotests/081.out | 2 +- 5 files changed, 52 insertions(+), 42 deletions(-) --=20 1.8.3.2