From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33148) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq2os-0006SN-Vx for qemu-devel@nongnu.org; Mon, 09 Dec 2013 10:32:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vq2on-0004vw-1t for qemu-devel@nongnu.org; Mon, 09 Dec 2013 10:32:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:2072) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq2om-0004vl-RC for qemu-devel@nongnu.org; Mon, 09 Dec 2013 10:32:21 -0500 Date: Mon, 9 Dec 2013 16:32:14 +0100 From: Kevin Wolf Message-ID: <20131209153214.GF3549@dhcp-200-207.str.redhat.com> References: <1386263703-19292-1-git-send-email-benoit@irqsave.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1386263703-19292-1-git-send-email-benoit@irqsave.net> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH V4 0/7] Giving names to BlockDriverState graph nodes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?iso-8859-1?Q?Beno=EEt?= Canet Cc: famz@redhat.com, jcody@redhat.com, qemu-devel@nongnu.org, armbru@redhat.com, stefanha@redhat.com Am 05.12.2013 um 18:14 hat Beno=EEt Canet geschrieben: > This partial series start to add some node-name manipulation from QMP. > In particular it will allow to take snapshots of quorum files. > I propose reviewing it and merging if it's ok so quorum can be enabled = and > merged and I could start enable other block filter feature while writin= g next > features. (Quorum file repair, crypto, multi bs block throttling) >=20 > v4: > s/prepare/prepare for/ [Eric] > s/followings/following/ [Eric] > fix option memory leak [Eric] > new command to get named bs name list [Eric] > * struct -> *struct [Eric/Fam] > Shorter comparison [Eric] > 1.8 -> 2.0 [Eric/Fam] > More commments to explain authorization method [Fam] > Add a don't care result to snapshot authorization method [Fam] > Add #optional [Eric] This series doesn't apply any more. I think I'm going to have a look anyway, but providing a meaningful review is easier when you can apply the patches for it. Kevin