Re: [Qemu-devel] [PATCH for-3.2 v5 14/19] qdev-props: call object_apply_global_props()

2018-12-10 Thread Igor Mammedov
On Tue, 4 Dec 2018 18:20:18 +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 for-3.2 v5 14/19] qdev-props: call object_apply_global_props()

2018-12-04 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 --- hw/core/qdev-properties.c | 24 ++-- qom/object.c | 12 +++- 2 files changed, 13 insertions(+), 23