From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54624) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYxsf-0003Wi-CP for qemu-devel@nongnu.org; Tue, 30 Sep 2014 09:54:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XYxsZ-0001PT-3b for qemu-devel@nongnu.org; Tue, 30 Sep 2014 09:54:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42730) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYxsY-0001OJ-SI for qemu-devel@nongnu.org; Tue, 30 Sep 2014 09:54:11 -0400 Message-ID: <542AB5F1.3070902@redhat.com> Date: Tue, 30 Sep 2014 15:53:53 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1412046159-5144-1-git-send-email-arei.gonglei@huawei.com> <1412046159-5144-2-git-send-email-arei.gonglei@huawei.com> <20140930114200.GF7089@redhat.com> <20140930133337.GC2999@redhat.com> <542AB1D6.4010900@redhat.com> <20140930135508.GA3560@redhat.com> In-Reply-To: <20140930135508.GA3560@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 1/5] qdev: add description field in PropertyInfo struct List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: weidong.huang@huawei.com, stefanha@redhat.com, qemu-devel@nongnu.org, luonengjun@huawei.com, armbru@redhat.com, peter.huangpeng@huawei.com, arei.gonglei@huawei.com, aliguori@amazon.com, lcapitulino@redhat.com, afaerber@suse.de, Gonglei Il 30/09/2014 15:55, Michael S. Tsirkin ha scritto: > > At the QOM level it is an int, even though it secondarily accepts a > > string in "DD.F" format. > > That's the only way to specify a function, isn't it? No, as Markus said "06.0" is 48, "06.1" is 49, etc. Paolo