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
2017-01-12
libqtest: handle zero length memwrite/memread
Greg Kurz
2016-11-14
libqtest: add qmp_eventwait_ref
John Snow
2016-10-14
qtest: ask endianness of the target in qtest_init()
Laurent Vivier
2016-09-23
tests: add RTAS command in the protocol
Laurent Vivier
2016-09-08
tests: add qtest_add_data_func_full
Marc-André Lureau
2016-06-16
tests: fix libqtest socket timeouts
Andrea Arcangeli
2016-06-07
tests: Remove unnecessary glib.h includes
Peter Maydell
2016-02-16
tests: Clean up includes
Peter Maydell
2015-12-04
tests: Use proper functions types instead of void (*fn)
Markus Armbruster
2015-11-26
qjson: store tokens in a GQueue
Paolo Bonzini
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-10-09
libqtest: Clean up unused QTestState member sigact_old
Markus Armbruster
2015-05-22
qtest: pre-buffer hex nibs
John Snow
2015-05-22
qtest: add memset to qtest protocol
John Snow
2015-05-22
qtest: Add base64 encoded read/write
John Snow
2015-04-28
qtest: Add assertion that required environment variable is set
Ed Maste
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_data_func() wrapper function
Andreas Färber
2014-09-08
tests: Add virtio device initialization
Marc Marí
2014-08-28
libqtest: launch QEMU with QEMU_AUDIO_DRV=none
Stefan Hajnoczi
2014-08-15
libqtest: add QTEST_LOG for debugging qtest testcases
Marc Marí
2014-08-15
libqtest: Correct small memory leak.
John Snow
2014-08-15
qtest: Adding qtest_memset and qmemset.
John Snow
2014-08-15
libqtest: add QTEST_LOG for debugging qtest testcases
Paolo Bonzini
2014-07-01
libqtest: escape strings in QMP commands, fix leak
Paolo Bonzini
2014-05-05
qtest: Be paranoid about accept() addrlen argument
Andreas Färber
2014-05-05
qtest: Add error reporting to socket_accept()
Andreas Färber
2014-05-05
qtest: Assure that init_socket()'s listen() does not fail
Andreas Färber
2014-03-31
qtest: Factor out qtest_qmp_receive()
Andreas Färber
2014-03-31
qtest: Keep list of qtest instances for SIGABRT handler
Stefan Hajnoczi
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
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...
Peter Maydell
2014-03-13
libqtest: Avoid inline varargs functions
Peter Maydell
2014-03-13
libqtest: Fix possible deadlock in qtest initialization
Marcel Apfelbaum
2014-02-19
qtest: kill QEMU process on g_assert() failure
Stefan Hajnoczi
2014-02-19
qtest: make QEMU our direct child process
Stefan Hajnoczi
2014-02-19
qtest: drop unused child_pid field
Stefan Hajnoczi
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
[next]