Re: [PATCH v3 09/11] qom: Add object_property_set_default_list()

2023-11-09 Thread Philippe Mathieu-Daudé
On 9/11/23 18:42, Kevin Wolf wrote: This function provides a default for properties that are accessed using the list visitor interface. The default is always an empty list. Signed-off-by: Kevin Wolf Reviewed-by: Peter Maydell --- include/qom/object.h | 8 qom/object.c | 6 +

[PATCH v3 09/11] qom: Add object_property_set_default_list()

2023-11-09 Thread Kevin Wolf
This function provides a default for properties that are accessed using the list visitor interface. The default is always an empty list. Signed-off-by: Kevin Wolf Reviewed-by: Peter Maydell --- include/qom/object.h | 8 qom/object.c | 6 ++ 2 files changed, 14 insertions(+)