index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
libqtest.c
Age
Commit message (
Expand
)
Author
2014-02-03
qtest: unlink UNIX domain sockets after connecting
Stefan Hajnoczi
2014-02-03
qtest: unlink QEMU pid file after startup
Stefan Hajnoczi
2013-11-19
qtest: Use -display none by default
Andreas Färber
2013-11-07
libqtest: add qmp(fmt, ...) -> QDict* function
Stefan Hajnoczi
2013-11-07
libqtest: rename qmp() to qmp_discard_response()
Stefan Hajnoczi
2013-07-18
libqtest: Plug fd and memory leaks in qtest_quit()
Markus Armbruster
2013-04-30
libqtest: only call fclose() on open files
Jesse Larrew
2013-04-17
qtest: don't use system command to avoid double fork
Anthony Liguori
2013-02-18
qtest: Add MMIO support
Andreas Färber
2013-02-18
libqtest: Introduce qtest_qmpv() and convert remaining macro
Andreas Färber
2013-02-01
libqtest: Wait for the right child PID after killing QEMU
Eduardo Habkost
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2012-10-05
qtest: implement QTEST_STOP
Paolo Bonzini
2012-07-09
qtest: Tidy up temporary files properly
Markus Armbruster
2012-06-27
qtest: fix infinite loop when QEMU aborts abruptly
Anthony Liguori
2012-06-22
libqtest: Fix socket_accept() to pass address_len
Andreas Färber
2012-05-10
qtest: Add function to send QMP commands
Kevin Wolf
2012-04-26
qtest: Fix more format errors with qtest_sendf
Stefan Weil
2012-04-23
qtest: fix memread and memwrite on 32 bit hosts
Blue Swirl
2012-03-30
qtest: add C version of test infrastructure
Anthony Liguori