Re: [Qemu-devel] [PATCH v7 26/28] qdev-props: call object_apply_global_props()

2018-12-21 Thread Cornelia Huck
On Fri, 21 Dec 2018 13:04:08 +0400 Marc-André Lureau wrote: > It's now possible to use the common function. > > Teach object_apply_global_props() to warn if Error argument is NULL. > > Signed-off-by: Marc-André Lureau > Reviewed-by: Igor Mammedov > --- > hw/core/qdev-properties.c | 24 ++

[Qemu-devel] [PATCH v7 26/28] qdev-props: call object_apply_global_props()

2018-12-21 Thread Marc-André Lureau
It's now possible to use the common function. Teach object_apply_global_props() to warn if Error argument is NULL. Signed-off-by: Marc-André Lureau Reviewed-by: Igor Mammedov --- hw/core/qdev-properties.c | 24 ++-- qom/object.c | 12 +++- 2 files chang