On 05/05/2015 18:06, Eduardo Habkost wrote:
> On Fri, May 01, 2015 at 08:15:24PM +0200, Paolo Bonzini wrote:
>> > On 01/05/2015 16:09, Eduardo Habkost wrote:
>>> > > +void object_property_add_const_link(Object *obj, const char *name,
>>> > > + const char *typ
On Fri, May 01, 2015 at 08:15:24PM +0200, Paolo Bonzini wrote:
> On 01/05/2015 16:09, Eduardo Habkost wrote:
> > +void object_property_add_const_link(Object *obj, const char *name,
> > + const char *type, Object *child,
> > +
On 01/05/2015 16:09, Eduardo Habkost wrote:
> +void object_property_add_const_link(Object *obj, const char *name,
> + const char *type, Object *child,
> + ObjectPropertyLinkFlags flags,
> +
It can be used in simpler cases where a read-only property is needed.
Signed-off-by: Eduardo Habkost
---
include/qom/object.h | 23 +++
qom/object.c | 15 +++
2 files changed, 38 insertions(+)
diff --git a/include/qom/object.h b/include/qom/object.h
index