]> git.ipfire.org Git - thirdparty/qemu.git/commit
system/runstate: Document qemu_add_vm_change_state_handler_prio* in hdr
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 15 Jul 2025 17:14:34 +0000 (19:14 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 15 Jul 2025 19:42:58 +0000 (21:42 +0200)
commit0a94a7b8802b7f6dc2521e48d837d1b5173f9db4
tree3ee98f0360a89808e3f89333530751b597db4cc7
parent5a67e43096484ba11470b5b9aea5d78e32fded63
system/runstate: Document qemu_add_vm_change_state_handler_prio* in hdr

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.li@intel.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-Id: <20250715171920.89670-1-philmd@linaro.org>
include/system/runstate.h
system/runstate.c