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
Age
Commit message (
Expand
)
Author
2019-10-28
travis.yml: enable linux-gcc-debug-tcg cache
Alex Bennée
2019-10-28
MAINTAINERS: add me for the TCG plugins code
Alex Bennée
2019-10-28
scripts/checkpatch.pl: don't complain about (foo, /* empty */)
Alex Bennée
2019-10-28
.travis.yml: add --enable-plugins tests
Alex Bennée
2019-10-28
include/exec: wrap cpu_ldst.h in CONFIG_TCG
Alex Bennée
2019-10-28
accel/stubs: reduce headers from tcg-stub
Alex Bennée
2019-10-28
tests/plugin: add hotpages to analyse memory access patterns
Alex Bennée
2019-10-28
tests/plugin: add instruction execution breakdown
Alex Bennée
2019-10-28
tests/plugin: add a hotblocks plugin
Alex Bennée
2019-10-28
tests/tcg: enable plugin testing
Alex Bennée
2019-10-28
tests/tcg: drop test-i386-fprem from TESTS when not SLOW
Alex Bennée
2019-10-28
tests/tcg: move "virtual" tests to EXTRA_TESTS
Alex Bennée
2019-10-28
tests/tcg: set QEMU_OPTS for all cris runs
Alex Bennée
2019-10-28
tests/tcg/Makefile.target: fix path to config-host.mak
Alex Bennée
2019-10-28
tests/plugin: add sample plugins
Emilio G. Cota
2019-10-28
linux-user: support -plugin option
Lluís Vilanova
2019-10-28
vl: support -plugin option
Lluís Vilanova
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
plugin: expand the plugin_init function to include an info block
Alex Bennée
2019-10-28
plugin: add API symbols to qemu-plugins.symbols
Emilio G. Cota
2019-10-28
configure: add --enable-plugins
Alex Bennée
2019-10-28
translator: inject instrumentation from plugins
Emilio G. Cota
2019-10-28
target/openrisc: fetch code with translator_ld
Emilio G. Cota
2019-10-28
target/xtensa: fetch code with translator_ld
Emilio G. Cota
2019-10-28
target/sparc: fetch code with translator_ld
Emilio G. Cota
2019-10-28
target/riscv: fetch code with translator_ld
Emilio G. Cota
2019-10-28
target/alpha: fetch code with translator_ld
Emilio G. Cota
2019-10-28
target/m68k: fetch code with translator_ld
Emilio G. Cota
2019-10-28
target/hppa: fetch code with translator_ld
Emilio G. Cota
2019-10-28
target/i386: fetch code with translator_ld
Emilio G. Cota
2019-10-28
target/sh4: fetch code with translator_ld
Emilio G. Cota
2019-10-28
target/ppc: fetch code with translator_ld
Emilio G. Cota
2019-10-28
target/arm: fetch code with translator_ld
Emilio G. Cota
2019-10-28
translator: add translator_ld{ub,sw,uw,l,q}
Emilio G. Cota
2019-10-28
cputlb: ensure _cmmu helper functions follow the naming standard
Alex Bennée
2019-10-28
plugin-gen: add plugin_insn_append
Emilio G. Cota
2019-10-28
cpu: hook plugin vcpu events
Emilio G. Cota
2019-10-28
*-user: plugin syscalls
Emilio G. Cota
2019-10-28
*-user: notify plugin of exit
Emilio G. Cota
2019-10-28
translate-all: notify plugin code of tb_flush
Emilio G. Cota
2019-10-28
plugins: implement helpers for resolving hwaddr
Alex Bennée
2019-10-28
tcg: let plugins instrument virtual memory accesses
Emilio G. Cota
2019-10-28
atomic_template: add inline trace/plugin helpers
Emilio G. Cota
2019-10-28
plugin-gen: add module for TCG-related code
Emilio G. Cota
2019-10-28
tcg: add tcg_gen_st_ptr
Emilio G. Cota
2019-10-28
cputlb: introduce get_page_addr_code_hostp
Emilio G. Cota
2019-10-28
cputlb: document get_page_addr_code
Emilio G. Cota
2019-10-28
queue: add QTAILQ_REMOVE_SEVERAL
Emilio G. Cota
2019-10-28
plugin: add implementation of the api
Alex Bennée
[next]