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
/
api.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
plugins: add migration blocker
Alex Bennée
2024-06-24
1
-0
/
+10
*
plugins: add time control API
Alex Bennée
2024-06-24
1
-0
/
+35
*
plugins: Ensure register handles are not NULL
Akihiko Odaki
2024-06-24
1
-2
/
+2
*
plugins: conditional callbacks
Pierrick Bouvier
2024-05-16
1
-0
/
+39
*
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
*
Merge tag 'accel-sh4-ui-20240503' of https://github.com/philmd/qemu into staging
Richard Henderson
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: Simplify callback queues
Richard Henderson
2024-04-30
1
-12
/
+6
*
|
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: remove non per_vcpu inline operation from API
Pierrick Bouvier
2024-03-06
1
-29
/
+0
*
plugins: add inline operation per vcpu
Pierrick Bouvier
2024-03-06
1
-1
/
+36
*
plugins: implement inline operation relative to cpu_index
Pierrick Bouvier
2024-03-06
1
-1
/
+2
*
plugins: define qemu_plugin_u64
Pierrick Bouvier
2024-03-06
1
-0
/
+34
*
plugins: scoreboard API
Pierrick Bouvier
2024-03-06
1
-0
/
+19
*
{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
1
-0
/
+55
*
plugins: Use different helpers when reading registers
Akihiko Odaki
2024-02-28
1
-2
/
+10
*
plugins: add qemu_plugin_num_vcpus function
Pierrick Bouvier
2024-02-28
1
-0
/
+5
*
plugins: remove previous n_vcpus functions from API
Pierrick Bouvier
2024-02-28
1
-30
/
+0
*
plugin: Simplify struct qemu_plugin_hwaddr
Richard Henderson
2023-09-16
1
-21
/
+6
*
plugins: Assert mmu_idx in range before use in qemu_plugin_get_hwaddr
Richard Henderson
2022-10-06
1
-0
/
+2
*
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
2022-02-21
1
-0
/
+1
*
plugins: add helper functions for coverage plugins
Ivanov Arkady
2022-02-09
1
-0
/
+48
*
plugins: Reorg arguments to qemu_plugin_vcpu_mem_cb
Richard Henderson
2021-10-05
1
-8
/
+11
*
plugins/api: added a boolean parsing plugin api
Mahmoud Mandour
2021-09-02
1
-0
/
+5
*
plugins: Fix physical address calculation for IO regions
Aaron Lindsay
2021-07-23
1
-1
/
+1
*
plugins: fix-up handling of internal hostaddr for 32 bit
Alex Bennée
2021-07-14
1
-2
/
+2
*
plugins/api: expose symbol lookup to plugins
Alex Bennée
2021-06-25
1
-0
/
+6
*
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
plugins: getting qemu_plugin_get_hwaddr only expose one function prototype
Yonggang Luo
2021-03-17
1
-5
/
+3
*
plugins: Expose physical addresses instead of device offsets
Aaron Lindsay
2021-03-17
1
-5
/
+12
*
accel/tcg: allow plugin instrumentation to be disable via cflags
Alex Bennée
2021-02-18
1
-11
/
+25
*
plugins: add API to return a name for a IO device
Alex Bennée
2021-02-18
1
-0
/
+20
*
qemu/qemu-plugin: Make qemu_plugin_hwaddr_is_io() hwaddr argument const
Philippe Mathieu-Daudé
2020-05-15
1
-2
/
+2
*
plugins: Include trace/mem.h in api.c
Richard Henderson
2020-01-15
1
-0
/
+1
*
plugin: add qemu_plugin_outs helper
Alex Bennée
2019-10-28
1
-0
/
+8
*
plugin: add qemu_plugin_insn_disas helper
Alex Bennée
2019-10-28
1
-1
/
+8
*
plugins: implement helpers for resolving hwaddr
Alex Bennée
2019-10-28
1
-0
/
+49
*
plugin: add implementation of the api
Alex Bennée
2019-10-28
1
-0
/
+277