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
2022-10-28
tests/qtest: libqtest: Introduce qtest_wait_qemu()
Bin Meng
2022-10-28
tests/qtest: Support libqtest to build and run on Windows
Bin Meng
2022-10-28
tests/qtest: Use send/recv for socket communication
Xuzhou Cheng
2022-10-12
tests/qtest: libqtest: Install signal handler via signal()
Bin Meng
2022-10-11
tests/x86: add helper qtest_qmp_device_del_send()
Michael Labiuk
2022-09-27
tests/qtest: libqtest: Replace the call to close a socket with closesocket()
Bin Meng
2022-09-27
tests/qtest: libqtest: Exclude the *_fds APIs for win32
Bin Meng
2022-09-27
tests/qtest: libqtest: Avoid using hardcoded /tmp
Bin Meng
2022-08-25
tests/qtest: Use g_mkdtemp()
Bin Meng
2022-08-25
tests/qtest: Use g_setenv()
Bin Meng
2022-05-25
hw: m25p80: allow write_enable latch get/set
Iris Chen
2022-05-18
tests/qtest: use prctl(PR_SET_PDEATHSIG) as fallback to kill QEMU
Daniel P. Berrangé
2022-05-18
tests/qtest: fix registration of ABRT handler for QEMU cleanup
Daniel P. Berrangé
2022-05-03
libqtest: split QMP part in libqmp
Marc-André Lureau
2022-05-03
tests: move libqtest.h back under qtest/
Marc-André Lureau
2022-04-21
tests: print newline after QMP response in qtest logs
Daniel P. Berrangé
2022-04-21
tests: support QTEST_TRACE env variable
Daniel P. Berrangé
2022-04-21
qtest: simplify socket_send()
Marc-André Lureau
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2022-03-22
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
2022-03-22
Drop qemu_foo() socket API wrapper
Marc-André Lureau
2021-12-22
tests/qtest: Add a function that checks whether a device is available
Thomas Huth
2021-12-21
tests/qtests: add qtest_qmp_add_client()
Marc-André Lureau
2021-12-15
tests/qtest: Add a function to check whether a machine is available
Thomas Huth
2021-12-15
tests/qtest: Add a function that gets a list with available machine types
Thomas Huth
2021-10-20
tests: qtest: add qtest_has_accel() to check if tested binary supports accele...
Igor Mammedov
2021-09-06
libqtest: check for g_setenv() failure
Peter Maydell
2021-05-14
libqtest: refuse QTEST_QEMU_BINARY=qemu-kvm
Stefan Hajnoczi
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