aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-08-16libqtest: Enable compile-time format string checkingMarkus Armbruster1-10/+14
2018-08-16migration-test: Clean up string interpolation into QMP, part 3Markus Armbruster1-46/+30
2018-08-16migration-test: Clean up string interpolation into QMP, part 2Markus Armbruster1-12/+22
2018-08-16migration-test: Clean up string interpolation into QMP, part 1Markus Armbruster1-6/+6
2018-08-16migration-test: Make wait_command() cope with '%'Markus Armbruster1-2/+7
2018-08-16tests: New helper qtest_qmp_receive_success()Markus Armbruster4-67/+80
2018-08-16migration-test: Make wait_command() return the "return" memberMarkus Armbruster1-23/+15
2018-08-16tests: Clean up string interpolation around qtest_qmp_device_add()Markus Armbruster18-58/+48
2018-08-16cpu-plug-test: Don't pass integers as strings to device_addMarkus Armbruster1-3/+3
2018-08-16tests: Clean up string interpolation into QMP input (simple cases)Markus Armbruster6-113/+78
2018-08-16tests: Pass literal format strings directly to qmp_FOO()Markus Armbruster2-6/+2
2018-08-16test-qobject-input-visitor: Avoid format string ambiguityMarkus Armbruster1-9/+10
2018-08-16libqtest: Simplify qmp_fd_vsend() a bitMarkus Armbruster1-11/+7
2018-08-16qobject: Replace qobject_from_jsonf() by qobject_from_jsonf_nofail()Markus Armbruster2-19/+20
2018-08-16libqtest: Document calling conventionsEric Blake1-8/+21
2018-08-16libqtest: Remove qtest_qmp_discard_response() & friendsMarkus Armbruster11-55/+34
2018-08-16libqtest: Clean up how we read the QMP greetingMarkus Armbruster1-1/+3
2018-08-16libqtest: Clean up how we read device_del messagesMarkus Armbruster1-1/+1
2018-08-16libqtest: Rename functions to send QMP messagesMarkus Armbruster5-33/+33
2018-08-15Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-08-15' into ...Peter Maydell3-11/+13
2018-08-15tests: fix crumple/recursive leakMarc-André Lureau1-0/+1
2018-08-15qapi: Fix some pycodestyle-3 complaintsMarkus Armbruster1-6/+7
2018-08-15tests: change /0.15/* tests to /qmp/*Marc-André Lureau1-5/+5
2018-08-15tests/vm: Add vm-build-all/vm-clean-all in help textFam Zheng1-0/+3
2018-08-15tests/vm: Use make's --output-sync optionPeter Maydell4-8/+8
2018-08-15tests/vm: Bump guest RAM up from 2G to 4GPeter Maydell1-1/+1
2018-08-15tests/vm: Propagate V=1 down into the make inside the VMPeter Maydell6-8/+12
2018-08-15tests/vm: Pass the jobs parallelism setting to 'make check'Peter Maydell4-4/+4
2018-08-15tests: vm: Add vm-clean-allFam Zheng1-1/+4
2018-08-15tests: Add centos VM testingFam Zheng2-1/+86
2018-08-15tests: Allow overriding archive path with SRC_ARCHIVEFam Zheng1-2/+5
2018-08-15tests: Add an option for snapshot (default: off)Fam Zheng1-1/+6
2018-08-15docker: Install more packages in centos7Fam Zheng1-0/+3
2018-08-15tests/vm: Add flex and bison to the vm imagePhilippe Mathieu-Daudé1-1/+1
2018-08-15tests/vm: Only use -cpu 'host' if KVM is availablePhilippe Mathieu-Daudé1-1/+2
2018-08-03tests/acpi: update tables after memory hotplug changesMichael S. Tsirkin4-0/+0
2018-08-03tests/acpi-test: update ACPI tables test blobsDou Liyang2-0/+0
2018-07-31Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.0-pull-re...Peter Maydell1-1/+21
2018-07-31tests: add check_invalid_maps to test-mmapAlex Bennée1-1/+21
2018-07-30qemu-iotests: Test query-blockstats with -drive and -blockdevKevin Wolf3-0/+307
2018-07-30iotests: Add test for 'qemu-img convert -C' compatibilityFam Zheng2-0/+19
2018-07-30iotests: Don't lock /dev/null in 226Fam Zheng1-2/+2
2018-07-30qcow2: A grammar fix in conflicting cache sizing error messageLeonid Bloch2-3/+3
2018-07-28qstring: Move qstring_from_substr()'s @end one to the rightMarkus Armbruster2-2/+2
2018-07-24Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180724a'...Peter Maydell1-1/+1
2018-07-24tests: fix TLS handshake failure with TLS 1.3Daniel P. Berrangé1-2/+2
2018-07-24tests: use error_abort in places expecting errorsDaniel P. Berrangé3-72/+39
2018-07-24tests: don't silence error reporting for all testsDaniel P. Berrangé1-0/+2
2018-07-24tests: call qcrypto_init instead of gnutls_global_initDaniel P. Berrangé1-1/+2
2018-07-24tests: only update last_byte when at the edgePeter Xu1-1/+1