From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=41594 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTbEl-0003zB-O2 for qemu-devel@nongnu.org; Tue, 29 Jun 2010 09:52:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OTbEk-0000Jb-Aq for qemu-devel@nongnu.org; Tue, 29 Jun 2010 09:52:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22022) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OTbEk-0000JQ-1C for qemu-devel@nongnu.org; Tue, 29 Jun 2010 09:52:30 -0400 Message-ID: <4C29FA9A.2020200@redhat.com> Date: Tue, 29 Jun 2010 15:52:26 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1277470342-5861-1-git-send-email-pbonzini@redhat.com> <1277470342-5861-6-git-send-email-pbonzini@redhat.com> <4C2748AA.8040806@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 5/7] add qdev property type "cpu" List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Amit Shah , Isaku Yamahata , qemu-devel@nongnu.org On 06/29/2010 01:42 PM, Markus Armbruster wrote: > As to "for the user": > > dev-prop: cpu_env = CPU #0 > dev-prop: cpu_env = 0 > > Both are equally intelligible, in my opinion: obvious if you know what > the property is about, gibberish if you don't. The latter is slightly > easier to parse with simple tools like AWK. I'll remove the decoration (though the overall problem remains). Paolo