Re: [Qemu-devel] [PATCH 4/7] qom: add description field in ObjectProperty struct

2014-09-23 Thread Gonglei (Arei)
> Subject: [PATCH 4/7] qom: add description field in ObjectProperty struct > > From: Gonglei > > The descriptions can serve as documentation in the code, > and they can be used to provide better help. > > Cc: Paolo Bonzini > Cc: Michael S. Tsirkin > Cc: Markus Armbruster > Signed-off-by: Gon

[Qemu-devel] [PATCH 4/7] qom: add description field in ObjectProperty struct

2014-09-23 Thread arei.gonglei
From: Gonglei The descriptions can serve as documentation in the code, and they can be used to provide better help. Cc: Paolo Bonzini Cc: Michael S. Tsirkin Cc: Markus Armbruster Signed-off-by: Gonglei --- include/qom/object.h | 15 +++ qom/object.c | 12 2