From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37595) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBmgv-0006fS-C2 for qemu-devel@nongnu.org; Fri, 07 Feb 2014 09:46:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WBmgp-0002mg-4f for qemu-devel@nongnu.org; Fri, 07 Feb 2014 09:46:05 -0500 Received: from mail-ea0-f172.google.com ([209.85.215.172]:49240) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBmgo-0002mP-Tv for qemu-devel@nongnu.org; Fri, 07 Feb 2014 09:45:59 -0500 Received: by mail-ea0-f172.google.com with SMTP id l9so1357027eaj.17 for ; Fri, 07 Feb 2014 06:45:23 -0800 (PST) Sender: Paolo Bonzini Message-ID: <52F4F17E.5060707@redhat.com> Date: Fri, 07 Feb 2014 15:45:18 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1391697000-5855-1-git-send-email-armbru@redhat.com> <1391697000-5855-11-git-send-email-armbru@redhat.com> <52F4D4B0.4010307@redhat.com> <878utnvw5x.fsf@blackfin.pond.sub.org> In-Reply-To: <878utnvw5x.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 10/10] qapi: Clean up null checking in generated visitors List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: kwolf@redhat.com, qemu-devel@nongnu.org, aliguori@amazon.com, mdroth@linux.vnet.ibm.com Il 07/02/2014 15:23, Markus Armbruster ha scritto: >> > No objections to patch 1-9. > What does it take make you accept PATCH 10? The email you just wrote, basically, :) and removing the NULL pointer checks in the visitor implementations. Paolo