Age | Commit message (Expand) | Author | Files | Lines |
2014-05-05 | qtest: Be paranoid about accept() addrlen argument | Andreas Färber | 1 | -1/+1 |
2014-05-05 | qtest: Add error reporting to socket_accept() | Andreas Färber | 1 | -0/+3 |
2014-05-05 | qtest: Assure that init_socket()'s listen() does not fail | Andreas Färber | 1 | -1/+2 |
2014-03-31 | qtest: Factor out qtest_qmp_receive() | Andreas Färber | 1 | -5/+10 |
2014-03-31 | qtest: Keep list of qtest instances for SIGABRT handler | Stefan Hajnoczi | 1 | -10/+37 |
2014-03-31 | Revert "qtest: Fix crash if SIGABRT during qtest_init()" | Stefan Hajnoczi | 1 | -2/+1 |
2014-03-13 | qtest: Fix crash if SIGABRT during qtest_init() | Stefan Hajnoczi | 1 | -1/+2 |
2014-03-13 | Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in... | Peter Maydell | 1 | -2/+11 |
2014-03-13 | libqtest: Avoid inline varargs functions | Peter Maydell | 1 | -0/+20 |
2014-03-13 | libqtest: Fix possible deadlock in qtest initialization | Marcel Apfelbaum | 1 | -2/+11 |
2014-02-19 | qtest: kill QEMU process on g_assert() failure | Stefan Hajnoczi | 1 | -6/+25 |
2014-02-19 | qtest: make QEMU our direct child process | Stefan Hajnoczi | 1 | -29/+5 |
2014-02-19 | qtest: drop unused child_pid field | Stefan Hajnoczi | 1 | -2/+0 |
2014-02-03 | qtest: unlink UNIX domain sockets after connecting | Stefan Hajnoczi | 1 | -11/+12 |
2014-02-03 | qtest: unlink QEMU pid file after startup | Stefan Hajnoczi | 1 | -11/+11 |
2013-11-19 | qtest: Use -display none by default | Andreas Färber | 1 | -0/+1 |
2013-11-07 | libqtest: add qmp(fmt, ...) -> QDict* function | Stefan Hajnoczi | 1 | -14/+52 |
2013-11-07 | libqtest: rename qmp() to qmp_discard_response() | Stefan Hajnoczi | 1 | -5/+5 |
2013-07-18 | libqtest: Plug fd and memory leaks in qtest_quit() | Markus Armbruster | 1 | -0/+4 |
2013-04-30 | libqtest: only call fclose() on open files | Jesse Larrew | 1 | -1/+1 |
2013-04-17 | qtest: don't use system command to avoid double fork | Anthony Liguori | 1 | -7/+4 |
2013-02-18 | qtest: Add MMIO support | Andreas Färber | 1 | -0/+62 |
2013-02-18 | libqtest: Introduce qtest_qmpv() and convert remaining macro | Andreas Färber | 1 | -4/+10 |
2013-02-01 | libqtest: Wait for the right child PID after killing QEMU | Eduardo Habkost | 1 | -2/+5 |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 1 | -2/+2 |
2012-10-05 | qtest: implement QTEST_STOP | Paolo Bonzini | 1 | -13/+25 |
2012-07-09 | qtest: Tidy up temporary files properly | Markus Armbruster | 1 | -13/+16 |
2012-06-27 | qtest: fix infinite loop when QEMU aborts abruptly | Anthony Liguori | 1 | -0/+5 |
2012-06-22 | libqtest: Fix socket_accept() to pass address_len | Andreas Färber | 1 | -0/+1 |
2012-05-10 | qtest: Add function to send QMP commands | Kevin Wolf | 1 | -27/+96 |
2012-04-26 | qtest: Fix more format errors with qtest_sendf | Stefan Weil | 1 | -3/+4 |
2012-04-23 | qtest: fix memread and memwrite on 32 bit hosts | Blue Swirl | 1 | -2/+2 |
2012-03-30 | qtest: add C version of test infrastructure | Anthony Liguori | 1 | -0/+387 |