Age | Commit message (Expand) | Author | Files | Lines |
2020-08-21 | meson: convert sample plugins | Paolo Bonzini | 1 | -9/+0 |
2020-08-21 | meson: convert check-block | Paolo Bonzini | 1 | -16/+2 |
2020-08-21 | meson: link emulators without Makefile.target | Paolo Bonzini | 1 | -2/+2 |
2020-08-21 | meson: convert hw/core | Marc-André Lureau | 1 | -9/+1 |
2020-08-21 | meson: convert migration directory to Meson | Marc-André Lureau | 1 | -4/+3 |
2020-08-21 | meson: convert tests/qtest to meson | Paolo Bonzini | 1 | -41/+6 |
2020-08-21 | meson: convert check-qapi-schema | Paolo Bonzini | 1 | -216/+2 |
2020-08-21 | meson: convert tests/fp and check-softfloat | Paolo Bonzini | 1 | -156/+2 |
2020-08-21 | meson: convert check-decodetree | Paolo Bonzini | 1 | -8/+1 |
2020-08-21 | meson: convert qemu-ga | Paolo Bonzini | 1 | -2/+2 |
2020-08-21 | meson: add testsuite Makefile generator | Paolo Bonzini | 1 | -1/+0 |
2020-07-12 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-misc-1107... | Peter Maydell | 1 | -5/+14 |
2020-07-11 | testing: add check-build target | Alex Bennée | 1 | -4/+13 |
2020-07-11 | gitlab: add acceptance testing to system builds | Alex Bennée | 1 | -1/+1 |
2020-07-10 | tests: Inject test name also when the test fails | Havard Skinnemoen | 1 | -1/+1 |
2020-06-16 | tests: Disable select tests under TSan, which hit TSan issue. | Robert Foley | 1 | -2/+7 |
2020-06-15 | test-crypto-secret: add 'secret_keyring' object tests. | Alexey Krasikov | 1 | -0/+4 |
2020-06-08 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re... | Peter Maydell | 1 | -8/+10 |
2020-06-05 | tests/Makefile: Restrict some softmmu-only tests | Philippe Mathieu-Daudé | 1 | -8/+8 |
2020-06-05 | tests/Makefile: Only display TCG-related tests when TCG is available | Philippe Mathieu-Daudé | 1 | -0/+2 |
2020-06-01 | tests/Makefile: Fix description of "make check" | Huacai Chen | 1 | -1/+1 |
2020-05-27 | tests/fp: split and audit the conversion tests | Alex Bennée | 1 | -5/+32 |
2020-05-27 | tests/fp: enable extf80_le_quite tests | Alex Bennée | 1 | -7/+0 |
2020-04-30 | qdev: add clock input&output support to devices. | Damien Hedde | 1 | -0/+1 |
2020-03-19 | Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' i... | Peter Maydell | 1 | -2/+18 |
2020-03-17 | Acceptance tests: add make targets to download images | Cleber Rosa | 1 | -2/+18 |
2020-03-17 | qapi: New special feature flag "deprecated" | Markus Armbruster | 1 | -0/+1 |
2020-03-11 | tests/qemu-iotests: Fix socket_scm_helper build path | Philippe Mathieu-Daudé | 1 | -0/+1 |
2020-02-22 | rcu_queue: add QSLIST functions | Paolo Bonzini | 1 | -0/+2 |
2020-02-04 | tests/Makefile: Fix inclusion of the qos dependency files | Thomas Huth | 1 | -1/+1 |
2020-02-04 | tests/vhost-user-bridge: Fix build | Dr. David Alan Gilbert | 1 | -0/+1 |
2020-01-30 | hw/core: add Resettable support to BusClass and DeviceClass | Damien Hedde | 1 | -0/+1 |
2020-01-14 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-01-14' into ... | Peter Maydell | 1 | -2/+7 |
2020-01-14 | qapi: Generate command registration stuff into separate files | Markus Armbruster | 1 | -1/+4 |
2020-01-14 | tests/Makefile.include: Fix missing test-qapi-emit-events.[ch] | Markus Armbruster | 1 | -1/+3 |
2020-01-12 | tests/libqos: Move the libqos files under tests/qtest/ | Thomas Huth | 1 | -1/+1 |
2020-01-12 | tests/Makefile: Move qtest-related settings to a separate Makefile.include | Thomas Huth | 1 | -318/+1 |
2020-01-12 | test: Move qtests to a separate directory | Thomas Huth | 1 | -110/+111 |
2020-01-12 | tests/Makefile: Separate unit test dependencies from qtest dependencies | Thomas Huth | 1 | -5/+5 |
2020-01-12 | tests/Makefile: Remove 'tests/' and '$(EXESUF)' from the check-qtest variables | Thomas Huth | 1 | -126/+130 |
2020-01-12 | tests/Makefile: test-char does not need libqtest | Thomas Huth | 1 | -1/+1 |
2020-01-09 | testing: don't nest build for fp-test | Alex Bennée | 1 | -1/+1 |
2020-01-06 | tests: add dbus-vmstate-test | Marc-André Lureau | 1 | -1/+21 |
2020-01-06 | tests: add migration-helpers unit | Marc-André Lureau | 1 | -1/+1 |
2020-01-06 | vmstate: add qom interface to get id | Marc-André Lureau | 1 | -0/+1 |
2019-12-20 | configure: Require Python >= 3.5 | Eduardo Habkost | 1 | -5/+0 |
2019-12-17 | tests: skip block layer tests if !CONFIG_TOOLS | Marc-André Lureau | 1 | -1/+3 |
2019-12-17 | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-12-1... | Peter Maydell | 1 | -3/+1 |
2019-12-17 | tests/Makefile: Fix check-report.* targets shown in check-help | Wainer dos Santos Moschetta | 1 | -3/+1 |
2019-12-16 | Acceptance tests: use relative location for tests | Cleber Rosa | 1 | -1/+1 |