From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56669) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYy13-0002qh-Ak for qemu-devel@nongnu.org; Tue, 30 Sep 2014 10:03:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XYy0u-0003hM-6h for qemu-devel@nongnu.org; Tue, 30 Sep 2014 10:02:57 -0400 Received: from mail-ig0-x22e.google.com ([2607:f8b0:4001:c05::22e]:58346) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYy0u-0003fx-0d for qemu-devel@nongnu.org; Tue, 30 Sep 2014 10:02:48 -0400 Received: by mail-ig0-f174.google.com with SMTP id l13so1864907iga.7 for ; Tue, 30 Sep 2014 07:02:42 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <542AB7FB.4080405@redhat.com> Date: Tue, 30 Sep 2014 16:02:35 +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> <542AB5F1.3070902@redhat.com> <20140930140137.GC3560@redhat.com> In-Reply-To: <20140930140137.GC3560@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, aliguori@amazon.com, armbru@redhat.com, luonengjun@huawei.com, peter.huangpeng@huawei.com, qemu-devel@nongnu.org, arei.gonglei@huawei.com, stefanha@redhat.com, lcapitulino@redhat.com, afaerber@suse.de, Gonglei Il 30/09/2014 16:01, Michael S. Tsirkin ha scritto: > > No, as Markus said "06.0" is 48, "06.1" is 49, etc. > > I see. So in fact the help text I suggested is wrong. > At least for HMP I would say slot.function is the > primary format. > Let's just make it a string, it's a superset of > an integer isn't it? Okay, will work on a patch. Paolo