aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-28riscv/sifive_u: Add L2-LIM cache memoryAlistair Francis2-0/+17
2019-10-28linux-user/riscv: Propagate fault addressGiuseppe Musacchio2-2/+6
2019-10-28riscv: sifive_u: Add ethernet0 to the aliases nodeBin Meng1-1/+4
2019-10-28riscv: hw: Drop "clock-frequency" property of cpu nodesBin Meng6-15/+0
2019-10-28RISC-V: Implement cpu_do_transaction_failedPalmer Dabbelt3-7/+13
2019-10-28RISC-V: Handle bus errors in the page table walkerPalmer Dabbelt1-3/+9
2019-10-28riscv: Skip checking CSR privilege level in debugger modeBin Meng1-1/+4
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
2019-10-25target/mips: msa: Split helpers for HSUB_<S|U>.<H|W|D>Aleksandar Markovic3-21/+129
2019-10-25target/mips: msa: Split helpers for PCK<EV|OD>.<B|H|W|D>Aleksandar Markovic3-186/+249
2019-10-25target/mips: msa: Split helpers for S<LL|RA|RAR|RL|RLR>.<B|H|W|D>Aleksandar Markovic3-66/+479
2019-10-25target/mips: msa: Split helpers for HADD_<S|U>.<H|W|D>Aleksandar Markovic3-32/+141
2019-10-25target/mips: msa: Split helpers for ADD<_A|S_A|S_S|S_U|V>.<B|H|W|D>Aleksandar Markovic3-69/+482
2019-10-25target/mips: msa: Split helpers for ILV<EV|OD|L|R>.<B|H|W|D>Aleksandar Markovic3-369/+496
2019-10-25target/mips: msa: Split helpers for <MAX|MIN>_<S|U>.<B|H|W|D>Aleksandar Markovic3-44/+372
2019-10-25target/mips: msa: Split helpers for <MAX|MIN>_A.<B|H|W|D>Aleksandar Markovic3-25/+187