From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aamOG-00018V-VY for qemu-devel@nongnu.org; Tue, 01 Mar 2016 10:39:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aamOC-0000Ck-1I for qemu-devel@nongnu.org; Tue, 01 Mar 2016 10:39:12 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34075) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aamOB-0000Ca-RR for qemu-devel@nongnu.org; Tue, 01 Mar 2016 10:39:07 -0500 Date: Tue, 1 Mar 2016 16:39:04 +0100 From: Kevin Wolf Message-ID: <20160301153904.GH4250@noname.str.redhat.com> References: <1456450742-13905-1-git-send-email-xiecl.fnst@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1456450742-13905-1-git-send-email-xiecl.fnst@cn.fujitsu.com> Subject: Re: [Qemu-devel] [PATCH v7 0/3] modify vote rules for flush operation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Changlong Xie Cc: Alberto Garcia , Markus Armbruster , "Dr. David Alan Gilbert" , qemu devel , Max Reitz Am 26.02.2016 um 02:38 hat Changlong Xie geschrieben: > ChangLog: > v7: > 1. Fix coding style in doc/qmp-event.txt > v6: > 1. Make "type" mandatory for [PATCH 2/3] > v5: > 1. Fix invalid node name in docs/qmp-events.txt > 2. Address comments from Eric, drop QUORUM_FLUSH_ERROR. Instead of reworking > QUORUM_REPORT_BAD to make it compatible with quorum read/write/flush operations > v4: > 1. Introduce QUORUM_FLUSH_ERROR event to notify flush failure. > v3: > 1. *Note* that, the codes logic is different from what we talked in v2. > I just keep flush interface the same logic as quorum read/write, and think > it's reasoned. > > [Ref] http://lists.nongnu.org/archive/html/qemu-devel/2016-01/msg05342.html Thanks, applied to the block branch. Kevin