|
| From: | Philippe Mathieu-Daudé |
| Subject: | Re: [PATCH v3 09/11] qom: Add object_property_set_default_list() |
| Date: | Thu, 9 Nov 2023 20:12:42 +0100 |
| User-agent: | Mozilla Thunderbird |
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 <kwolf@redhat.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> --- include/qom/object.h | 8 ++++++++ qom/object.c | 6 ++++++ 2 files changed, 14 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
| [Prev in Thread] | Current Thread | [Next in Thread] |