summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang
2019-10-26audio: fix missing breakPaolo Bonzini
2019-10-26Merge commit 'df84f17' into HEADPaolo Bonzini
2019-10-26Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-251019-3...Peter Maydell
2019-10-25Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2019-10-25tests/docker: update Travis image to a more current versionAlex Bennée
2019-10-25tests/docker: set HOST_ARCH if we don't have ARCHAlex Bennée
2019-10-25travis.yml: --enable-debug-tcg to check-tcgAlex Bennée
2019-10-25gitlab-ci.yml: Use libvdeplug-dev to compile-test the VDE network backendThomas Huth
2019-10-25travis.yml: cache the clang sanitizer buildAlex Bennée
2019-10-25tests/vm/netbsd: Disable IPv6Eduardo Habkost
2019-10-25tests/vm: Let subclasses disable IPv6Eduardo Habkost
2019-10-25cirrus.yml: add latest Xcode build targetAlex Bennée
2019-10-25travis.yml: bump Xcode 10 to latest dot releaseAlex Bennée
2019-10-25travis.yml: Test the release tarballPhilippe Mathieu-Daudé
2019-10-25travis.yml: Fix the ccache linesThomas Huth
2019-10-25travis.yml: Use newer version of libgnutls and libpngThomas Huth
2019-10-25travis.yml: Use libsdl2 instead of libsdl1.2, and install libsdl2-imageThomas Huth
2019-10-25travis.yml: Add libvdeplug-dev to compile-test net/vde.cThomas Huth
2019-10-25travis.yml: reduce scope of the --enable-debug buildAlex Bennée
2019-10-25Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-oct-24-2019-v...Peter Maydell
2019-10-25tests/ssh_linux_malta: Fix 64-bit target testsPhilippe Mathieu-Daudé
2019-10-25tests/ssh_linux_malta: Refactor how to get image/kernel infoPhilippe Mathieu-Daudé
2019-10-25tests/ssh_linux_malta: Match stricter console outputPhilippe Mathieu-Daudé
2019-10-25tests/ssh_linux_malta: Remove duplicated testPhilippe Mathieu-Daudé
2019-10-25tests/ssh_linux_malta: Run tests using a snapshot imagePhilippe Mathieu-Daudé
2019-10-25target/mips: Refactor handling of vector compare 'less than' (signed) instruc...Filip Bozuta
2019-10-25target/mips: Refactor handling of vector compare 'equal' instructionsFilip Bozuta
2019-10-25target/mips: Demacro LMI decoderAleksandar Markovic
2019-10-25target/mips: msa: Split helpers for ASUB_<S|U>.<B|H|W|D>Aleksandar Markovic
2019-10-25target/mips: msa: Split helpers for HSUB_<S|U>.<H|W|D>Aleksandar Markovic
2019-10-25target/mips: msa: Split helpers for PCK<EV|OD>.<B|H|W|D>Aleksandar Markovic
2019-10-25target/mips: msa: Split helpers for S<LL|RA|RAR|RL|RLR>.<B|H|W|D>Aleksandar Markovic
2019-10-25target/mips: msa: Split helpers for HADD_<S|U>.<H|W|D>Aleksandar Markovic
2019-10-25target/mips: msa: Split helpers for ADD<_A|S_A|S_S|S_U|V>.<B|H|W|D>Aleksandar Markovic
2019-10-25target/mips: msa: Split helpers for ILV<EV|OD|L|R>.<B|H|W|D>Aleksandar Markovic
2019-10-25target/mips: msa: Split helpers for <MAX|MIN>_<S|U>.<B|H|W|D>Aleksandar Markovic
2019-10-25target/mips: msa: Split helpers for <MAX|MIN>_A.<B|H|W|D>Aleksandar Markovic
2019-10-25MAINTAINERS: Update mail address of Aleksandar RikaloAleksandar Markovic
2019-10-25target/mips: Clean up op_helper.cAleksandar Markovic
2019-10-25target/mips: Clean up helper.cAleksandar Markovic
2019-10-25Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2019-10-25qcow2: Fix corruption bug in qcow2_detect_metadata_preallocation()Kevin Wolf
2019-10-25coroutine: Add qemu_co_mutex_assert_locked()Kevin Wolf
2019-10-25Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell
2019-10-25doc: Describe missing generic -blockdev optionsKevin Wolf
2019-10-25block/backup: drop dead code from backup_job_createVladimir Sementsov-Ogievskiy
2019-10-25blockdev: Use error_report() in hmp_commit()Kevin Wolf
2019-10-25iotests: Skip read-only cases in 118 when run as rootKevin Wolf
2019-10-25qapi: add support for blkreplay driverPavel Dovgalyuk