summaryrefslogtreecommitdiff
path: root/tests/libqtest.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-13qtest: Fix crash if SIGABRT during qtest_init()Stefan Hajnoczi1-1/+2
2014-03-13Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell1-2/+11
2014-03-13libqtest: Avoid inline varargs functionsPeter Maydell1-0/+20
2014-03-13libqtest: Fix possible deadlock in qtest initializationMarcel Apfelbaum1-2/+11
2014-02-19qtest: kill QEMU process on g_assert() failureStefan Hajnoczi1-6/+25
2014-02-19qtest: make QEMU our direct child processStefan Hajnoczi1-29/+5
2014-02-19qtest: drop unused child_pid fieldStefan Hajnoczi1-2/+0
2014-02-03qtest: unlink UNIX domain sockets after connectingStefan Hajnoczi1-11/+12
2014-02-03qtest: unlink QEMU pid file after startupStefan Hajnoczi1-11/+11
2013-11-19qtest: Use -display none by defaultAndreas Färber1-0/+1
2013-11-07libqtest: add qmp(fmt, ...) -> QDict* functionStefan Hajnoczi1-14/+52
2013-11-07libqtest: rename qmp() to qmp_discard_response()Stefan Hajnoczi1-5/+5
2013-07-18libqtest: Plug fd and memory leaks in qtest_quit()Markus Armbruster1-0/+4
2013-04-30libqtest: only call fclose() on open filesJesse Larrew1-1/+1
2013-04-17qtest: don't use system command to avoid double forkAnthony Liguori1-7/+4
2013-02-18qtest: Add MMIO supportAndreas Färber1-0/+62
2013-02-18libqtest: Introduce qtest_qmpv() and convert remaining macroAndreas Färber1-4/+10
2013-02-01libqtest: Wait for the right child PID after killing QEMUEduardo Habkost1-2/+5
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-2/+2
2012-10-05qtest: implement QTEST_STOPPaolo Bonzini1-13/+25
2012-07-09qtest: Tidy up temporary files properlyMarkus Armbruster1-13/+16
2012-06-27qtest: fix infinite loop when QEMU aborts abruptlyAnthony Liguori1-0/+5
2012-06-22libqtest: Fix socket_accept() to pass address_lenAndreas Färber1-0/+1
2012-05-10qtest: Add function to send QMP commandsKevin Wolf1-27/+96
2012-04-26qtest: Fix more format errors with qtest_sendfStefan Weil1-3/+4
2012-04-23qtest: fix memread and memwrite on 32 bit hostsBlue Swirl1-2/+2
2012-03-30qtest: add C version of test infrastructureAnthony Liguori1-0/+387