From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46190) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7mXy-00052u-4C for qemu-devel@nongnu.org; Thu, 17 Jul 2014 10:20:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X7mXs-0004Y2-0H for qemu-devel@nongnu.org; Thu, 17 Jul 2014 10:20:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19232) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7mXr-0004Xi-KT for qemu-devel@nongnu.org; Thu, 17 Jul 2014 10:20:27 -0400 Message-ID: <53C7DB9F.1060305@redhat.com> Date: Thu, 17 Jul 2014 16:20:15 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1404032955-2591-1-git-send-email-marcel.a@redhat.com> <20140629113701.GA26161@redhat.com> <1405606506.2696.60.camel@localhost.localdomain> In-Reply-To: <1405606506.2696.60.camel@localhost.localdomain> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] machine: replace underscores in machine's property names List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcel Apfelbaum , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Cc: qemu-devel@nongnu.org, mdroth@linux.vnet.ibm.com, aliguori@amazon.com, "Michael S. Tsirkin" Il 17/07/2014 16:15, Marcel Apfelbaum ha scritto: > On Sun, 2014-06-29 at 14:37 +0300, Michael S. Tsirkin wrote: >> On Sun, Jun 29, 2014 at 12:09:15PM +0300, Marcel Apfelbaum wrote: >>> Replaced '_' with '-' to comply with QOM guidelines. >>> Made the conversion from HMP to QMP in vl.c >>> >>> Signed-off-by: Marcel Apfelbaum >> >> Nothing to do with me, pls merge through Andrea's or Paolo's tree. >> FWIW > Ping. > I thought we want this in 2.1 Renaming properties is fine according to the QOM guidelines, so I think it can be left for 2.2. Sorry for the delay, this patch escaped me completely. Paolo