From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44732) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWgT2-0001H2-8U for qemu-devel@nongnu.org; Wed, 24 Sep 2014 02:54:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XWgSt-00076e-4S for qemu-devel@nongnu.org; Wed, 24 Sep 2014 02:54:24 -0400 Received: from mail-wi0-x22d.google.com ([2a00:1450:400c:c05::22d]:44988) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWgSs-000751-Tn for qemu-devel@nongnu.org; Wed, 24 Sep 2014 02:54:15 -0400 Received: by mail-wi0-f173.google.com with SMTP id r20so6253742wiv.6 for ; Tue, 23 Sep 2014 23:54:09 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <54226A8A.60201@redhat.com> Date: Wed, 24 Sep 2014 08:54:02 +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> In-Reply-To: <33183CC9F5247A488A2544077AF1902086DDA283@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 02:42, Gonglei (Arei) ha scritto: > OK. > > This way I have to add a description string parametet to > object_property_add_alias function. Will do in the next version. :) No, just take it from the original property. So if you alias A.X to B.Y, you copy the description of B.Y. Paolo