Peter Xu writes:
> To move towards explicit creations of containers, starting that by
> providing a helper for creating container objects.
>
> Signed-off-by: Peter Xu
Reviewed-by: Markus Armbruster
On 21/11/24 20:21, Peter Xu wrote:
To move towards explicit creations of containers, starting that by
providing a helper for creating container objects.
Signed-off-by: Peter Xu
---
include/qom/object.h | 12
qom/container.c | 14 +++---
2 files changed, 23 insertio
To move towards explicit creations of containers, starting that by
providing a helper for creating container objects.
Signed-off-by: Peter Xu
---
include/qom/object.h | 12
qom/container.c | 14 +++---
2 files changed, 23 insertions(+), 3 deletions(-)
diff --git a/incl