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
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
2019-10-28
plugin: add core code
Emilio G. Cota
2019-10-28
plugin: add user-facing API
Emilio G. Cota
2019-10-28
docs/devel: add plugins.rst design document
Alex Bennée
2019-10-28
translate-all: use cpu_in_exclusive_work_context() in tb_flush
Emilio G. Cota
2019-10-28
cpu: introduce cpu_in_exclusive_context()
Emilio G. Cota
2019-10-28
trace: add mmu_index to mem_info
Alex Bennée
2019-10-28
trace: expand mem_info:size_shift to 4 bits
Emilio G. Cota
2019-10-28
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2019-10-27
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2019-10-26
i386: implement IGNNE
Paolo Bonzini
2019-10-26
target/i386: introduce cpu_set_fpus
Paolo Bonzini
2019-10-26
target/i386: move FERR handling to target/i386
Paolo Bonzini
2019-10-26
core: replace getpagesize() with qemu_real_host_page_size
Wei Yang
[next]