aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-11linux-user: Add support for FDFLUSH ioctlYunqiang Su
2019-09-11linux-user: Add support for FIOGETOWN and FIOSETOWN ioctlsAleksandar Markovic
2019-09-11linux-user: Add support for RNDRESEEDCRNG ioctlAleksandar Markovic
2019-09-11linux-user: drop redundant handling of environment variablesMax Filippov
2019-09-11target/xtensa: linux-user: add call0 ABI supportMax Filippov
2019-09-11linux-user: Support gdb 'qOffsets' query for ELFJosh Kunz
2019-09-11linux-user/arm: Adjust MAX_RESERVED_VA for M-profileRichard Henderson
2019-09-11linux-user: Pass CPUState to MAX_RESERVED_VARichard Henderson
2019-09-11linux-user: add memfd_createShu-Chun Weng
2019-09-11linux-user: fail and report on bad dfilter specsAlex Bennée
2019-09-11linux-user: erroneous fd_trans_unregister callShu-Chun Weng
2019-09-10Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-100919-2...Peter Maydell
2019-09-10tests/tcg: fix typo when calling clean-tcgAlex Bennée
2019-09-10travis.yml: Install libcap-dev for testing virito-9pThomas Huth
2019-09-10Fedora images: use URLs from stable "archives.fedoraproject.org"Cleber Rosa
2019-09-10.travis.yml: Cache Linux/Clang jobs togetherPhilippe Mathieu-Daudé
2019-09-10.travis.yml: Cache Linux/GCC 'non-debug profile' jobs togetherPhilippe Mathieu-Daudé
2019-09-10.travis.yml: Cache Linux/GCC 'debug profile' jobs togetherPhilippe Mathieu-Daudé
2019-09-10.travis.yml: Document how the build matrix use cachesPhilippe Mathieu-Daudé
2019-09-10.travis.yml: Enable ccache on OSXPhilippe Mathieu-Daudé
2019-09-10.travis.yml: Improve ccache usePhilippe Mathieu-Daudé
2019-09-10.travis.yml: Cache Avocado cachePhilippe Mathieu-Daudé
2019-09-10.travis.yml: Cache Python PIP packagesPhilippe Mathieu-Daudé
2019-09-10.travis.yml: Increase cache timeout from 3min to 20minPhilippe Mathieu-Daudé
2019-09-10.travis.yml: Enable multiple caching featuresPhilippe Mathieu-Daudé
2019-09-10configure: check if --no-pie is supported firstAlex Bennée
2019-09-10tests/docker: --disable-libssh on ubuntu1804 buildsAlex Bennée
2019-09-10tests/docker: add more images to PARTIAL_IMAGES when not on x86_64Alex Bennée
2019-09-10tests/docker: use --arch-only for installing depsAlex Bennée
2019-09-10tests/docker: add debian-amd64-cross for non-x86 hostsAlex Bennée
2019-09-10tests/docker: avoid $SHELL invoke bash directlyAlex Bennée
2019-09-10tests/docker: add debian9-mxe to DEBIAN_PARTIAL_IMAGESAlex Bennée
2019-09-10tests/docker: add debian-xtensa-cross to DEBIAN_PARTIAL_IMAGESAlex Bennée
2019-09-10tests/docker: pin powerpc-user-cross to a snapshotAlex Bennée
2019-09-10tests/docker: update Debian Sid imageAlex Bennée
2019-09-10tests/docker: move our ppc64 cross compile to BusterAlex Bennée
2019-09-10tests/docker: move our riscv64 cross compile to BusterAlex Bennée
2019-09-10tests/docker: move our mips64 cross compile to BusterAlex Bennée
2019-09-10tests/docker: move our sh4 cross compile to BusterAlex Bennée
2019-09-10tests/docker: move our sparc64 cross compile to BusterAlex Bennée
2019-09-10tests/docker: move our m68k cross compile to BusterAlex Bennée
2019-09-10tests/docker: move our HPPA cross compile to BusterAlex Bennée
2019-09-10tests/docker: move our Alpha cross compile to BusterAlex Bennée
2019-09-10tests/docker: move our powerpc cross compile to BusterAlex Bennée
2019-09-10tests/docker: move our arm64 cross compile to BusterAlex Bennée
2019-09-10tests/docker: add Buster to DOCKER_PARTIAL_IMAGESAlex Bennée
2019-09-10tests/docker: set DEF_TARGET_LIST for some containersAlex Bennée
2019-09-10tests/docker: move DEF_TARGET_LIST setting to common.rcAlex Bennée
2019-09-10tests/tcg: add .gitignore for in source buildsAlex Bennée
2019-09-10tests/tcg: move configuration to a sub-shell scriptPaolo Bonzini