On Wed, Nov 20, 2024 at 04:57:02PM -0500, Peter Xu wrote:
> Add a helper to fetch a root container (under object_get_root()). Sanity
> check on the type of the object.
>
> Signed-off-by: Peter Xu
> ---
> include/qom/object.h | 10 ++
> qom/object.c | 10 ++
> 2 files cha
On 20/11/24 22:57, Peter Xu wrote:
Add a helper to fetch a root container (under object_get_root()). Sanity
check on the type of the object.
Signed-off-by: Peter Xu
---
include/qom/object.h | 10 ++
qom/object.c | 10 ++
2 files changed, 20 insertions(+)
Reviewed-
Add a helper to fetch a root container (under object_get_root()). Sanity
check on the type of the object.
Signed-off-by: Peter Xu
---
include/qom/object.h | 10 ++
qom/object.c | 10 ++
2 files changed, 20 insertions(+)
diff --git a/include/qom/object.h b/include/qom/ob