Re: [Qemu-devel] [PATCH v4 2/5] qom: add description field in ObjectProperty struct

2014-09-30 Thread Gonglei
> Subject: Re: [Qemu-devel] [PATCH v4 2/5] qom: add description field in > ObjectProperty struct > > On Tue, Sep 30, 2014 at 11:02:36AM +0800, arei.gong...@huawei.com wrote: > > From: Gonglei > > > > The descriptions can serve as documentation in the code, >

Re: [Qemu-devel] [PATCH v4 2/5] qom: add description field in ObjectProperty struct

2014-09-30 Thread Michael S. Tsirkin
On Tue, Sep 30, 2014 at 11:02:36AM +0800, arei.gong...@huawei.com wrote: > From: Gonglei > > The descriptions can serve as documentation in the code, > and they can be used to provide better help. > > When we call object_property_add_alias() adding alias properties to > the source object on the

[Qemu-devel] [PATCH v4 2/5] qom: add description field in ObjectProperty struct

2014-09-29 Thread arei.gonglei
From: Gonglei The descriptions can serve as documentation in the code, and they can be used to provide better help. When we call object_property_add_alias() adding alias properties to the source object on the target Object, set the object property's description to the source object property's.