summaryrefslogtreecommitdiffstats
path: root/tests/libqtest.c
Commit message (Expand)AuthorAgeFilesLines
* qtest: Fix crash if SIGABRT during qtest_init()Stefan Hajnoczi2014-03-131-1/+2
* Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell2014-03-131-2/+11
|\
| * libqtest: Fix possible deadlock in qtest initializationMarcel Apfelbaum2014-03-131-2/+11
* | libqtest: Avoid inline varargs functionsPeter Maydell2014-03-131-0/+20
|/
* qtest: kill QEMU process on g_assert() failureStefan Hajnoczi2014-02-191-6/+25
* qtest: make QEMU our direct child processStefan Hajnoczi2014-02-191-29/+5
* qtest: drop unused child_pid fieldStefan Hajnoczi2014-02-191-2/+0
* qtest: unlink UNIX domain sockets after connectingStefan Hajnoczi2014-02-031-11/+12
* qtest: unlink QEMU pid file after startupStefan Hajnoczi2014-02-031-11/+11
* qtest: Use -display none by defaultAndreas Färber2013-11-191-0/+1
* libqtest: add qmp(fmt, ...) -> QDict* functionStefan Hajnoczi2013-11-071-14/+52
* libqtest: rename qmp() to qmp_discard_response()Stefan Hajnoczi2013-11-071-5/+5
* libqtest: Plug fd and memory leaks in qtest_quit()Markus Armbruster2013-07-181-0/+4
* libqtest: only call fclose() on open filesJesse Larrew2013-04-301-1/+1
* qtest: don't use system command to avoid double forkAnthony Liguori2013-04-171-7/+4
* qtest: Add MMIO supportAndreas Färber2013-02-181-0/+62
* libqtest: Introduce qtest_qmpv() and convert remaining macroAndreas Färber2013-02-181-4/+10
* libqtest: Wait for the right child PID after killing QEMUEduardo Habkost2013-02-011-2/+5
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-2/+2
* qtest: implement QTEST_STOPPaolo Bonzini2012-10-051-13/+25
* qtest: Tidy up temporary files properlyMarkus Armbruster2012-07-091-13/+16
* qtest: fix infinite loop when QEMU aborts abruptlyAnthony Liguori2012-06-271-0/+5
* libqtest: Fix socket_accept() to pass address_lenAndreas Färber2012-06-221-0/+1
* qtest: Add function to send QMP commandsKevin Wolf2012-05-101-27/+96
* qtest: Fix more format errors with qtest_sendfStefan Weil2012-04-261-3/+4
* qtest: fix memread and memwrite on 32 bit hostsBlue Swirl2012-04-231-2/+2
* qtest: add C version of test infrastructureAnthony Liguori2012-03-301-0/+387
OpenPOWER on IntegriCloud