aboutsummaryrefslogtreecommitdiff
path: root/tests/libqtest.c
AgeCommit message (Expand)Author
2014-05-05qtest: Be paranoid about accept() addrlen argumentAndreas Färber
2014-05-05qtest: Add error reporting to socket_accept()Andreas Färber
2014-05-05qtest: Assure that init_socket()'s listen() does not failAndreas Färber
2014-03-31qtest: Factor out qtest_qmp_receive()Andreas Färber
2014-03-31qtest: Keep list of qtest instances for SIGABRT handlerStefan Hajnoczi
2014-03-31Revert "qtest: Fix crash if SIGABRT during qtest_init()"Stefan Hajnoczi
2014-03-13qtest: Fix crash if SIGABRT during qtest_init()Stefan Hajnoczi
2014-03-13Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell
2014-03-13libqtest: Avoid inline varargs functionsPeter Maydell
2014-03-13libqtest: Fix possible deadlock in qtest initializationMarcel Apfelbaum
2014-02-19qtest: kill QEMU process on g_assert() failureStefan Hajnoczi
2014-02-19qtest: make QEMU our direct child processStefan Hajnoczi
2014-02-19qtest: drop unused child_pid fieldStefan Hajnoczi
2014-02-03qtest: unlink UNIX domain sockets after connectingStefan Hajnoczi
2014-02-03qtest: unlink QEMU pid file after startupStefan Hajnoczi
2013-11-19qtest: Use -display none by defaultAndreas Färber
2013-11-07libqtest: add qmp(fmt, ...) -> QDict* functionStefan Hajnoczi
2013-11-07libqtest: rename qmp() to qmp_discard_response()Stefan Hajnoczi
2013-07-18libqtest: Plug fd and memory leaks in qtest_quit()Markus Armbruster
2013-04-30libqtest: only call fclose() on open filesJesse Larrew
2013-04-17qtest: don't use system command to avoid double forkAnthony Liguori
2013-02-18qtest: Add MMIO supportAndreas Färber
2013-02-18libqtest: Introduce qtest_qmpv() and convert remaining macroAndreas Färber
2013-02-01libqtest: Wait for the right child PID after killing QEMUEduardo Habkost
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-10-05qtest: implement QTEST_STOPPaolo Bonzini
2012-07-09qtest: Tidy up temporary files properlyMarkus Armbruster
2012-06-27qtest: fix infinite loop when QEMU aborts abruptlyAnthony Liguori
2012-06-22libqtest: Fix socket_accept() to pass address_lenAndreas Färber
2012-05-10qtest: Add function to send QMP commandsKevin Wolf
2012-04-26qtest: Fix more format errors with qtest_sendfStefan Weil
2012-04-23qtest: fix memread and memwrite on 32 bit hostsBlue Swirl
2012-03-30qtest: add C version of test infrastructureAnthony Liguori