summaryrefslogtreecommitdiff
path: root/tests/libqtest.h
AgeCommit message (Expand)AuthorFilesLines
2019-03-07qos-test: virtio-blk test nodePaolo Bonzini1-0/+3
2019-03-07tests: qgraph API for the qtest driver frameworkEmanuele Giuseppe Esposito1-0/+3
2019-01-29tests/libqtest: Introduce qtest_init_with_serial()Julia Suvorova1-0/+11
2019-01-07qtest: Add set_irq_in command to set IRQ/GPIO levelSteffen Görtz1-0/+13
2018-12-17tests: Exit boot-serial-test loop if child diesRichard Henderson1-0/+8
2018-12-12Revert "tests: Add parameter to qtest_init_without_qmp_handshake"Peter Xu1-3/+1
2018-08-31tests: add qmp_assert_error_class()Marc-André Lureau1-0/+9
2018-08-24test-qga: Clean up how we test QGA synchronizationMarkus Armbruster1-0/+2
2018-08-24qmp-test: Cover syntax and lexical errorsMarkus Armbruster1-0/+11
2018-08-23tests: Skip old versioned machine types in quick testing modeThomas Huth1-1/+3
2018-08-16libqtest: Rename qtest_FOOv() to qtest_vFOO() for consistencyMarkus Armbruster1-2/+2
2018-08-16libqtest: Replace qtest_startf() by qtest_initf()Markus Armbruster1-9/+8
2018-08-16libqtest: Enable compile-time format string checkingMarkus Armbruster1-10/+14
2018-08-16tests: New helper qtest_qmp_receive_success()Markus Armbruster1-0/+17
2018-08-16tests: Clean up string interpolation around qtest_qmp_device_add()Markus Armbruster1-1/+3
2018-08-16qobject: Replace qobject_from_jsonf() by qobject_from_jsonf_nofail()Markus Armbruster1-12/+12
2018-08-16libqtest: Document calling conventionsEric Blake1-8/+21
2018-08-16libqtest: Remove qtest_qmp_discard_response() & friendsMarkus Armbruster1-27/+0
2018-08-16libqtest: Rename functions to send QMP messagesMarkus Armbruster1-7/+7
2018-05-30tests: functional tests for QMP command set-numa-nodeIgor Mammedov1-0/+9
2018-03-27tests: Add parameter to qtest_init_without_qmp_handshakeEric Blake1-2/+5
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-2/+0
2017-10-20libqtest: Add qtest_[v]startf()Eric Blake1-0/+25
2017-09-15qtest: Avoid passing raw strings through hmp()Eric Blake1-4/+4
2017-09-15tests: Introduce generic device hot-plug/hot-unplug functionsThomas Huth1-0/+19
2017-08-14libqtest: Fix typo in commentsEric Blake1-4/+4
2017-04-26libqtest: Add a generic function to run a callback function for every machineThomas Huth1-0/+8
2017-04-26libqtest: Ignore QMP events when parsing the response for HMP commandsThomas Huth1-1/+3
2017-03-05qmp-test: New, covering basic QMP protocolMarkus Armbruster1-0/+8
2016-11-14libqtest: add qmp_eventwait_refJohn Snow1-0/+22
2016-10-28tests: rename target_big_endian() as qvirtio_is_big_endian()Laurent Vivier1-10/+0
2016-10-14qtest: ask endianness of the target in qtest_init()Laurent Vivier1-3/+13
2016-09-23tests: add RTAS command in the protocolLaurent Vivier1-0/+15
2016-09-08tests: add qtest_add_data_func_fullMarc-André Lureau1-0/+17
2016-02-23all: Clean up includesPeter Maydell1-6/+0
2015-12-04tests: Use proper functions types instead of void (*fn)Markus Armbruster1-3/+4
2015-10-24qtest: add qtest_add_abrt_handler()Marc-André Lureau1-0/+2
2015-10-19qtest: add a few fd-level qmp helpersMarc-André Lureau1-0/+7
2015-10-09libqtest: New hmp() & friendsMarkus Armbruster1-0/+33
2015-05-22qtest: Add base64 encoded read/writeJohn Snow1-0/+49
2015-04-28libqtest: add qmp_asyncJohn Snow1-0/+27
2015-04-28libqtest: add qmp_eventwaitJohn Snow1-0/+20
2015-03-30qtest: Add qtest_add() wrapper macroAndreas Färber1-0/+20
2015-03-30qtest: Add qtest_add_data_func() wrapper functionAndreas Färber1-0/+12
2014-10-15glib: add compatibility interface for g_get_monotonic_time()Stefan Hajnoczi1-0/+1
2014-09-08tests: Add virtio device initializationMarc Marí1-0/+7
2014-08-15qtest: Adding qtest_memset and qmemset.John Snow1-0/+24
2014-03-31qtest: Factor out qtest_qmp_receive()Andreas Färber1-0/+18
2014-03-31Revert "qtest: Fix crash if SIGABRT during qtest_init()"Stefan Hajnoczi1-1/+3
2014-03-13qtest: Fix crash if SIGABRT during qtest_init()Stefan Hajnoczi1-3/+1