Re: [PATCH v4 5/8] qom: Add object_get_container()

2025-01-03 Thread Richard Henderson
On 1/2/25 13:17, Philippe Mathieu-Daudé wrote: From: Peter Xu Add a helper to fetch a root container (under object_get_root()). Sanity check on the type of the object. Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Daniel P. Berrangé Signed-off-by: Peter Xu Message-ID:<20241121192202.4155849

[PATCH v4 5/8] qom: Add object_get_container()

2025-01-02 Thread Philippe Mathieu-Daudé
From: Peter Xu Add a helper to fetch a root container (under object_get_root()). Sanity check on the type of the object. Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Daniel P. Berrangé Signed-off-by: Peter Xu Message-ID: <20241121192202.4155849-12-pet...@redhat.com> Signed-off-by: Philip