Re: [Qemu-devel] [PATCH v1 2/3] qom: export object_property_is_child()

2014-09-26 Thread Andreas Färber
Am 18.09.2014 um 09:53 schrieb Zhu Guihua: > Export object_property_is_child() to let it be invoked in other places. > > Signed-off-by: Zhu Guihua > --- > include/qom/object.h | 1 + > qom/object.c | 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) > > diff --git a/include/qom/ob

[Qemu-devel] [PATCH v1 2/3] qom: export object_property_is_child()

2014-09-18 Thread Zhu Guihua
Export object_property_is_child() to let it be invoked in other places. Signed-off-by: Zhu Guihua --- include/qom/object.h | 1 + qom/object.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/qom/object.h b/include/qom/object.h index 5d55889..8f27b7c 100644 -