aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2018-07-05Merge remote-tracking branch 'remotes/stsquad/tags/pull-code-coverage-and-bui...Peter Maydell
2018-07-05docker: add linux-user powered cross builder for QEMUAlex Bennée
2018-07-05docker: add special rule for deboostrapped imagesAlex Bennée
2018-07-05docker: add special handling for FROM:debian-%-user targetsAlex Bennée
2018-07-05docker: debian-bootstrap.pre allow customising of variant/urlAlex Bennée
2018-07-05docker: drop QEMU build-dep from bootstrapAlex Bennée
2018-07-05docker: Do not run tests in 'intermediate' imagesPhilippe Mathieu-Daudé
2018-07-05docker: Clean the MXE base imagePhilippe Mathieu-Daudé
2018-07-05docker: ubuntu: Use SDL2Philippe Mathieu-Daudé
2018-07-05docker: ubuntu: Update the package list before installing new onesPhilippe Mathieu-Daudé
2018-07-05docker: add gcovr to travis imageAlex Bennée
2018-07-05build-system: remove per-test GCOV reportingAlex Bennée
2018-07-05Revert "Makefile: Rename TARGET_DIRS to TARGET_LIST"Alex Bennée
2018-07-05Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-07-05Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2018-07-03-v2'...Peter Maydell
2018-07-05Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-07-03' into ...Peter Maydell
2018-07-05block: Don't silently truncate node namesKevin Wolf
2018-07-05Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2018-07-03-tag' in...Peter Maydell
2018-07-03qmp: Use QDict * instead of QObject * for response objectsMarkus Armbruster
2018-07-03qmp: Don't let malformed in-band commands jump the queueMarkus Armbruster
2018-07-03tests/qmp-test: Demonstrate QMP errors jumping the queueMarkus Armbruster
2018-07-03qmp: Redo how the client requests out-of-band executionMarkus Armbruster
2018-07-03qmp qemu-ga: Fix qemu-ga not to accept "control"Markus Armbruster
2018-07-03tests/test-qga: Demonstrate the guest-agent ignores "control"Markus Armbruster
2018-07-03qmp qemu-ga: Revert change that accidentally made qemu-ga accept "id"Markus Armbruster
2018-07-03tests/test-qga: Demonstrate the guest-agent ignores "id"Markus Armbruster
2018-07-03tests/qmp-test: Test in-band command doesn't overtakeMarkus Armbruster
2018-07-03qmp: Get rid of x-oob-test commandMarkus Armbruster
2018-07-03test-qga: add trivial tests for some commandsTomáš Golembiovský
2018-07-03qapi: add 'If:' section to generated documentationMarc-André Lureau
2018-07-03qapi/commands: add #if conditions to commandsMarc-André Lureau
2018-07-03qapi: add 'ifcond' to visitor methodsMarc-André Lureau
2018-07-03qapi: add 'if' to top-level expressionsMarc-André Lureau
2018-07-03crypto: Implement TLS Pre-Shared Keys (PSK).Richard W.M. Jones
2018-07-03Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-07-02' into st...Peter Maydell
2018-07-03qmp: Say "out-of-band" instead of "Out-Of-Band"Markus Armbruster
2018-07-02iotests: New test 223 for exporting dirty bitmap over NBDEric Blake
2018-07-02iotests: add 222 to test basic fleecingJohn Snow
2018-07-02tests/crypto: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-07-02hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé
2018-06-30tests: iotests: drop some stderr linePeter Xu
2018-06-29Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-06-29Merge remote-tracking branch 'remotes/berrange/tags/min-glib-pull-request' in...Peter Maydell
2018-06-29qcow2: Fix src_offset in copy offloadingFam Zheng
2018-06-29qemu-iotests: Test qcow2 not leaking clusters on write errorKevin Wolf
2018-06-29qemu-iotests: Update 026.out.nocache reference outputKevin Wolf
2018-06-29glib: enforce the minimum required version and warn about old APIsDaniel P. Berrangé
2018-06-29glib: bump min required glib library version to 2.40Daniel P. Berrangé
2018-06-29tests/boot-serial: Do not delete the output file in case of errorsThomas Huth
2018-06-28tests/atomic_add-bench: add -m option to use mutexesEmilio G. Cota