Home
last modified time | relevance | path

Searched refs:QTest (Results 1 – 5 of 5) sorted by relevance

/qemu/docs/devel/testing/
H A Dqtest.rst4 QTest Device Emulation Testing Framework
11 QTest is a device emulation testing framework. It can be very useful to test
16 QTest cases can be executed with
22 The QTest library is implemented by ``tests/qtest/libqtest.c`` and the API is
25 Consider adding a new QTest case when you are introducing a new virtual
37 Steps to add a new QTest case are:
67 Debugging a QTest failure is slightly harder than the unit test because the
83 QTest Protocol
87 :doc: QTest Protocol
H A Dfuzzing.rst222 - Gather the QTest output for the crash::
H A Dmain.rst108 QTest section in Testing with "make check"
111 QTest is a device emulation testing framework. It can be very useful to test
116 QTest cases can be executed with
/qemu/system/
H A Dqtest.c38 OBJECT_DECLARE_SIMPLE_TYPE(QTest, QTEST)
40 struct QTest { struct
54 static QTest *qtest; argument
848 static bool qtest_server_start(QTest *q, Error **errp) in qtest_server_start()
904 QTest *q = QTEST(uc); in qtest_complete()
926 QTest *q = QTEST(obj); in qtest_unparent()
947 QTest *q = QTEST(obj); in qtest_set_log()
959 QTest *q = QTEST(obj); in qtest_get_log()
966 QTest *q = QTEST(obj); in qtest_set_chardev()
992 QTest *q = QTEST(obj); in qtest_get_chardev()
[all …]
/qemu/docs/devel/
H A Dclocks.rst361 It's also possible to retrieve the clock period from a QTest by