From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51397) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGyJv-0000U5-Aq for qemu-devel@nongnu.org; Fri, 21 Feb 2014 17:11:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WGyJp-00007m-BZ for qemu-devel@nongnu.org; Fri, 21 Feb 2014 17:11:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:15095) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGyJp-00007i-3i for qemu-devel@nongnu.org; Fri, 21 Feb 2014 17:11:41 -0500 Date: Fri, 21 Feb 2014 22:40:00 +0100 From: Kevin Wolf Message-ID: <20140221214000.GH3346@dhcp-200-207.str.redhat.com> References: <1393018238-15068-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1393018238-15068-1-git-send-email-mreitz@redhat.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 0/2] quorum: Simplify quorum_open() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-devel@nongnu.org, Stefan Hajnoczi , =?iso-8859-1?Q?Beno=EEt?= Canet Am 21.02.2014 um 22:30 hat Max Reitz geschrieben: > This series employs the new ability of qdict_array_split() to not only > split a QDict into a QList of QDicts (and a remainder QDict), but into = a > QList of QObjects of any kind, to simplify quorum_open(). This (in my > opinion) enhances readability, robustness against malformatted options > and allows specifying both reference strings and full option dicts at > the same time. >=20 > This series depends on v19 of Beno=EEt's Quorum series and on my "Extra= ct > non-QDicts in qdict_array_split()" series. Thanks, applied to the block branch. Kevin