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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-28
tests/tcg: move "virtual" tests to EXTRA_TESTS
Alex Bennée
2
-2
/
+4
2019-10-28
tests/tcg: set QEMU_OPTS for all cris runs
Alex Bennée
1
-1
/
+1
2019-10-28
tests/tcg/Makefile.target: fix path to config-host.mak
Alex Bennée
1
-1
/
+1
2019-10-28
tests/plugin: add sample plugins
Emilio G. Cota
6
-0
/
+281
2019-10-28
linux-user: support -plugin option
Lluís Vilanova
1
-0
/
+18
2019-10-28
vl: support -plugin option
Lluís Vilanova
2
-0
/
+28
2019-10-28
plugin: add qemu_plugin_outs helper
Alex Bennée
5
-0
/
+19
2019-10-28
plugin: add qemu_plugin_insn_disas helper
Alex Bennée
5
-1
/
+130
2019-10-28
plugin: expand the plugin_init function to include an info block
Alex Bennée
2
-6
/
+43
2019-10-28
plugin: add API symbols to qemu-plugins.symbols
Emilio G. Cota
5
-0
/
+133
2019-10-28
configure: add --enable-plugins
Alex Bennée
1
-0
/
+13
2019-10-28
translator: inject instrumentation from plugins
Emilio G. Cota
1
-0
/
+20
2019-10-28
target/openrisc: fetch code with translator_ld
Emilio G. Cota
1
-1
/
+1
2019-10-28
target/xtensa: fetch code with translator_ld
Emilio G. Cota
1
-2
/
+2
2019-10-28
target/sparc: fetch code with translator_ld
Emilio G. Cota
1
-1
/
+1
2019-10-28
target/riscv: fetch code with translator_ld
Emilio G. Cota
1
-1
/
+1
2019-10-28
target/alpha: fetch code with translator_ld
Emilio G. Cota
1
-1
/
+1
2019-10-28
target/m68k: fetch code with translator_ld
Emilio G. Cota
1
-1
/
+1
2019-10-28
target/hppa: fetch code with translator_ld
Emilio G. Cota
1
-1
/
+1
2019-10-28
target/i386: fetch code with translator_ld
Emilio G. Cota
1
-5
/
+5
2019-10-28
target/sh4: fetch code with translator_ld
Emilio G. Cota
1
-2
/
+2
2019-10-28
target/ppc: fetch code with translator_ld
Emilio G. Cota
1
-5
/
+3
2019-10-28
target/arm: fetch code with translator_ld
Emilio G. Cota
1
-12
/
+3
2019-10-28
translator: add translator_ld{ub,sw,uw,l,q}
Emilio G. Cota
2
-1
/
+72
2019-10-28
cputlb: ensure _cmmu helper functions follow the naming standard
Alex Bennée
4
-13
/
+38
2019-10-28
plugin-gen: add plugin_insn_append
Emilio G. Cota
1
-0
/
+14
2019-10-28
cpu: hook plugin vcpu events
Emilio G. Cota
3
-0
/
+14
2019-10-28
*-user: plugin syscalls
Emilio G. Cota
3
-9
/
+59
2019-10-28
*-user: notify plugin of exit
Emilio G. Cota
2
-0
/
+4
2019-10-28
translate-all: notify plugin code of tb_flush
Emilio G. Cota
1
-0
/
+6
2019-10-28
plugins: implement helpers for resolving hwaddr
Alex Bennée
4
-0
/
+139
2019-10-28
tcg: let plugins instrument virtual memory accesses
Emilio G. Cota
8
-36
/
+74
2019-10-28
atomic_template: add inline trace/plugin helpers
Emilio G. Cota
4
-39
/
+111
2019-10-28
plugin-gen: add module for TCG-related code
Emilio G. Cota
11
-0
/
+1054
2019-10-28
tcg: add tcg_gen_st_ptr
Emilio G. Cota
1
-0
/
+5
2019-10-28
cputlb: introduce get_page_addr_code_hostp
Emilio G. Cota
2
-1
/
+51
2019-10-28
cputlb: document get_page_addr_code
Emilio G. Cota
1
-3
/
+21
2019-10-28
queue: add QTAILQ_REMOVE_SEVERAL
Emilio G. Cota
1
-0
/
+10
2019-10-28
plugin: add implementation of the api
Alex Bennée
3
-3
/
+278
2019-10-28
plugin: add core code
Emilio G. Cota
9
-1
/
+1241
2019-10-28
plugin: add user-facing API
Emilio G. Cota
1
-0
/
+351
2019-10-28
docs/devel: add plugins.rst design document
Alex Bennée
2
-0
/
+113
2019-10-28
translate-all: use cpu_in_exclusive_work_context() in tb_flush
Emilio G. Cota
1
-2
/
+7
2019-10-28
cpu: introduce cpu_in_exclusive_context()
Emilio G. Cota
3
-4
/
+18
2019-10-28
trace: add mmu_index to mem_info
Alex Bennée
10
-39
/
+59
2019-10-28
trace: expand mem_info:size_shift to 4 bits
Emilio G. Cota
2
-5
/
+5
2019-10-28
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
22
-234
/
+1800
2019-10-27
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
73
-1106
/
+2341
2019-10-26
i386: implement IGNNE
Paolo Bonzini
3
-9
/
+31
2019-10-26
target/i386: introduce cpu_set_fpus
Paolo Bonzini
1
-4
/
+8
[next]