index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
qemu
/
qemu-plugin.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
plugins: Update plugin version and add notes
Rowan Hart
2025-07-02
1
-1
/
+8
*
plugins: Add memory hardware address read/write API
Rowan Hart
2025-07-02
1
-0
/
+93
*
plugins: Add memory virtual address write API
Rowan Hart
2025-07-02
1
-0
/
+21
*
plugins: Add enforcement of QEMU_PLUGIN_CB flags in register R/W callbacks
Rowan Hart
2025-07-02
1
-6
/
+13
*
plugins: Add register write API
Rowan Hart
2025-07-02
1
-17
/
+37
*
plugins: fix kdoc annotation
Alex Bennée
2025-01-17
1
-1
/
+1
*
plugins: add missing export for qemu_plugin_num_vcpus
Pierrick Bouvier
2024-11-25
1
-0
/
+1
*
plugins: add plugin API to read guest memory
Rowan Hart
2024-09-19
1
-1
/
+31
*
plugins: extend API to get latest memory value accessed
Pierrick Bouvier
2024-09-19
1
-0
/
+32
*
plugins: add time control API
Alex Bennée
2024-06-24
1
-0
/
+27
*
plugins: conditional callbacks
Pierrick Bouvier
2024-05-16
1
-0
/
+76
*
plugins: add new inline op STORE_U64
Pierrick Bouvier
2024-05-16
1
-2
/
+2
*
plugins: Copy memory in qemu_plugin_insn_data
Richard Henderson
2024-05-15
1
-8
/
+7
*
plugins: remove non per_vcpu inline operation from API
Pierrick Bouvier
2024-03-06
1
-53
/
+5
*
plugins: add inline operation per vcpu
Pierrick Bouvier
2024-03-06
1
-1
/
+50
*
plugins: define qemu_plugin_u64
Pierrick Bouvier
2024-03-06
1
-0
/
+52
*
plugins: scoreboard API
Pierrick Bouvier
2024-03-06
1
-0
/
+31
*
plugins: add an API to read registers
Alex Bennée
2024-02-28
1
-2
/
+48
*
plugins: add qemu_plugin_num_vcpus function
Pierrick Bouvier
2024-02-28
1
-0
/
+3
*
plugins: remove previous n_vcpus functions from API
Pierrick Bouvier
2024-02-28
1
-7
/
+3
*
plugins: add dllexport and dllimport to api funcs
Greg Manning
2023-11-08
1
-3
/
+47
*
include/qemu: add documentation for memory callbacks
Alex Bennée
2023-03-22
1
-4
/
+43
*
Clean up header guards that don't match their file name
Markus Armbruster
2022-05-11
1
-3
/
+4
*
plugins: add helper functions for coverage plugins
Ivanov Arkady
2022-02-09
1
-0
/
+34
*
plugins/api: added a boolean parsing plugin api
Mahmoud Mandour
2021-09-02
1
-0
/
+13
*
tcg/plugins: implement a qemu_plugin_user_exit helper
Alex Bennée
2021-07-23
1
-0
/
+13
*
plugins/api: expose symbol lookup to plugins
Alex Bennée
2021-06-25
1
-0
/
+9
*
plugins: Fixes typo in qemu-plugin.h
Yonggang Luo
2021-03-17
1
-2
/
+2
*
plugins: expand kernel-doc for memory query and instrumentation
Alex Bennée
2021-03-17
1
-6
/
+30
*
plugins: expand kernel-doc for instruction query and instrumentation
Alex Bennée
2021-03-17
1
-2
/
+51
*
plugins: expand inline exec kernel-doc documentation.
Alex Bennée
2021-03-17
1
-1
/
+11
*
plugins: add qemu_plugin_id_t to kernel-doc
Alex Bennée
2021-03-17
1
-0
/
+3
*
plugins: add qemu_plugin_cb_flags to kernel-doc
Alex Bennée
2021-03-17
1
-3
/
+13
*
plugins: expand the typedef kernel-docs for translation
Alex Bennée
2021-03-17
1
-10
/
+13
*
plugins: expand the callback typedef kernel-docs
Alex Bennée
2021-03-17
1
-3
/
+22
*
plugins: cleanup kernel-doc for qemu_plugin_install
Alex Bennée
2021-03-17
1
-6
/
+6
*
plugins: expand kernel-doc for qemu_info_t
Alex Bennée
2021-03-17
1
-7
/
+15
*
plugins: Expose physical addresses instead of device offsets
Aaron Lindsay
2021-03-17
1
-7
/
+25
*
plugins: add API to return a name for a IO device
Alex Bennée
2021-02-18
1
-0
/
+6
*
qemu-plugin.h: remove GCC < 4
Marc-André Lureau
2020-12-15
1
-7
/
+2
*
qemu-plugin.h: add missing include <stddef.h> to define size_t
Emilio G. Cota
2020-06-08
1
-0
/
+1
*
qemu/qemu-plugin: Make qemu_plugin_hwaddr_is_io() hwaddr argument const
Philippe Mathieu-Daudé
2020-05-15
1
-1
/
+1
*
tcg plugins: expose an API version concept
Alex Bennée
2019-11-12
1
-0
/
+19
*
plugin: add qemu_plugin_outs helper
Alex Bennée
2019-10-28
1
-0
/
+6
*
plugin: add qemu_plugin_insn_disas helper
Alex Bennée
2019-10-28
1
-0
/
+9
*
plugin: expand the plugin_init function to include an info block
Alex Bennée
2019-10-28
1
-2
/
+24
*
plugins: implement helpers for resolving hwaddr
Alex Bennée
2019-10-28
1
-0
/
+8
*
plugin: add implementation of the api
Alex Bennée
2019-10-28
1
-3
/
+0
*
plugin: add user-facing API
Emilio G. Cota
2019-10-28
1
-0
/
+351