summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iotests: Enable more tests in the 'auto' group to improve test coverageThomas Huth2020-02-061-7/+7
* iotests: Skip Python-based tests if QEMU does not support virtio-blkThomas Huth2020-02-061-2/+10
* iotests: Check for the availability of the required devices in 267 and 127Thomas Huth2020-02-063-0/+18
* iotests: Test 183 does not work on macOS and OpenBSDThomas Huth2020-02-061-0/+1
* iotests: Test 041 only works on certain systemsThomas Huth2020-02-061-1/+2
* iotests: remove 'linux' from default supported platformsJohn Snow2020-02-061-5/+11
* qcow2: Use a GString in report_unsupported_feature()Alberto Garcia2020-02-061-12/+11Star
* block: fix memleaks in bdrv_refresh_filenamePan Nengyuan2020-02-061-0/+1
* block: Use a GString in bdrv_perm_names()Alberto Garcia2020-02-061-5/+6
* qcow2: Assert that host cluster offsets fit in L2 table entriesAlberto Garcia2020-02-061-2/+12
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-040220-1' int...Peter Maydell2020-02-0414-78/+168
|\
| * .travis.yml: ensure python3-sphinx installed for docsAlex Bennée2020-02-041-1/+1
| * .travis.yml: single thread build-tcgAlex Bennée2020-02-041-2/+2
| * .travis.yml: drop cris-linux-user from the plugins testAlex Bennée2020-02-041-1/+2
| * .travis.yml: drop the travis_retry from testsAlex Bennée2020-02-041-1/+6
| * .travis.yml: introduce TEST_BUILD_CMD and use it for check-tcgAlex Bennée2020-02-041-4/+15
| * tests/tcg: gate pauth-% tests on having compiler supportAlex Bennée2020-02-043-3/+15
| * tests/tcg: add a configure compiler check for ARMv8.1 and SVEAlex Bennée2020-02-041-0/+14
| * .travis.yml: probe for number of available processorsAlex Bennée2020-02-041-9/+11
| * .travis.yml: move cache flushing to early common phaseAlex Bennée2020-02-041-5/+6
| * .travis.yml: build documents under bionicAlex Bennée2020-02-041-1/+2
| * .travis.yml: Add description to each jobPhilippe Mathieu-Daudé2020-02-041-34/+67
| * .travis.yml: Drop superfluous use of --python=python3 parameterPhilippe Mathieu-Daudé2020-02-041-1/+1
| * .shippable: --disable-docs for cross-compile testsAlex Bennée2020-02-041-1/+1
| * travis.yml: Install genisoimage packageWainer dos Santos Moschetta2020-02-041-0/+8
| * tests/docker: better handle symlinked libsAlex Bennée2020-02-041-7/+9
| * tests/docker: move most cross compilers to buster baseAlex Bennée2020-02-048-15/+15
|/
* Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-02-0...Peter Maydell2020-02-0431-79/+80
|\
| * configure: Fix typo of the have_afalg variableThomas Huth2020-02-041-1/+1
| * hw/hppa/Kconfig: LASI chipset requires PARALLEL portPhilippe Mathieu-Daudé2020-02-041-0/+1
| * hw/input: Do not enable CONFIG_PCKBD by defaultThomas Huth2020-02-042-1/+1
| * Makefile: Do not use wildcard hw/*/Kconfig as input for minikconfThomas Huth2020-02-041-3/+3
| * hw/*/Makefile.objs: Move many .o files to common-objsThomas Huth2020-02-0416-41/+40Star
| * trivial: Remove xenfb_enabled from sysemu.hThomas Huth2020-02-042-2/+1Star
| * include/sysemu/sysemu.h: Remove usused variable no_quitThomas Huth2020-02-041-1/+0Star
| * gitlab-ci: Refresh the list of iotestsThomas Huth2020-02-041-6/+6
| * tests/qtest: update comments about bios-tables-test-allowed-diff.hHeyi Guo2020-02-041-5/+5
| * boot-order-test: fix memleaks in boot-order-testPan Nengyuan2020-02-042-3/+5
| * tests/Makefile: Fix inclusion of the qos dependency filesThomas Huth2020-02-041-1/+1
| * docs/devel: Fix qtest paths and info about check-block in testing.rstThomas Huth2020-02-041-11/+12
| * tests/vhost-user-bridge: Fix buildDr. David Alan Gilbert2020-02-042-1/+1
| * test-logging: Fix -Werror=maybe-uninitialized warningMiroslav Rezanina2020-02-041-3/+3
* | Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-feb-04-2020' ...Peter Maydell2020-02-044-3527/+3599
|\ \ | |/ |/|
| * target/mips: Separate FPU-related helpers into their own fileAleksandar Markovic2020-02-043-1878/+1912
| * target/mips: Separate CP0-related helpers into their own fileAleksandar Markovic2020-02-043-1646/+1684
| * target/mips: Fix handling of LL/SC instructions after 7dd547e5abAlex Richardson2020-02-041-4/+4
|/
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-docs-20200203' into ...Peter Maydell2020-02-0316-1088/+1386
|\
| * virtfs-proxy-helper: Convert documentation to rSTPeter Maydell2020-02-036-68/+81
| * scripts/qemu-trace-stap: Convert documentation to rSTPeter Maydell2020-02-036-145/+134Star
| * qemu-img-cmds.hx: Remove texinfo document fragmentsPeter Maydell2020-02-031-53/+3Star