summaryrefslogtreecommitdiff
path: root/tests/libqtest.c
AgeCommit message (Expand)AuthorFilesLines
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