mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
plugins: fix kdoc annotation
The function is qemu_plugin_mem_get_value() Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20250116160306.1709518-27-alex.bennee@linaro.org>
This commit is contained in:
parent
923710b6d5
commit
b165ee1916
1 changed files with 1 additions and 1 deletions
|
@ -583,7 +583,7 @@ QEMU_PLUGIN_API
|
|||
bool qemu_plugin_mem_is_store(qemu_plugin_meminfo_t info);
|
||||
|
||||
/**
|
||||
* qemu_plugin_mem_get_mem_value() - return last value loaded/stored
|
||||
* qemu_plugin_mem_get_value() - return last value loaded/stored
|
||||
* @info: opaque memory transaction handle
|
||||
*
|
||||
* Returns: memory value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue