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.h
Age
Commit message (
Expand
)
Author
2016-02-23
all: Clean up includes
Peter Maydell
2015-12-04
tests: Use proper functions types instead of void (*fn)
Markus Armbruster
2015-10-24
qtest: add qtest_add_abrt_handler()
Marc-André Lureau
2015-10-19
qtest: add a few fd-level qmp helpers
Marc-André Lureau
2015-10-09
libqtest: New hmp() & friends
Markus Armbruster
2015-05-22
qtest: Add base64 encoded read/write
John Snow
2015-04-28
libqtest: add qmp_async
John Snow
2015-04-28
libqtest: add qmp_eventwait
John Snow
2015-03-30
qtest: Add qtest_add() wrapper macro
Andreas Färber
2015-03-30
qtest: Add qtest_add_data_func() wrapper function
Andreas Färber
2014-10-15
glib: add compatibility interface for g_get_monotonic_time()
Stefan Hajnoczi
2014-09-08
tests: Add virtio device initialization
Marc Marí
2014-08-15
qtest: Adding qtest_memset and qmemset.
John Snow
2014-03-31
qtest: Factor out qtest_qmp_receive()
Andreas Färber
2014-03-31
Revert "qtest: Fix crash if SIGABRT during qtest_init()"
Stefan Hajnoczi
2014-03-13
qtest: Fix crash if SIGABRT during qtest_init()
Stefan Hajnoczi
2014-03-13
libqtest: Avoid inline varargs functions
Peter Maydell
2013-11-07
libqtest: add qmp(fmt, ...) -> QDict* function
Stefan Hajnoczi
2013-11-07
libqtest: rename qmp() to qmp_discard_response()
Stefan Hajnoczi
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-07-18
libqtest: New qtest_end() to go with qtest_start()
Markus Armbruster
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-18
libqtest: Convert macros to functions and clean up documentation
Andreas Färber
2013-02-11
libqtest: Fix documentation copy&paste errors
Andreas Färber
2012-05-10
qtest: Add function to send QMP commands
Kevin Wolf
2012-03-30
qtest: add C version of test infrastructure
Anthony Liguori