From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36791) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWkPz-0006n9-4D for qemu-devel@nongnu.org; Wed, 24 Sep 2014 07:07:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XWkPt-0002SS-0P for qemu-devel@nongnu.org; Wed, 24 Sep 2014 07:07:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:27257) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWkPs-0002Oa-Os for qemu-devel@nongnu.org; Wed, 24 Sep 2014 07:07:24 -0400 Message-ID: <5422A5D3.3080500@redhat.com> Date: Wed, 24 Sep 2014 13:06:59 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1411477717-6988-1-git-send-email-arei.gonglei@huawei.com> <1411477717-6988-6-git-send-email-arei.gonglei@huawei.com> <5421A7D7.7050804@redhat.com> <33183CC9F5247A488A2544077AF1902086DDA283@SZXEMA503-MBS.china.huawei.com> <54226A8A.60201@redhat.com> <33183CC9F5247A488A2544077AF1902086DDA84C@SZXEMA503-MBS.china.huawei.com> In-Reply-To: <33183CC9F5247A488A2544077AF1902086DDA84C@SZXEMA503-MBS.china.huawei.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 5/7] qdev: set the object property's description to the qdev property's. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Gonglei (Arei)" , "qemu-devel@nongnu.org" Cc: "Huangweidong (C)" , "aliguori@amazon.com" , "mst@redhat.com" , Luonengjun , "armbru@redhat.com" , "Huangpeng (Peter)" , "stefanha@redhat.com" , "lcapitulino@redhat.com" , "afaerber@suse.de" Il 24/09/2014 11:12, Gonglei (Arei) ha scritto: >> > But the description of B.Y wasn't set. Only qdev_alias_all_properties() >> > call object_property_set_description() to set the description filed of >> > ObjectProerty at present. >> > > I should set description at qdev_property_add_static(), then > everything will be well. :) Thanks! Yes. :) Paolo