index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
qemu
/
qemu-plugin.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-02
plugins/api: added a boolean parsing plugin api
Mahmoud Mandour
1
-0
/
+13
2021-07-23
tcg/plugins: implement a qemu_plugin_user_exit helper
Alex Bennée
1
-0
/
+13
2021-06-25
plugins/api: expose symbol lookup to plugins
Alex Bennée
1
-0
/
+9
2021-03-17
plugins: Fixes typo in qemu-plugin.h
Yonggang Luo
1
-2
/
+2
2021-03-17
plugins: expand kernel-doc for memory query and instrumentation
Alex Bennée
1
-6
/
+30
2021-03-17
plugins: expand kernel-doc for instruction query and instrumentation
Alex Bennée
1
-2
/
+51
2021-03-17
plugins: expand inline exec kernel-doc documentation.
Alex Bennée
1
-1
/
+11
2021-03-17
plugins: add qemu_plugin_id_t to kernel-doc
Alex Bennée
1
-0
/
+3
2021-03-17
plugins: add qemu_plugin_cb_flags to kernel-doc
Alex Bennée
1
-3
/
+13
2021-03-17
plugins: expand the typedef kernel-docs for translation
Alex Bennée
1
-10
/
+13
2021-03-17
plugins: expand the callback typedef kernel-docs
Alex Bennée
1
-3
/
+22
2021-03-17
plugins: cleanup kernel-doc for qemu_plugin_install
Alex Bennée
1
-6
/
+6
2021-03-17
plugins: expand kernel-doc for qemu_info_t
Alex Bennée
1
-7
/
+15
2021-03-17
plugins: Expose physical addresses instead of device offsets
Aaron Lindsay
1
-7
/
+25
2021-02-18
plugins: add API to return a name for a IO device
Alex Bennée
1
-0
/
+6
2020-12-15
qemu-plugin.h: remove GCC < 4
Marc-André Lureau
1
-7
/
+2
2020-06-08
qemu-plugin.h: add missing include <stddef.h> to define size_t
Emilio G. Cota
1
-0
/
+1
2020-05-15
qemu/qemu-plugin: Make qemu_plugin_hwaddr_is_io() hwaddr argument const
Philippe Mathieu-Daudé
1
-1
/
+1
2019-11-12
tcg plugins: expose an API version concept
Alex Bennée
1
-0
/
+19
2019-10-28
plugin: add qemu_plugin_outs helper
Alex Bennée
1
-0
/
+6
2019-10-28
plugin: add qemu_plugin_insn_disas helper
Alex Bennée
1
-0
/
+9
2019-10-28
plugin: expand the plugin_init function to include an info block
Alex Bennée
1
-2
/
+24
2019-10-28
plugins: implement helpers for resolving hwaddr
Alex Bennée
1
-0
/
+8
2019-10-28
plugin: add implementation of the api
Alex Bennée
1
-3
/
+0
2019-10-28
plugin: add user-facing API
Emilio G. Cota
1
-0
/
+351