From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45557) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e03HI-00047j-2t for qemu-devel@nongnu.org; Thu, 05 Oct 2017 06:21:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e03HC-0006Sa-A6 for qemu-devel@nongnu.org; Thu, 05 Oct 2017 06:21:16 -0400 From: Alberto Garcia In-Reply-To: <20171004152553.30263-3-mreitz@redhat.com> References: <20171004152553.30263-1-mreitz@redhat.com> <20171004152553.30263-3-mreitz@redhat.com> Date: Thu, 05 Oct 2017 12:21:03 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [Qemu-block] [PATCH v6 2/6] qapi/qlist: Add qlist_append_null() macro List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz , qemu-block@nongnu.org Cc: Kevin Wolf , Markus Armbruster , qemu-devel@nongnu.org On Wed 04 Oct 2017 05:25:49 PM CEST, Max Reitz wrote: > Besides the macro itself, this patch also adds a corresponding > Coccinelle rule. > > Signed-off-by: Max Reitz Reviewed-by: Alberto Garcia Berto