summaryrefslogtreecommitdiff
path: root/tests/libqtest.h
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-13libqtest: Avoid inline varargs functionsPeter Maydell1-18/+2
2013-11-07libqtest: add qmp(fmt, ...) -> QDict* functionStefan Hajnoczi1-0/+37
2013-11-07libqtest: rename qmp() to qmp_discard_response()Stefan Hajnoczi1-10/+10
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-12/+12
2013-07-18libqtest: New qtest_end() to go with qtest_start()Markus Armbruster1-0/+12
2013-02-18qtest: Add MMIO supportAndreas Färber1-0/+186
2013-02-18libqtest: Introduce qtest_qmpv() and convert remaining macroAndreas Färber1-1/+19
2013-02-18libqtest: Convert macros to functions and clean up documentationAndreas Färber1-50/+110
2013-02-11libqtest: Fix documentation copy&paste errorsAndreas Färber1-6/+0
2012-05-10qtest: Add function to send QMP commandsKevin Wolf1-0/+17
2012-03-30qtest: add C version of test infrastructureAnthony Liguori1-0/+335