On 7/15/25 10:19 AM, Philippe Mathieu-Daudé wrote:
Generally APIs to the rest of QEMU should be documented in the headers.
Comments on individual functions or internal details are fine to live
in the C files. Make qemu_add_vm_change_state_handler_prio[_full]()
docstrings consistent by moving them from source to header.
Suggested-by: Xiaoyao Li <xiaoyao...@intel.com>
Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org>
---
Based-on: <20250703173248.44995-4-phi...@linaro.org>
---
include/system/runstate.h | 30 ++++++++++++++++++++++++++++++
system/runstate.c | 30 ------------------------------
2 files changed, 30 insertions(+), 30 deletions(-)
Reviewed-by: Pierrick Bouvier <pierrick.bouv...@linaro.org>