aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-28tcg: let plugins instrument virtual memory accessesEmilio G. Cota8-36/+74
2019-10-28atomic_template: add inline trace/plugin helpersEmilio G. Cota4-39/+111
2019-10-28plugin-gen: add module for TCG-related codeEmilio G. Cota11-0/+1054
2019-10-28tcg: add tcg_gen_st_ptrEmilio G. Cota1-0/+5
2019-10-28cputlb: introduce get_page_addr_code_hostpEmilio G. Cota2-1/+51
2019-10-28cputlb: document get_page_addr_codeEmilio G. Cota1-3/+21
2019-10-28queue: add QTAILQ_REMOVE_SEVERALEmilio G. Cota1-0/+10
2019-10-28plugin: add implementation of the apiAlex Bennée3-3/+278
2019-10-28plugin: add core codeEmilio G. Cota9-1/+1241
2019-10-28plugin: add user-facing APIEmilio G. Cota1-0/+351
2019-10-28docs/devel: add plugins.rst design documentAlex Bennée2-0/+113
2019-10-28translate-all: use cpu_in_exclusive_work_context() in tb_flushEmilio G. Cota1-2/+7
2019-10-28cpu: introduce cpu_in_exclusive_context()Emilio G. Cota3-4/+18
2019-10-28trace: add mmu_index to mem_infoAlex Bennée10-39/+59
2019-10-28trace: expand mem_info:size_shift to 4 bitsEmilio G. Cota2-5/+5
2019-10-28Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell22-234/+1800
2019-10-27Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell73-1106/+2341
2019-10-26i386: implement IGNNEPaolo Bonzini3-9/+31
2019-10-26target/i386: introduce cpu_set_fpusPaolo Bonzini1-4/+8
2019-10-26target/i386: move FERR handling to target/i386Paolo Bonzini6-19/+36
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang25-50/+52
2019-10-26audio: fix missing breakPaolo Bonzini1-0/+1
2019-10-26Merge commit 'df84f17' into HEADPaolo Bonzini46-1034/+2223
2019-10-26Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-251019-3...Peter Maydell8-18/+71
2019-10-25Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2-2/+6
2019-10-25tests/docker: update Travis image to a more current versionAlex Bennée1-1/+5
2019-10-25tests/docker: set HOST_ARCH if we don't have ARCHAlex Bennée2-4/+4
2019-10-25travis.yml: --enable-debug-tcg to check-tcgAlex Bennée1-2/+2
2019-10-25gitlab-ci.yml: Use libvdeplug-dev to compile-test the VDE network backendThomas Huth1-1/+1
2019-10-25travis.yml: cache the clang sanitizer buildAlex Bennée1-0/+1
2019-10-25tests/vm/netbsd: Disable IPv6Eduardo Habkost1-0/+7
2019-10-25tests/vm: Let subclasses disable IPv6Eduardo Habkost1-1/+4
2019-10-25cirrus.yml: add latest Xcode build targetAlex Bennée1-0/+11
2019-10-25travis.yml: bump Xcode 10 to latest dot releaseAlex Bennée1-1/+1
2019-10-25travis.yml: Test the release tarballPhilippe Mathieu-Daudé1-0/+23
2019-10-25travis.yml: Fix the ccache linesThomas Huth1-2/+2
2019-10-25travis.yml: Use newer version of libgnutls and libpngThomas Huth1-2/+2
2019-10-25travis.yml: Use libsdl2 instead of libsdl1.2, and install libsdl2-imageThomas Huth1-2/+4
2019-10-25travis.yml: Add libvdeplug-dev to compile-test net/vde.cThomas Huth1-0/+1
2019-10-25travis.yml: reduce scope of the --enable-debug buildAlex Bennée1-2/+3
2019-10-25Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-oct-24-2019-v...Peter Maydell8-1425/+3807
2019-10-25tests/ssh_linux_malta: Fix 64-bit target testsPhilippe Mathieu-Daudé1-6/+6
2019-10-25tests/ssh_linux_malta: Refactor how to get image/kernel infoPhilippe Mathieu-Daudé1-31/+44
2019-10-25tests/ssh_linux_malta: Match stricter console outputPhilippe Mathieu-Daudé1-9/+9
2019-10-25tests/ssh_linux_malta: Remove duplicated testPhilippe Mathieu-Daudé1-3/+0
2019-10-25tests/ssh_linux_malta: Run tests using a snapshot imagePhilippe Mathieu-Daudé1-1/+1
2019-10-25target/mips: Refactor handling of vector compare 'less than' (signed) instruc...Filip Bozuta1-30/+50
2019-10-25target/mips: Refactor handling of vector compare 'equal' instructionsFilip Bozuta1-30/+50
2019-10-25target/mips: Demacro LMI decoderAleksandar Markovic1-74/+174
2019-10-25target/mips: msa: Split helpers for ASUB_<S|U>.<B|H|W|D>Aleksandar Markovic3-26/+193