summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | linux-user: support -plugin optionLluís Vilanova2019-10-281-0/+18
| * | vl: support -plugin optionLluís Vilanova2019-10-282-0/+28
| * | plugin: add qemu_plugin_outs helperAlex Bennée2019-10-285-0/+19
| * | plugin: add qemu_plugin_insn_disas helperAlex Bennée2019-10-285-1/+130
| * | plugin: expand the plugin_init function to include an info blockAlex Bennée2019-10-282-6/+43
| * | plugin: add API symbols to qemu-plugins.symbolsEmilio G. Cota2019-10-285-0/+133
| * | configure: add --enable-pluginsAlex Bennée2019-10-281-0/+13
| * | translator: inject instrumentation from pluginsEmilio G. Cota2019-10-281-0/+20
| * | target/openrisc: fetch code with translator_ldEmilio G. Cota2019-10-281-1/+1
| * | target/xtensa: fetch code with translator_ldEmilio G. Cota2019-10-281-2/+2
| * | target/sparc: fetch code with translator_ldEmilio G. Cota2019-10-281-1/+1
| * | target/riscv: fetch code with translator_ldEmilio G. Cota2019-10-281-1/+1
| * | target/alpha: fetch code with translator_ldEmilio G. Cota2019-10-281-1/+1
| * | target/m68k: fetch code with translator_ldEmilio G. Cota2019-10-281-1/+1
| * | target/hppa: fetch code with translator_ldEmilio G. Cota2019-10-281-1/+1
| * | target/i386: fetch code with translator_ldEmilio G. Cota2019-10-281-5/+5
| * | target/sh4: fetch code with translator_ldEmilio G. Cota2019-10-281-2/+2
| * | target/ppc: fetch code with translator_ldEmilio G. Cota2019-10-281-5/+3Star
| * | target/arm: fetch code with translator_ldEmilio G. Cota2019-10-281-12/+3Star
| * | translator: add translator_ld{ub,sw,uw,l,q}Emilio G. Cota2019-10-282-1/+72
| * | cputlb: ensure _cmmu helper functions follow the naming standardAlex Bennée2019-10-284-13/+38
| * | plugin-gen: add plugin_insn_appendEmilio G. Cota2019-10-281-0/+14
| * | cpu: hook plugin vcpu eventsEmilio G. Cota2019-10-283-0/+14
| * | *-user: plugin syscallsEmilio G. Cota2019-10-283-9/+59
| * | *-user: notify plugin of exitEmilio G. Cota2019-10-282-0/+4
| * | translate-all: notify plugin code of tb_flushEmilio G. Cota2019-10-281-0/+6
| * | plugins: implement helpers for resolving hwaddrAlex Bennée2019-10-284-0/+139
| * | tcg: let plugins instrument virtual memory accessesEmilio G. Cota2019-10-288-36/+74
| * | atomic_template: add inline trace/plugin helpersEmilio G. Cota2019-10-284-39/+111
| * | plugin-gen: add module for TCG-related codeEmilio G. Cota2019-10-2811-0/+1054
| * | tcg: add tcg_gen_st_ptrEmilio G. Cota2019-10-281-0/+5
| * | cputlb: introduce get_page_addr_code_hostpEmilio G. Cota2019-10-282-1/+51
| * | cputlb: document get_page_addr_codeEmilio G. Cota2019-10-281-3/+21
| * | queue: add QTAILQ_REMOVE_SEVERALEmilio G. Cota2019-10-281-0/+10
| * | plugin: add implementation of the apiAlex Bennée2019-10-283-3/+278
| * | plugin: add core codeEmilio G. Cota2019-10-289-1/+1241
| * | plugin: add user-facing APIEmilio G. Cota2019-10-281-0/+351
| * | docs/devel: add plugins.rst design documentAlex Bennée2019-10-282-0/+113
| * | translate-all: use cpu_in_exclusive_work_context() in tb_flushEmilio G. Cota2019-10-281-2/+7
| * | cpu: introduce cpu_in_exclusive_context()Emilio G. Cota2019-10-283-4/+18
| * | trace: add mmu_index to mem_infoAlex Bennée2019-10-2810-39/+59
| * | trace: expand mem_info:size_shift to 4 bitsEmilio G. Cota2019-10-282-5/+5
* | | Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' i...Peter Maydell2019-10-308-58/+308
|\ \ \
| * | | tests/boot_linux_console: Run BusyBox on 5KEc 64-bit cpuPhilippe Mathieu-Daudé2019-10-291-0/+42
| * | | tests/boot_linux_console: Add initrd test for the Exynos4210Philippe Mathieu-Daudé2019-10-291-0/+41
| * | | tests/boot_linux_console: Add a test for the Raspberry Pi 2Philippe Mathieu-Daudé2019-10-291-0/+36
| * | | tests/boot_linux_console: Use Avocado archive::gzip_uncompress()Philippe Mathieu-Daudé2019-10-291-4/+1Star
| * | | .travis.yml: Let the avocado job run the 40p testsPhilippe Mathieu-Daudé2019-10-291-1/+1
| * | | tests/acceptance: Test OpenBIOS on the PReP/40pPhilippe Mathieu-Daudé2019-10-291-0/+33
| * | | tests/acceptance: Add test that runs NetBSD 4.0 installer on PRep/40pPhilippe Mathieu-Daudé2019-10-292-0/+50