index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
qtest
/
libqtest.c
Age
Commit message (
Expand
)
Author
2021-03-08
libqtest: add qtest_remove_abrt_handler()
Stefan Hajnoczi
2021-03-08
libqtest: add qtest_kill_qemu()
Stefan Hajnoczi
2021-03-08
libqtest: add qtest_socket_server()
Stefan Hajnoczi
2021-01-27
libqtest: Rework qtest_rsp()
Markus Armbruster
2021-01-11
qtest/libqtest: fix heap-buffer-overflow in qtest_cb_for_every_machine()
Gan Qixin
2020-12-19
qobject: Change qobject_to_json()'s value to GString
Markus Armbruster
2020-12-19
qobject: Make qobject_to_json_pretty() take a pretty argument
Markus Armbruster
2020-11-20
qtest: do not return freed argument vector from qtest_rsp
Paolo Bonzini
2020-11-03
tests/qtest/libqtest.c: Check for setsockopt() failure
Peter Maydell
2020-10-24
libqtest: fix memory leak in the qtest_qmp_event_ref
Maxim Levitsky
2020-10-24
libqtest: fix the order of buffered events
Maxim Levitsky
2020-10-24
tests/qtest/libqtest: Fix detection of architecture for binaries without path
Thomas Huth
2020-10-12
qtest: switch users back to qtest_qmp_receive
Maxim Levitsky
2020-10-12
qtest: remove qtest_qmp_receive_success
Maxim Levitsky
2020-10-12
qtest: Reintroduce qtest_qmp_receive with QMP event buffering
Maxim Levitsky
2020-10-12
qtest: rename qtest_qmp_receive to qtest_qmp_receive_dict
Maxim Levitsky
2020-09-03
libqtest: Rename qmp_assert_error_class() to qmp_expect_error_and_unref()
Markus Armbruster
2020-08-21
meson: convert tests/qtest to meson
Paolo Bonzini
2020-07-06
tests/qtest: Unify the test for the xenfv and xenpv machines
Thomas Huth
2020-02-22
libqtest: make bufwrite rely on the TransportOps
Alexander Bulekov
2020-02-22
libqtest: add a layer of abstraction to send/recv
Alexander Bulekov
2020-01-12
test: Move qtests to a separate directory
Thomas Huth