Re: [PATCH v2 02/13] include/hw: document the device_class_set_parent_* fns

2023-04-20 Thread Mark Cave-Ayland
On 18/04/2023 17:21, Alex Bennée wrote: These are useful functions for when you want proper inheritance of functionality across realize/unrealize calls. Signed-off-by: Alex Bennée --- include/hw/qdev-core.h | 27 +++ 1 file changed, 27 insertions(+) diff --git

[PATCH v2 02/13] include/hw: document the device_class_set_parent_* fns

2023-04-18 Thread Alex Bennée
These are useful functions for when you want proper inheritance of functionality across realize/unrealize calls. Signed-off-by: Alex Bennée --- include/hw/qdev-core.h | 27 +++ 1 file changed, 27 insertions(+) diff --git a/include/hw/qdev-core.h b/include/hw/qdev-core.h