mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-06 14:37:42 -07:00
plugins: Update plugin version and add notes
This patch updates the plugin version to gate new APIs and adds notes describing what has been added. Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Rowan Hart <rowanbhart@gmail.com> Message-ID: <20250624175351.440780-9-rowanbhart@gmail.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-ID: <20250627112512.1880708-13-alex.bennee@linaro.org>
This commit is contained in:
parent
71d3379438
commit
137d2f947f
1 changed files with 8 additions and 1 deletions
|
|
@ -65,11 +65,18 @@ typedef uint64_t qemu_plugin_id_t;
|
|||
*
|
||||
* version 4:
|
||||
* - added qemu_plugin_read_memory_vaddr
|
||||
*
|
||||
* version 5:
|
||||
* - added qemu_plugin_write_memory_vaddr
|
||||
* - added qemu_plugin_read_memory_hwaddr
|
||||
* - added qemu_plugin_write_memory_hwaddr
|
||||
* - added qemu_plugin_write_register
|
||||
* - added qemu_plugin_translate_vaddr
|
||||
*/
|
||||
|
||||
extern QEMU_PLUGIN_EXPORT int qemu_plugin_version;
|
||||
|
||||
#define QEMU_PLUGIN_VERSION 4
|
||||
#define QEMU_PLUGIN_VERSION 5
|
||||
|
||||
/**
|
||||
* struct qemu_info_t - system information for plugins
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue