From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37150) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUi3y-0006Z0-Am for qemu-devel@nongnu.org; Thu, 09 Jun 2011 12:26:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QUi3v-0003N0-6x for qemu-devel@nongnu.org; Thu, 09 Jun 2011 12:26:30 -0400 Received: from mail-ww0-f53.google.com ([74.125.82.53]:33814) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUi3u-0003Mh-RV for qemu-devel@nongnu.org; Thu, 09 Jun 2011 12:26:27 -0400 Received: by wwj40 with SMTP id 40so1697948wwj.10 for ; Thu, 09 Jun 2011 09:26:25 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1307140399-9023-11-git-send-email-mdroth@linux.vnet.ibm.com> References: <1307140399-9023-1-git-send-email-mdroth@linux.vnet.ibm.com> <1307140399-9023-11-git-send-email-mdroth@linux.vnet.ibm.com> Date: Thu, 9 Jun 2011 17:26:23 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v2][ 10/21] qapi: add QMP input visiter List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Roth Cc: aliguori@linux.vnet.ibm.com, lcapitulino@redhat.com, agl@linux.vnet.ibm.com, qemu-devel@nongnu.org, Jes.Sorensen@redhat.com On 3 June 2011 23:33, Michael Roth wrote: > A type of Visiter class [randomly noted against this patch because this is where I happened to notice it...] Should be "Visitor" throughout (and in other patches), please? -- PMM