index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
api.c
Age
Commit message (
Expand
)
Author
2024-03-06
plugins: remove non per_vcpu inline operation from API
Pierrick Bouvier
2024-03-06
plugins: add inline operation per vcpu
Pierrick Bouvier
2024-03-06
plugins: implement inline operation relative to cpu_index
Pierrick Bouvier
2024-03-06
plugins: define qemu_plugin_u64
Pierrick Bouvier
2024-03-06
plugins: scoreboard API
Pierrick Bouvier
2024-03-06
{linux,bsd}-user: Introduce get_task_state()
Ilya Leoshkevich
2024-02-28
plugins: add an API to read registers
Alex Bennée
2024-02-28
plugins: Use different helpers when reading registers
Akihiko Odaki
2024-02-28
plugins: add qemu_plugin_num_vcpus function
Pierrick Bouvier
2024-02-28
plugins: remove previous n_vcpus functions from API
Pierrick Bouvier
2023-09-16
plugin: Simplify struct qemu_plugin_hwaddr
Richard Henderson
2022-10-06
plugins: Assert mmu_idx in range before use in qemu_plugin_get_hwaddr
Richard Henderson
2022-02-21
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
2022-02-09
plugins: add helper functions for coverage plugins
Ivanov Arkady
2021-10-05
plugins: Reorg arguments to qemu_plugin_vcpu_mem_cb
Richard Henderson
2021-09-02
plugins/api: added a boolean parsing plugin api
Mahmoud Mandour
2021-07-23
plugins: Fix physical address calculation for IO regions
Aaron Lindsay
2021-07-14
plugins: fix-up handling of internal hostaddr for 32 bit
Alex Bennée
2021-06-25
plugins/api: expose symbol lookup to plugins
Alex Bennée
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
2021-03-17
plugins: getting qemu_plugin_get_hwaddr only expose one function prototype
Yonggang Luo
2021-03-17
plugins: Expose physical addresses instead of device offsets
Aaron Lindsay
2021-02-18
accel/tcg: allow plugin instrumentation to be disable via cflags
Alex Bennée
2021-02-18
plugins: add API to return a name for a IO device
Alex Bennée
2020-05-15
qemu/qemu-plugin: Make qemu_plugin_hwaddr_is_io() hwaddr argument const
Philippe Mathieu-Daudé
2020-01-15
plugins: Include trace/mem.h in api.c
Richard Henderson
2019-10-28
plugin: add qemu_plugin_outs helper
Alex Bennée
2019-10-28
plugin: add qemu_plugin_insn_disas helper
Alex Bennée
2019-10-28
plugins: implement helpers for resolving hwaddr
Alex Bennée
2019-10-28
plugin: add implementation of the api
Alex Bennée