From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52403) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUjjJ-0005QN-3G for qemu-devel@nongnu.org; Thu, 09 Jun 2011 14:13:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QUjjH-000602-Pn for qemu-devel@nongnu.org; Thu, 09 Jun 2011 14:13:17 -0400 Received: from e7.ny.us.ibm.com ([32.97.182.137]:57531) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUjjH-0005zn-Bo for qemu-devel@nongnu.org; Thu, 09 Jun 2011 14:13:15 -0400 Received: from d01relay03.pok.ibm.com (d01relay03.pok.ibm.com [9.56.227.235]) by e7.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id p59HnGVa002350 for ; Thu, 9 Jun 2011 13:49:16 -0400 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d01relay03.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p59IDEji114820 for ; Thu, 9 Jun 2011 14:13:14 -0400 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p59CCb9m022263 for ; Thu, 9 Jun 2011 06:12:38 -0600 Message-ID: <4DF10D2F.6000304@us.ibm.com> Date: Thu, 09 Jun 2011 13:13:03 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1307140399-9023-1-git-send-email-mdroth@linux.vnet.ibm.com> <1307140399-9023-11-git-send-email-mdroth@linux.vnet.ibm.com> <4DF0F79F.7050405@linux.vnet.ibm.com> In-Reply-To: <4DF0F79F.7050405@linux.vnet.ibm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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: Peter Maydell , agl@linux.vnet.ibm.com, Jes.Sorensen@redhat.com, qemu-devel@nongnu.org, lcapitulino@redhat.com, aliguori@linux.vnet.ibm.com On 06/09/2011 11:41 AM, Michael Roth wrote: > On 06/09/2011 11:26 AM, Peter Maydell wrote: >> 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? That was my Jersey-accent kicking in I think ;-) Regards, Anthony Liguori >> >> -- PMM > > Stefan pointed that out too...I was hoping to bring "visiter" back in > style, but we can change it :)