aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-28travis.yml: enable linux-gcc-debug-tcg cacheAlex Bennée
2019-10-28MAINTAINERS: add me for the TCG plugins codeAlex Bennée
2019-10-28scripts/checkpatch.pl: don't complain about (foo, /* empty */)Alex Bennée
2019-10-28.travis.yml: add --enable-plugins testsAlex Bennée
2019-10-28include/exec: wrap cpu_ldst.h in CONFIG_TCGAlex Bennée
2019-10-28accel/stubs: reduce headers from tcg-stubAlex Bennée
2019-10-28tests/plugin: add hotpages to analyse memory access patternsAlex Bennée
2019-10-28tests/plugin: add instruction execution breakdownAlex Bennée
2019-10-28tests/plugin: add a hotblocks pluginAlex Bennée
2019-10-28tests/tcg: enable plugin testingAlex Bennée
2019-10-28tests/tcg: drop test-i386-fprem from TESTS when not SLOWAlex Bennée
2019-10-28tests/tcg: move "virtual" tests to EXTRA_TESTSAlex Bennée
2019-10-28tests/tcg: set QEMU_OPTS for all cris runsAlex Bennée
2019-10-28tests/tcg/Makefile.target: fix path to config-host.makAlex Bennée
2019-10-28tests/plugin: add sample pluginsEmilio G. Cota
2019-10-28linux-user: support -plugin optionLluís Vilanova
2019-10-28vl: support -plugin optionLluís Vilanova
2019-10-28plugin: add qemu_plugin_outs helperAlex Bennée
2019-10-28plugin: add qemu_plugin_insn_disas helperAlex Bennée
2019-10-28plugin: expand the plugin_init function to include an info blockAlex Bennée
2019-10-28plugin: add API symbols to qemu-plugins.symbolsEmilio G. Cota
2019-10-28configure: add --enable-pluginsAlex Bennée
2019-10-28translator: inject instrumentation from pluginsEmilio G. Cota
2019-10-28target/openrisc: fetch code with translator_ldEmilio G. Cota
2019-10-28target/xtensa: fetch code with translator_ldEmilio G. Cota
2019-10-28target/sparc: fetch code with translator_ldEmilio G. Cota
2019-10-28target/riscv: fetch code with translator_ldEmilio G. Cota
2019-10-28target/alpha: fetch code with translator_ldEmilio G. Cota
2019-10-28target/m68k: fetch code with translator_ldEmilio G. Cota
2019-10-28target/hppa: fetch code with translator_ldEmilio G. Cota
2019-10-28target/i386: fetch code with translator_ldEmilio G. Cota
2019-10-28target/sh4: fetch code with translator_ldEmilio G. Cota
2019-10-28target/ppc: fetch code with translator_ldEmilio G. Cota
2019-10-28target/arm: fetch code with translator_ldEmilio G. Cota
2019-10-28translator: add translator_ld{ub,sw,uw,l,q}Emilio G. Cota
2019-10-28cputlb: ensure _cmmu helper functions follow the naming standardAlex Bennée
2019-10-28plugin-gen: add plugin_insn_appendEmilio G. Cota
2019-10-28cpu: hook plugin vcpu eventsEmilio G. Cota
2019-10-28*-user: plugin syscallsEmilio G. Cota
2019-10-28*-user: notify plugin of exitEmilio G. Cota
2019-10-28translate-all: notify plugin code of tb_flushEmilio G. Cota
2019-10-28plugins: implement helpers for resolving hwaddrAlex Bennée
2019-10-28tcg: let plugins instrument virtual memory accessesEmilio G. Cota
2019-10-28atomic_template: add inline trace/plugin helpersEmilio G. Cota
2019-10-28plugin-gen: add module for TCG-related codeEmilio G. Cota
2019-10-28tcg: add tcg_gen_st_ptrEmilio G. Cota
2019-10-28cputlb: introduce get_page_addr_code_hostpEmilio G. Cota
2019-10-28cputlb: document get_page_addr_codeEmilio G. Cota
2019-10-28queue: add QTAILQ_REMOVE_SEVERALEmilio G. Cota
2019-10-28plugin: add implementation of the apiAlex Bennée