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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
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
2024-05-15
plugins: Use translator_st for qemu_plugin_insn_data
Richard Henderson
1
-5
/
+7
2024-05-15
plugins: Copy memory in qemu_plugin_insn_data
Richard Henderson
1
-2
/
+5
2024-05-06
accel/tcg: Move @plugin_mem_cbs from CPUState to CPUNegativeOffsetState
Philippe Mathieu-Daudé
1
-1
/
+1
2024-05-03
Merge tag 'accel-sh4-ui-20240503' of https://github.com/philmd/qemu into staging
Richard Henderson
2
-2
/
+2
2024-05-03
plugins: Update stale comment
Philippe Mathieu-Daudé
1
-1
/
+1
2024-05-03
plugins/api: Only include 'exec/ram_addr.h' with system emulation
Philippe Mathieu-Daudé
1
-1
/
+1
2024-04-30
plugins: Introduce PLUGIN_CB_MEM_REGULAR
Richard Henderson
1
-2
/
+2
2024-04-30
plugins: Simplify callback queues
Richard Henderson
1
-12
/
+6
2024-04-30
tcg: Remove TCG_CALL_PLUGIN
Richard Henderson
1
-6
/
+4
2024-04-30
plugins: Use emit_before_op for PLUGIN_GEN_FROM_INSN
Richard Henderson
1
-6
/
+2
2024-04-30
plugins: Use emit_before_op for PLUGIN_GEN_FROM_TB
Richard Henderson
1
-5
/
+1
2024-04-30
plugins: Create TCGHelperInfo for all out-of-line callbacks
Richard Henderson
1
-6
/
+45
2024-04-30
plugins: Move function pointer in qemu_plugin_dyn_cb
Richard Henderson
1
-4
/
+4
2024-04-30
plugins: Zero new qemu_plugin_dyn_cb entries
Richard Henderson
1
-1
/
+1
2024-04-02
plugins: fix -Werror=maybe-uninitialized false-positive
Marc-André Lureau
1
-1
/
+1
2024-03-06
plugins: cleanup codepath for previous inline operation
Pierrick Bouvier
2
-30
/
+4
2024-03-06
plugins: remove non per_vcpu inline operation from API
Pierrick Bouvier
2
-32
/
+0
2024-03-06
plugins: add inline operation per vcpu
Pierrick Bouvier
4
-1
/
+68
2024-03-06
plugins: implement inline operation relative to cpu_index
Pierrick Bouvier
3
-6
/
+11
2024-03-06
plugins: define qemu_plugin_u64
Pierrick Bouvier
2
-0
/
+38
2024-03-06
plugins: scoreboard API
Pierrick Bouvier
4
-0
/
+85
2024-03-06
{linux,bsd}-user: Introduce get_task_state()
Ilya Leoshkevich
1
-4
/
+4
2024-02-28
plugins: add an API to read registers
Alex Bennée
2
-0
/
+57
2024-02-28
plugins: create CPUPluginState and migrate plugin_mask
Alex Bennée
1
-3
/
+10
2024-02-28
plugins: Use different helpers when reading registers
Akihiko Odaki
1
-2
/
+10
2024-02-28
plugins: fix order of init/idle/resume callback
Pierrick Bouvier
1
-2
/
+7
2024-02-28
plugins: add qemu_plugin_num_vcpus function
Pierrick Bouvier
4
-0
/
+16
2024-02-28
plugins: remove previous n_vcpus functions from API
Pierrick Bouvier
3
-33
/
+1
2024-01-30
misc: Clean up includes
Peter Maydell
2
-2
/
+0
2023-12-31
configure, meson: rename targetos to host_os
Paolo Bonzini
1
-2
/
+2
[next]