On Fri, 8 Sept 2023 at 15:37, 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
thanks
-- PMM
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
---
include/qom/object.h | 8
qom/object.c | 6 ++
2 files changed, 14 insertions(+)
diff --git a/include/qom/o