From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57255) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d5adg-0006RE-Oc for qemu-devel@nongnu.org; Tue, 02 May 2017 12:27:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d5adf-0007kY-Oy for qemu-devel@nongnu.org; Tue, 02 May 2017 12:27:00 -0400 From: Markus Armbruster References: <20170427215821.19397-1-eblake@redhat.com> <20170427215821.19397-7-eblake@redhat.com> <87a871nd7j.fsf@dusky.pond.sub.org> <20170502155620.GB26628@stefanha-x1.localdomain> Date: Tue, 02 May 2017 18:26:44 +0200 In-Reply-To: <20170502155620.GB26628@stefanha-x1.localdomain> (Stefan Hajnoczi's message of "Tue, 2 May 2017 16:56:20 +0100") Message-ID: <87bmrbcji3.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v5 06/10] qobject: Use simpler QDict/QList scalar insertion macros List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Jeff Cody , qemu-devel@nongnu.org, Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= , Gerd Hoffmann , Josh Durgin , Stefano Stabellini , Alberto Garcia , "open list:Block layer core" , Michael Roth , Anthony Perard , "open list:X86" , Fam Zheng , Stefan Weil , Peter Lieven , "Dr. David Alan Gilbert" , Richard Henderson , Kevin Wolf , Alexander Graf , "Richard W.M. Jones" , Max Reitz , Paolo Bonzini Stefan Hajnoczi writes: > On Fri, Apr 28, 2017 at 10:33:36AM +0200, Markus Armbruster wrote: >> Eric Blake writes: >>=20 >> > We now have macros in place to make it less verbose to add a scalar >> > to QDict and QList, so use them. To make this patch smaller to >> > review, a couple of subdirectories were done in earlier patches. >>=20 >> Scratch the last sentence. Can do on commit. >>=20 >> > Patch created mechanically via: >> > spatch --sp-file scripts/coccinelle/qobject.cocci \ >> > --macro-file scripts/cocci-macro-file.h --dir . --in-place >> > then touched up manually to fix a couple of '?:' back to original >> > spacing, as well as avoiding a long line in monitor.c. >> > >> > Signed-off-by: Eric Blake >> > Reviewed-by: Markus Armbruster >> > >> > --- >> > v5: rebase to master (Coccinelle found a couple new spots), squash 3 >> > patches into 1, adjust R-b to only list Markus (while there were other >> > reviews on the pre-squashed patches, Markus was the only one on all 3) >>=20 >> The block: part had >>=20 >> Acked-by: Richard W.M. Jones >> Reviewed-by: Stefan Hajnoczi >> Reviewed-by: Alberto Garcia >>=20 >> The tests and qobject parts had >>=20 >> Reviewed-by: Philippe Mathieu-Daud=C3=A9 >>=20 >> Richard, Stefan, Alberto, Philippe, let me know if you'd like me to >> convert your R-by of parts to an Acked-by of the combined patch. Feel >> free to review the combined patch, of course. > > Please keep my R-by, I have reviewed again. Gladly. Thanks!