| Commit message (Expand) | Author | Age | Files | Lines |
* | .travis.yml: skip ppc64abi32-linux-user with plugins | Alex Bennée | 2020-07-15 | 1 | -1/+2 |
* | travis.yml: Test also the other targets on s390x | Thomas Huth | 2020-07-11 | 1 | -0/+39 |
* | gitlab: add acceptance testing to system builds | Alex Bennée | 2020-07-11 | 1 | -23/+0 |
* | configure: Let SLOF be initialized by ./scripts/git-submodule.sh | Philippe Mathieu-Daudé | 2020-06-15 | 1 | -1/+0 |
* | tests/acceptance: Add boot tests for sh4 QEMU advent calendar image | Thomas Huth | 2020-06-15 | 1 | -1/+1 |
* | .travis.yml: allow failure for unreliable hosts | Alex Bennée | 2020-06-08 | 1 | -0/+5 |
* | travis.yml: Use clang++ in the Clang tests | Thomas Huth | 2020-05-27 | 1 | -3/+5 |
* | travis.yml: Improve the --disable-tcg test on s390x | Thomas Huth | 2020-05-15 | 1 | -14/+4 |
* | .travis.yml: reduce the load on [ppc64] GCC check-tcg | Alex Bennée | 2020-05-06 | 1 | -1/+1 |
* | .travis.yml: drop MacOSX | Alex Bennée | 2020-05-06 | 1 | -27/+1 |
* | .travis.yml: show free disk space at end of run | Alex Bennée | 2020-05-06 | 1 | -0/+1 |
* | .travis.yml: Cache acceptance-test assets | Philippe Mathieu-Daudé | 2020-04-06 | 1 | -0/+2 |
* | .travis.yml: Add a KVM-only s390x job | Philippe Mathieu-Daudé | 2020-03-27 | 1 | -0/+42 |
* | Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' i... | Peter Maydell | 2020-03-19 | 1 | -1/+1 |
|\ |
|
| * | Acceptance test: add "boot_linux" tests | Cleber Rosa | 2020-03-17 | 1 | -1/+1 |
* | | travis.yml: Set G_MESSAGES_DEBUG do report GLib errors | Philippe Mathieu-Daudé | 2020-03-17 | 1 | -0/+1 |
|/ |
|
* | travis.yml: install python3 numpy and opencv libraries | Alex Bennée | 2020-03-04 | 1 | -1/+4 |
* | travis: enable tools build on OS X | Laurent Vivier | 2020-03-04 | 1 | -0/+1 |
* | configure: Enable test and libs for zstd | Juan Quintela | 2020-02-28 | 1 | -0/+1 |
* | travis.yml: single-thread build-tcg stages | Alex Bennée | 2020-02-25 | 1 | -2/+2 |
* | travis.yml: Fix Travis YAML configuration warnings | Wainer dos Santos Moschetta | 2020-02-25 | 1 | -5/+4 |
* | travis.yml: Test the s390-ccw build, too | Thomas Huth | 2020-02-25 | 1 | -0/+10 |
* | tests/acceptance: Add boot tests for some of the QEMU advent calendar images | Thomas Huth | 2020-02-07 | 1 | -1/+1 |
* | travis.yml: install rpm2cpio for acceptance tests | Liam Merwick | 2020-02-07 | 1 | -0/+1 |
* | .travis.yml: ensure python3-sphinx installed for docs | Alex Bennée | 2020-02-04 | 1 | -1/+1 |
* | .travis.yml: single thread build-tcg | Alex Bennée | 2020-02-04 | 1 | -2/+2 |
* | .travis.yml: drop cris-linux-user from the plugins test | Alex Bennée | 2020-02-04 | 1 | -1/+2 |
* | .travis.yml: drop the travis_retry from tests | Alex Bennée | 2020-02-04 | 1 | -1/+6 |
* | .travis.yml: introduce TEST_BUILD_CMD and use it for check-tcg | Alex Bennée | 2020-02-04 | 1 | -4/+15 |
* | .travis.yml: probe for number of available processors | Alex Bennée | 2020-02-04 | 1 | -9/+11 |
* | .travis.yml: move cache flushing to early common phase | Alex Bennée | 2020-02-04 | 1 | -5/+6 |
* | .travis.yml: build documents under bionic | Alex Bennée | 2020-02-04 | 1 | -1/+2 |
* | .travis.yml: Add description to each job | Philippe Mathieu-Daudé | 2020-02-04 | 1 | -34/+67 |
* | .travis.yml: Drop superfluous use of --python=python3 parameter | Philippe Mathieu-Daudé | 2020-02-04 | 1 | -1/+1 |
* | travis.yml: Install genisoimage package | Wainer dos Santos Moschetta | 2020-02-04 | 1 | -0/+8 |
* | build-sys: clean up flags included in the linker command line | Paolo Bonzini | 2020-01-24 | 1 | -1/+1 |
* | travis.yml: install homebrew python for OS X | Alex Bennée | 2020-01-09 | 1 | -7/+10 |
* | travis.yml: duplicate before_script for MacOSX | Alex Bennée | 2020-01-09 | 1 | -1/+5 |
* | travis.yml: Detach build and test steps | Wainer dos Santos Moschetta | 2020-01-09 | 1 | -1/+2 |
* | travis.yml: avocado: Print logs of non-pass tests only | Wainer dos Santos Moschetta | 2020-01-09 | 1 | -2/+2 |
* | travis: Replace Python 3.4 build with 3.5 | Eduardo Habkost | 2019-12-20 | 1 | -1/+1 |
* | travis.yml: Remove the redundant clang-with-MAIN_SOFTMMU_TARGETS entry | Thomas Huth | 2019-12-19 | 1 | -6/+0 |
* | ci: build out-of-tree | Paolo Bonzini | 2019-12-18 | 1 | -5/+8 |
* | travis.yml: Enable builds on arm64, ppc64le and s390x | Thomas Huth | 2019-12-18 | 1 | -0/+86 |
* | travis.yml: Run tcg tests with tci | Thomas Huth | 2019-12-18 | 1 | -3/+4 |
* | travis.yml: Drop libcap-dev | Greg Kurz | 2019-12-09 | 1 | -1/+0 |
* | .travis.yml: drop xcode9.4 from build matrix | Alex Bennée | 2019-11-29 | 1 | -7/+1 |
* | .travis.yml: drop 32 bit systems from MAIN_SOFTMMU_TARGETS | Alex Bennée | 2019-11-20 | 1 | -1/+1 |
* | .travis.yml: don't run make check with multiple jobs | Alex Bennée | 2019-11-12 | 1 | -1/+1 |
* | Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'... | Peter Maydell | 2019-10-30 | 1 | -3/+18 |
|\ |
|