Age | Commit message (Expand) | Author |
2019-10-28 | exec: Cache TARGET_PAGE_MASK for TARGET_PAGE_BITS_VARY | Richard Henderson |
2019-10-28 | exec: Promote TARGET_PAGE_MASK to target_long | Richard Henderson |
2019-10-28 | exec: Restrict TARGET_PAGE_BITS_VARY assert to CONFIG_DEBUG_TCG | Richard Henderson |
2019-10-28 | exec: Use const alias for TARGET_PAGE_BITS_VARY | Richard Henderson |
2019-10-28 | configure: Detect compiler support for __attribute__((alias)) | Richard Henderson |
2019-10-28 | exec: Split out variable page size support to exec-vary.c | Richard Henderson |
2019-10-28 | cpu: use ROUND_UP() to define xxx_PAGE_ALIGN | Wei Yang |
2019-10-28 | cputlb: ensure _cmmu helper functions follow the naming standard | Alex Bennée |
2019-10-28 | tci: Add implementation for INDEX_op_ld16u_i64 | Stefan Weil |
2019-10-26 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-251019-3... | Peter Maydell |
2019-10-25 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2019-10-25 | tests/docker: update Travis image to a more current version | Alex Bennée |
2019-10-25 | tests/docker: set HOST_ARCH if we don't have ARCH | Alex Bennée |
2019-10-25 | travis.yml: --enable-debug-tcg to check-tcg | Alex Bennée |
2019-10-25 | gitlab-ci.yml: Use libvdeplug-dev to compile-test the VDE network backend | Thomas Huth |
2019-10-25 | travis.yml: cache the clang sanitizer build | Alex Bennée |
2019-10-25 | tests/vm/netbsd: Disable IPv6 | Eduardo Habkost |
2019-10-25 | tests/vm: Let subclasses disable IPv6 | Eduardo Habkost |
2019-10-25 | cirrus.yml: add latest Xcode build target | Alex Bennée |
2019-10-25 | travis.yml: bump Xcode 10 to latest dot release | Alex Bennée |
2019-10-25 | travis.yml: Test the release tarball | Philippe Mathieu-Daudé |
2019-10-25 | travis.yml: Fix the ccache lines | Thomas Huth |
2019-10-25 | travis.yml: Use newer version of libgnutls and libpng | Thomas Huth |
2019-10-25 | travis.yml: Use libsdl2 instead of libsdl1.2, and install libsdl2-image | Thomas Huth |
2019-10-25 | travis.yml: Add libvdeplug-dev to compile-test net/vde.c | Thomas Huth |
2019-10-25 | travis.yml: reduce scope of the --enable-debug build | Alex Bennée |
2019-10-25 | Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-oct-24-2019-v... | Peter Maydell |
2019-10-25 | tests/ssh_linux_malta: Fix 64-bit target tests | Philippe Mathieu-Daudé |
2019-10-25 | tests/ssh_linux_malta: Refactor how to get image/kernel info | Philippe Mathieu-Daudé |
2019-10-25 | tests/ssh_linux_malta: Match stricter console output | Philippe Mathieu-Daudé |
2019-10-25 | tests/ssh_linux_malta: Remove duplicated test | Philippe Mathieu-Daudé |
2019-10-25 | tests/ssh_linux_malta: Run tests using a snapshot image | Philippe Mathieu-Daudé |
2019-10-25 | target/mips: Refactor handling of vector compare 'less than' (signed) instruc... | Filip Bozuta |
2019-10-25 | target/mips: Refactor handling of vector compare 'equal' instructions | Filip Bozuta |
2019-10-25 | target/mips: Demacro LMI decoder | Aleksandar Markovic |
2019-10-25 | target/mips: msa: Split helpers for ASUB_<S|U>.<B|H|W|D> | Aleksandar Markovic |
2019-10-25 | target/mips: msa: Split helpers for HSUB_<S|U>.<H|W|D> | Aleksandar Markovic |
2019-10-25 | target/mips: msa: Split helpers for PCK<EV|OD>.<B|H|W|D> | Aleksandar Markovic |
2019-10-25 | target/mips: msa: Split helpers for S<LL|RA|RAR|RL|RLR>.<B|H|W|D> | Aleksandar Markovic |
2019-10-25 | target/mips: msa: Split helpers for HADD_<S|U>.<H|W|D> | Aleksandar Markovic |
2019-10-25 | target/mips: msa: Split helpers for ADD<_A|S_A|S_S|S_U|V>.<B|H|W|D> | Aleksandar Markovic |
2019-10-25 | target/mips: msa: Split helpers for ILV<EV|OD|L|R>.<B|H|W|D> | Aleksandar Markovic |
2019-10-25 | target/mips: msa: Split helpers for <MAX|MIN>_<S|U>.<B|H|W|D> | Aleksandar Markovic |
2019-10-25 | target/mips: msa: Split helpers for <MAX|MIN>_A.<B|H|W|D> | Aleksandar Markovic |
2019-10-25 | MAINTAINERS: Update mail address of Aleksandar Rikalo | Aleksandar Markovic |
2019-10-25 | target/mips: Clean up op_helper.c | Aleksandar Markovic |
2019-10-25 | target/mips: Clean up helper.c | Aleksandar Markovic |
2019-10-25 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2019-10-25 | qcow2: Fix corruption bug in qcow2_detect_metadata_preallocation() | Kevin Wolf |
2019-10-25 | coroutine: Add qemu_co_mutex_assert_locked() | Kevin Wolf |