Re: [PATCH 0/2] qemu/timer: Clarify QEMUTimer new/free API

2025-02-06 Thread Philippe Mathieu-Daudé
Cc'ing more developers. On 4/2/25 22:44, Philippe Mathieu-Daudé wrote: ping? On 25/1/25 19:24, Philippe Mathieu-Daudé wrote: Update few QEMUTimer docstring and add a sanity check during timer initialization. Noticed trying to understand leaks in QDev Realize -> Unrealize -> Realize transition

Re: [PATCH 0/2] qemu/timer: Clarify QEMUTimer new/free API

2025-02-04 Thread Philippe Mathieu-Daudé
ping? On 25/1/25 19:24, Philippe Mathieu-Daudé wrote: Update few QEMUTimer docstring and add a sanity check during timer initialization. Noticed trying to understand leaks in QDev Realize -> Unrealize -> Realize transition. Philippe Mathieu-Daudé (2): qemu/timer: Clarify timer_new*() must b

[PATCH 0/2] qemu/timer: Clarify QEMUTimer new/free API

2025-01-25 Thread Philippe Mathieu-Daudé
Update few QEMUTimer docstring and add a sanity check during timer initialization. Noticed trying to understand leaks in QDev Realize -> Unrealize -> Realize transition. Philippe Mathieu-Daudé (2): qemu/timer: Clarify timer_new*() must be freed with timer_free() qemu/timer: Sanity check timer