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-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
2023-11-23
plugins: fix win plugin tests on cross compile
Greg Manning
1
-1
/
+1
2023-11-08
plugins: make test/example plugins work on windows
Greg Manning
1
-0
/
+19
2023-11-07
accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h'
Philippe Mathieu-Daudé
1
-1
/
+0
2023-10-11
plugins: Check if vCPU is realized
Akihiko Odaki
1
-1
/
+1
2023-10-06
plugins/loader: Clean up global variable shadowing
Philippe Mathieu-Daudé
1
-2
/
+2
2023-09-16
plugin: Simplify struct qemu_plugin_hwaddr
Richard Henderson
1
-21
/
+6
2023-09-07
configure, meson: move --enable-plugins to meson
Paolo Bonzini
1
-5
/
+7
2023-06-20
plugins: Remove unused 'exec/helper-proto.h' header
Philippe Mathieu-Daudé
1
-1
/
+0
2023-03-22
include/qemu/plugin: Inline qemu_plugin_disable_mem_helpers
Richard Henderson
1
-11
/
+0
2023-03-07
includes: move tb_flush into its own header
Alex Bennée
2
-1
/
+2
2023-02-02
plugins: Iterate on cb_lists in qemu_plugin_user_exit
Richard Henderson
1
-3
/
+4
2023-02-02
plugins: make qemu_plugin_user_exit's locking order consistent with fork_start's
Emilio Cota
1
-5
/
+11
2022-10-06
plugins: add [pre|post]fork helpers to linux-user
Alex Bennée
1
-0
/
+20
2022-10-06
plugins: Assert mmu_idx in range before use in qemu_plugin_get_hwaddr
Richard Henderson
1
-0
/
+2
2022-10-04
include/hw/core: Create struct CPUJumpCache
Richard Henderson
1
-1
/
+1
2022-09-01
meson: remove dead assignments
Paolo Bonzini
1
-1
/
+1
2022-05-11
Clean up header guards that don't match their file name
Markus Armbruster
1
-3
/
+3
2022-03-07
osdep: Move memalign-related functions to their own header
Peter Maydell
1
-0
/
+1
2022-02-22
Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-...
Peter Maydell
1
-0
/
+1
2022-02-21
include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.h
Peter Maydell
1
-0
/
+1
2022-02-21
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
1
-0
/
+1
2022-02-09
plugins: add helper functions for coverage plugins
Ivanov Arkady
2
-0
/
+52
2022-01-12
configure: simplify creation of plugin symbol list
Paolo Bonzini
1
-4
/
+9
2021-11-29
plugins/meson.build: fix linker issue with weird paths
Alex Bennée
1
-2
/
+2
2021-10-12
plugins/: Add missing functions to symbol list
Lukas Jünger
1
-0
/
+3
2021-10-05
plugins: Reorg arguments to qemu_plugin_vcpu_mem_cb
Richard Henderson
2
-13
/
+16
2021-10-05
meson: switch minimum meson version to 0.58.2, minimum recommended to 0.59.2
Paolo Bonzini
1
-2
/
+2
2021-09-02
plugins/api: added a boolean parsing plugin api
Mahmoud Mandour
2
-0
/
+6
2021-09-02
plugins: allow plugin arguments to be passed directly
Mahmoud Mandour
1
-4
/
+20
2021-09-02
plugins: sort exported symbol list
Alex Bennée
1
-24
/
+24
2021-09-02
plugins: do not limit exported symbols if modules are active
Paolo Bonzini
1
-6
/
+8
2021-07-23
plugins: Fix physical address calculation for IO regions
Aaron Lindsay
1
-1
/
+1
2021-07-23
tcg/plugins: implement a qemu_plugin_user_exit helper
Alex Bennée
1
-0
/
+39
2021-07-21
trace: Fold mem-internal.h into mem.h
Richard Henderson
1
-1
/
+1
2021-07-14
tcg/plugins: remove some stale entries from the symbol list
Alex Bennée
1
-3
/
+0
[next]