Re: [PATCH 3/3] clock: inline most of qdev_init_clocklist

2024-12-02 Thread Philippe Mathieu-Daudé
On 29/11/24 19:03, Paolo Bonzini wrote: Move object creation out of qdev_init_clocklist. The input/output cases are very simple, and the aliases are completely different. Signed-off-by: Paolo Bonzini --- hw/core/qdev-clock.c | 71 +--- 1 file changed,

[PATCH 3/3] clock: inline most of qdev_init_clocklist

2024-11-29 Thread Paolo Bonzini
Move object creation out of qdev_init_clocklist. The input/output cases are very simple, and the aliases are completely different. Signed-off-by: Paolo Bonzini --- hw/core/qdev-clock.c | 71 +--- 1 file changed, 27 insertions(+), 44 deletions(-) diff --g