index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
meson: merge plugin_ldflags into emulator_link_args
Paolo Bonzini
2024-07-03
1
-4
/
+3
*
plugins: fix inject_mem_cb rw masking
Pierrick Bouvier
2024-06-24
1
-2
/
+2
*
plugins: add migration blocker
Alex Bennée
2024-06-24
1
-0
/
+10
*
plugins: add time control API
Alex Bennée
2024-06-24
2
-0
/
+37
*
plugins: Ensure register handles are not NULL
Akihiko Odaki
2024-06-24
1
-2
/
+2
*
plugins: remove special casing for cpu->realized
Alex Bennée
2024-06-04
1
-5
/
+1
*
plugins: remove op from qemu_plugin_inline_cb
Pierrick Bouvier
2024-05-16
2
-7
/
+10
*
plugins: distinct types for callbacks
Pierrick Bouvier
2024-05-16
2
-38
/
+40
*
plugins: conditional callbacks
Pierrick Bouvier
2024-05-16
4
-0
/
+81
*
plugins: add new inline op STORE_U64
Pierrick Bouvier
2024-05-16
1
-0
/
+6
*
plugins: prepare introduction of new inline ops
Pierrick Bouvier
2024-05-16
1
-2
/
+12
*
disas: Use translator_st to get disassembly data
Richard Henderson
2024-05-15
1
-2
/
+2
*
plugins: Use DisasContextBase for qemu_plugin_tb_vaddr
Richard Henderson
2024-05-15
1
-1
/
+2
*
plugins: Use DisasContextBase for qemu_plugin_insn_haddr
Richard Henderson
2024-05-15
1
-1
/
+24
*
plugins: Read mem_only directly from TB cflags
Richard Henderson
2024-05-15
1
-5
/
+9
*
plugins: Use translator_st for qemu_plugin_insn_data
Richard Henderson
2024-05-15
1
-5
/
+7
*
plugins: Copy memory in qemu_plugin_insn_data
Richard Henderson
2024-05-15
1
-2
/
+5
*
accel/tcg: Move @plugin_mem_cbs from CPUState to CPUNegativeOffsetState
Philippe Mathieu-Daudé
2024-05-06
1
-1
/
+1
*
Merge tag 'accel-sh4-ui-20240503' of https://github.com/philmd/qemu into staging
Richard Henderson
2024-05-03
2
-2
/
+2
|
\
|
*
plugins: Update stale comment
Philippe Mathieu-Daudé
2024-05-03
1
-1
/
+1
|
*
plugins/api: Only include 'exec/ram_addr.h' with system emulation
Philippe Mathieu-Daudé
2024-05-03
1
-1
/
+1
*
|
plugins: Introduce PLUGIN_CB_MEM_REGULAR
Richard Henderson
2024-04-30
1
-2
/
+2
*
|
plugins: Simplify callback queues
Richard Henderson
2024-04-30
1
-12
/
+6
*
|
tcg: Remove TCG_CALL_PLUGIN
Richard Henderson
2024-04-30
1
-6
/
+4
*
|
plugins: Use emit_before_op for PLUGIN_GEN_FROM_INSN
Richard Henderson
2024-04-30
1
-6
/
+2
*
|
plugins: Use emit_before_op for PLUGIN_GEN_FROM_TB
Richard Henderson
2024-04-30
1
-5
/
+1
*
|
plugins: Create TCGHelperInfo for all out-of-line callbacks
Richard Henderson
2024-04-30
1
-6
/
+45
*
|
plugins: Move function pointer in qemu_plugin_dyn_cb
Richard Henderson
2024-04-30
1
-4
/
+4
*
|
plugins: Zero new qemu_plugin_dyn_cb entries
Richard Henderson
2024-04-30
1
-1
/
+1
|
/
*
plugins: fix -Werror=maybe-uninitialized false-positive
Marc-André Lureau
2024-04-02
1
-1
/
+1
*
plugins: cleanup codepath for previous inline operation
Pierrick Bouvier
2024-03-06
2
-30
/
+4
*
plugins: remove non per_vcpu inline operation from API
Pierrick Bouvier
2024-03-06
2
-32
/
+0
*
plugins: add inline operation per vcpu
Pierrick Bouvier
2024-03-06
4
-1
/
+68
*
plugins: implement inline operation relative to cpu_index
Pierrick Bouvier
2024-03-06
3
-6
/
+11
*
plugins: define qemu_plugin_u64
Pierrick Bouvier
2024-03-06
2
-0
/
+38
*
plugins: scoreboard API
Pierrick Bouvier
2024-03-06
4
-0
/
+85
*
{linux,bsd}-user: Introduce get_task_state()
Ilya Leoshkevich
2024-03-06
1
-4
/
+4
*
plugins: add an API to read registers
Alex Bennée
2024-02-28
2
-0
/
+57
*
plugins: create CPUPluginState and migrate plugin_mask
Alex Bennée
2024-02-28
1
-3
/
+10
*
plugins: Use different helpers when reading registers
Akihiko Odaki
2024-02-28
1
-2
/
+10
*
plugins: fix order of init/idle/resume callback
Pierrick Bouvier
2024-02-28
1
-2
/
+7
*
plugins: add qemu_plugin_num_vcpus function
Pierrick Bouvier
2024-02-28
4
-0
/
+16
*
plugins: remove previous n_vcpus functions from API
Pierrick Bouvier
2024-02-28
3
-33
/
+1
*
misc: Clean up includes
Peter Maydell
2024-01-30
2
-2
/
+0
*
configure, meson: rename targetos to host_os
Paolo Bonzini
2023-12-31
1
-2
/
+2
*
plugins: fix win plugin tests on cross compile
Greg Manning
2023-11-23
1
-1
/
+1
*
plugins: make test/example plugins work on windows
Greg Manning
2023-11-08
1
-0
/
+19
*
accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h'
Philippe Mathieu-Daudé
2023-11-07
1
-1
/
+0
*
plugins: Check if vCPU is realized
Akihiko Odaki
2023-10-11
1
-1
/
+1
*
plugins/loader: Clean up global variable shadowing
Philippe Mathieu-Daudé
2023-10-06
1
-2
/
+2
[next]