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-10.0
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-10.0
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
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
/
plugins
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-02
plugins: Add memory hardware address read/write API
Rowan Hart
1
-0
/
+97
2025-07-02
plugins: Add memory virtual address write API
Rowan Hart
1
-0
/
+18
2025-07-02
plugins: Add enforcement of QEMU_PLUGIN_CB flags in register R/W callbacks
Rowan Hart
2
-0
/
+37
2025-07-02
plugins: Add register write API
Rowan Hart
1
-7
/
+19
2025-06-16
meson: fix Windows build
oltolm
1
-1
/
+1
2025-05-26
meson: remove lib{system, user}_ss aliases
Pierrick Bouvier
1
-2
/
+2
2025-04-25
qemu: Convert target_name() to TargetInfo API
Philippe Mathieu-Daudé
1
-1
/
+1
2025-04-24
Merge tag 'pull-misc-2025-04-24' of https://repo.or.cz/qemu/armbru into staging
Stefan Hajnoczi
1
-3
/
+1
2025-04-24
cleanup: Re-run return_directly.cocci
Markus Armbruster
1
-3
/
+1
2025-04-23
plugins: Move api.c, core.c to libuser_ss, libsystem_ss
Richard Henderson
1
-1
/
+4
2025-04-09
plugins/loader: fix deadlock when resetting/uninstalling a plugin
Pierrick Bouvier
1
-1
/
+1
2025-03-10
plugins/core: make a single build unit
Alex Bennée
2
-13
/
+2
2025-03-10
plugins/api: build only once
Alex Bennée
2
-13
/
+1
2025-03-10
plugins/api: split out time control helpers
Alex Bennée
3
-41
/
+51
2025-03-10
plugins/api: split out the vaddr/hwaddr helpers
Alex Bennée
4
-71
/
+99
2025-03-10
plugins/api: split out binary path/start/end/entry code
Alex Bennée
3
-44
/
+40
2025-03-10
plugins/loader: compile loader only once
Alex Bennée
5
-12
/
+57
2025-03-10
plugins/plugin.h: include queue.h
Alex Bennée
1
-0
/
+1
2025-03-10
plugins/api: clean-up the includes
Alex Bennée
1
-3
/
+0
2025-03-10
plugins/loader: populate target_name with target_name()
Alex Bennée
1
-1
/
+1
2025-03-10
plugins/api: use qemu_target_page_mask() to get value
Alex Bennée
1
-1
/
+2
2025-02-18
plugins: Fix qemu_plugin_read_memory_vaddr parameters
Richard Henderson
1
-1
/
+1
2025-02-14
overall: Remove unnecessary g_strdup_printf() calls
Philippe Mathieu-Daudé
1
-1
/
+1
2025-01-17
plugins: enable linking with clang/lld
Pierrick Bouvier
1
-4
/
+20
2024-12-20
accel/tcg: Include missing 'exec/translation-block.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2024-11-25
plugins: eradicate qemu-plugins.symbols static file
Pierrick Bouvier
1
-59
/
+0
2024-11-25
plugins: detect qemu plugin API symbols from header
Pierrick Bouvier
1
-3
/
+9
2024-09-19
plugins: add plugin API to read guest memory
Rowan Hart
2
-0
/
+21
2024-09-19
plugins: extend API to get latest memory value accessed
Pierrick Bouvier
2
-0
/
+34
2024-09-19
plugins: save value during memory accesses
Pierrick Bouvier
1
-0
/
+6
2024-08-16
plugins: fix race condition with scoreboards
Pierrick Bouvier
1
-12
/
+31
2024-08-16
buildsys: Fix building without plugins on Darwin
Philippe Mathieu-Daudé
1
-24
/
+26
2024-07-30
plugin/loader: handle basic help query
Alex Bennée
1
-1
/
+7
2024-07-05
accel/tcg: Move qemu_plugin_vcpu_init__async() to plugins/
Philippe Mathieu-Daudé
1
-1
/
+7
2024-07-05
plugins: Ensure vCPU index is assigned in init/exit hooks
Philippe Mathieu-Daudé
1
-0
/
+2
2024-07-03
meson: merge plugin_ldflags into emulator_link_args
Paolo Bonzini
1
-4
/
+3
2024-06-24
plugins: fix inject_mem_cb rw masking
Pierrick Bouvier
1
-2
/
+2
2024-06-24
plugins: add migration blocker
Alex Bennée
1
-0
/
+10
2024-06-24
plugins: add time control API
Alex Bennée
2
-0
/
+37
2024-06-24
plugins: Ensure register handles are not NULL
Akihiko Odaki
1
-2
/
+2
2024-06-04
plugins: remove special casing for cpu->realized
Alex Bennée
1
-5
/
+1
2024-05-16
plugins: remove op from qemu_plugin_inline_cb
Pierrick Bouvier
2
-7
/
+10
2024-05-16
plugins: distinct types for callbacks
Pierrick Bouvier
2
-38
/
+40
2024-05-16
plugins: conditional callbacks
Pierrick Bouvier
4
-0
/
+81
2024-05-16
plugins: add new inline op STORE_U64
Pierrick Bouvier
1
-0
/
+6
2024-05-16
plugins: prepare introduction of new inline ops
Pierrick Bouvier
1
-2
/
+12
2024-05-15
disas: Use translator_st to get disassembly data
Richard Henderson
1
-2
/
+2
2024-05-15
plugins: Use DisasContextBase for qemu_plugin_tb_vaddr
Richard Henderson
1
-1
/
+2
2024-05-15
plugins: Use DisasContextBase for qemu_plugin_insn_haddr
Richard Henderson
1
-1
/
+24
2024-05-15
plugins: Read mem_only directly from TB cflags
Richard Henderson
1
-5
/
+9
[next]