From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50611) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIgI2-0003AF-4R for qemu-devel@nongnu.org; Wed, 26 Feb 2014 10:20:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIgHw-0005jb-O7 for qemu-devel@nongnu.org; Wed, 26 Feb 2014 10:20:54 -0500 Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]:49246) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIgHw-0005jV-HR for qemu-devel@nongnu.org; Wed, 26 Feb 2014 10:20:48 -0500 Received: by mail-wi0-f175.google.com with SMTP id hm4so6023823wib.2 for ; Wed, 26 Feb 2014 07:20:47 -0800 (PST) Date: Wed, 26 Feb 2014 16:20:44 +0100 From: Stefan Hajnoczi Message-ID: <20140226152044.GA20820@stefanha-thinkpad.muc.redhat.com> References: <1393091022-12046-1-git-send-email-benoit.canet@irqsave.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1393091022-12046-1-git-send-email-benoit.canet@irqsave.net> Subject: Re: [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: =?iso-8859-1?Q?Beno=EEt?= Canet Cc: kwolf@redhat.com, famz@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com, mreitz@redhat.com On Sat, Feb 22, 2014 at 06:43:39PM +0100, Benoît Canet wrote: > 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ît 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(-) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan