aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-09-24Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180907' into...Peter Maydell1-1/+0
2018-09-24json: Nicer recovery from lexical errorsMarkus Armbruster1-4/+1
2018-09-24Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2018-08-31-v2' ...Peter Maydell3-34/+22
2018-09-24Revert "tests: add qmp/qom-set-without-value test"Peter Maydell1-14/+0
2018-09-24Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-08-3...Peter Maydell10-72/+100
2018-09-24Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180829' into stagingPeter Maydell7-0/+197
2018-09-17tests/tcg/xtensa: only generate defined exception handlersMax Filippov1-0/+16
2018-09-17tests/tcg/xtensa: move exception handlers to separate sectionMax Filippov1-15/+22
2018-09-17tests/tcg/xtensa: add test for failed memory transactionsMax Filippov2-0/+125
2018-09-10docker: Clean dangling tarball filesPhilippe Mathieu-Daudé1-0/+1
2018-09-10docker: Sort CentOS packagesPhilippe Mathieu-Daudé1-1/+1
2018-09-10docker: Sort Ubuntu packagesPhilippe Mathieu-Daudé1-9/+52
2018-09-10docker: Sort Fedora packages (i386-cross)Philippe Mathieu-Daudé1-5/+4
2018-09-10docker: Sort Fedora packagesPhilippe Mathieu-Daudé1-18/+84
2018-09-07tests: update acpi expected filesMichael S. Tsirkin18-0/+0
2018-09-07tests: Fix signalling race condition in TPM testsStefan Berger4-1/+13
2018-08-31jobs: utilize job_exit shimJohn Snow3-21/+6
2018-08-31jobs: canonize Error objectJohn Snow3-3/+3
2018-08-31jobs: change start callback to run callbackJohn Snow3-14/+16
2018-08-31tests: fix bdrv-drain leakMarc-André Lureau1-0/+1
2018-08-31tests: add a qmp success-response testMarc-André Lureau3-0/+21
2018-08-31tests: add qmp/qom-set-without-value testMarc-André Lureau1-0/+14
2018-08-31tests: add qmp/object-add-without-props testMarc-André Lureau1-0/+18
2018-08-31tests: add qmp_assert_error_class()Marc-André Lureau5-61/+46
2018-08-31tests/libqos: Utilize newer glib spawn checkEric Blake1-11/+1
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu1-6/+5
2018-08-28target/s390x: fix PACK reading 1 byte less and writing 1 byte morePavel Zbitskiy2-0/+22
2018-08-28target/s390x: add EX support for TRT and TRTRPavel Zbitskiy3-0/+98
2018-08-28target/s390x: fix IPM polluting irrelevant bitsPavel Zbitskiy2-0/+23
2018-08-28target/s390x: fix CSST decoding and runtime alignment checkPavel Zbitskiy2-0/+44
2018-08-28tests/tcg: add a simple s390x testPavel Zbitskiy2-0/+10
2018-08-28ppc: Remove deprecated ppcemb targetThomas Huth1-1/+0
2018-08-27check: Move wdt_ib700 test to commonJuan Quintela1-2/+2
2018-08-27check: Move endianess test to commonJuan Quintela1-13/+1
2018-08-27check: Move VMXNET3 test to commonJuan Quintela1-2/+2
2018-08-27check: Only test boot-serial when sga is compiled inJuan Quintela1-1/+1
2018-08-27check: Only test ivshm when it is compiled inJuan Quintela1-3/+4
2018-08-27check: Only test usb-xhci-nec when it is compiled inJuan Quintela1-4/+6
2018-08-27check: Only test isa-testdev when it is compiled inJuan Quintela1-8/+8
2018-08-24json: Support %% in JSON strings when interpolatingMarkus Armbruster1-2/+2
2018-08-24json: Improve safety of qobject_from_jsonf_nofail() & friendsMarkus Armbruster1-10/+7
2018-08-24tests/drive_del-test: Fix harmless JSON interpolation bugMarkus Armbruster1-2/+6
2018-08-24json: Clean up headersMarkus Armbruster1-1/+1
2018-08-24qjson: Have qobject_from_json() & friends reject empty and blankMarkus Armbruster1-2/+10
2018-08-24json: Fix streamer not to ignore trailing unterminated structuresMarkus Armbruster1-4/+4
2018-08-24qjson: Fix qobject_from_json() & friends for multiple valuesMarkus Armbruster1-7/+3
2018-08-24json: Replace %I64d, %I64u by %PRId64, %PRIu64Markus Armbruster1-0/+10
2018-08-24json: Leave rejecting invalid interpolation to parserMarkus Armbruster1-1/+2
2018-08-24json: Pass lexical errors and limit violations to callbackMarkus Armbruster2-9/+13
2018-08-24json: Treat unwanted interpolation as lexical errorMarkus Armbruster1-0/+4