| Commit message (Expand) | Author | Age | Files | Lines |
* | Acceptance Tests: restore filtering of tests by target arch | Cleber Rosa | 2021-03-09 | 1 | -1/+1 |
* | Acceptance Tests: restore downloading of VM images | Cleber Rosa | 2021-03-09 | 1 | -1/+2 |
* | tests/Makefile.include: don't use TARGET_DIRS for check-tcg | Alex Bennée | 2021-02-08 | 1 | -4/+6 |
* | scripts/mtest2make.py: export all-%s-targets variable and use it | Alex Bennée | 2021-02-08 | 1 | -1/+1 |
* | tests/Makefile.include: export PYTHON for check-block.sh | Vladimir Sementsov-Ogievskiy | 2021-01-29 | 1 | -0/+1 |
* | build: replace ninjatool with ninja | Paolo Bonzini | 2020-10-17 | 1 | -1/+1 |
* | tests/Makefile.include: unbreak non-tcg builds | Paolo Bonzini | 2020-10-17 | 1 | -1/+1 |
* | tests: tcg: do not use implicit rules | Paolo Bonzini | 2020-10-04 | 1 | -3/+3 |
* | plugins: move the more involved plugins to contrib | Alex Bennée | 2020-09-10 | 1 | -1/+1 |
* | tests: bump avocado version | Pavel Dovgalyuk | 2020-09-10 | 1 | -1/+1 |
* | Makefile: remove dead variables and includes | Paolo Bonzini | 2020-09-08 | 1 | -40/+0 |
* | meson: convert migration/initrd-stress | Marc-André Lureau | 2020-09-08 | 1 | -14/+0 |
* | meson: convert the speed tests | Paolo Bonzini | 2020-09-08 | 1 | -11/+4 |
* | meson: convert atomic*-bench | Marc-André Lureau | 2020-09-08 | 1 | -5/+0 |
* | meson: convert vhost-user-bridge | Marc-André Lureau | 2020-09-08 | 1 | -2/+0 |
* | meson: remove old socket_scm_helper rule | Marc-André Lureau | 2020-09-08 | 1 | -1/+0 |
* | meson: convert the unit tests | Marc-André Lureau | 2020-09-08 | 1 | -251/+3 |
* | meson: convert qht-bench | Marc-André Lureau | 2020-09-08 | 1 | -1/+0 |
* | meson: declare keyutils dependency | Marc-André Lureau | 2020-09-08 | 1 | -1/+1 |
* | meson: build qapi tests library | Marc-André Lureau | 2020-09-08 | 1 | -78/+1 |
* | qemu-iotests: move check-block back to Makefiles | Paolo Bonzini | 2020-09-08 | 1 | -3/+12 |
* | tests/Makefile: test-image-locking needs CONFIG_POSIX | Thomas Huth | 2020-09-07 | 1 | -0/+2 |
* | meson: convert sample plugins | Paolo Bonzini | 2020-08-21 | 1 | -9/+0 |
* | meson: convert check-block | Paolo Bonzini | 2020-08-21 | 1 | -16/+2 |
* | meson: link emulators without Makefile.target | Paolo Bonzini | 2020-08-21 | 1 | -2/+2 |
* | meson: convert hw/core | Marc-André Lureau | 2020-08-21 | 1 | -9/+1 |
* | meson: convert migration directory to Meson | Marc-André Lureau | 2020-08-21 | 1 | -4/+3 |
* | meson: convert tests/qtest to meson | Paolo Bonzini | 2020-08-21 | 1 | -41/+6 |
* | meson: convert check-qapi-schema | Paolo Bonzini | 2020-08-21 | 1 | -216/+2 |
* | meson: convert tests/fp and check-softfloat | Paolo Bonzini | 2020-08-21 | 1 | -156/+2 |
* | meson: convert check-decodetree | Paolo Bonzini | 2020-08-21 | 1 | -8/+1 |
* | meson: convert qemu-ga | Paolo Bonzini | 2020-08-21 | 1 | -2/+2 |
* | meson: add testsuite Makefile generator | Paolo Bonzini | 2020-08-21 | 1 | -1/+0 |
* | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-misc-1107... | Peter Maydell | 2020-07-12 | 1 | -5/+14 |
|\ |
|
| * | testing: add check-build target | Alex Bennée | 2020-07-11 | 1 | -4/+13 |
| * | gitlab: add acceptance testing to system builds | Alex Bennée | 2020-07-11 | 1 | -1/+1 |
* | | tests: Inject test name also when the test fails | Havard Skinnemoen | 2020-07-11 | 1 | -1/+1 |
|/ |
|
* | tests: Disable select tests under TSan, which hit TSan issue. | Robert Foley | 2020-06-16 | 1 | -2/+7 |
* | test-crypto-secret: add 'secret_keyring' object tests. | Alexey Krasikov | 2020-06-15 | 1 | -0/+4 |
* | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re... | Peter Maydell | 2020-06-08 | 1 | -8/+10 |
|\ |
|
| * | tests/Makefile: Restrict some softmmu-only tests | Philippe Mathieu-Daudé | 2020-06-05 | 1 | -8/+8 |
| * | tests/Makefile: Only display TCG-related tests when TCG is available | Philippe Mathieu-Daudé | 2020-06-05 | 1 | -0/+2 |
* | | tests/Makefile: Fix description of "make check" | Huacai Chen | 2020-06-01 | 1 | -1/+1 |
* | | tests/fp: split and audit the conversion tests | Alex Bennée | 2020-05-27 | 1 | -5/+32 |
* | | tests/fp: enable extf80_le_quite tests | Alex Bennée | 2020-05-27 | 1 | -7/+0 |
|/ |
|
* | qdev: add clock input&output support to devices. | Damien Hedde | 2020-04-30 | 1 | -0/+1 |
* | Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' i... | Peter Maydell | 2020-03-19 | 1 | -2/+18 |
|\ |
|
| * | Acceptance tests: add make targets to download images | Cleber Rosa | 2020-03-18 | 1 | -2/+18 |
* | | qapi: New special feature flag "deprecated" | Markus Armbruster | 2020-03-17 | 1 | -0/+1 |
|/ |
|
* | tests/qemu-iotests: Fix socket_scm_helper build path | Philippe Mathieu-Daudé | 2020-03-11 | 1 | -0/+1 |