aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest/libqos
AgeCommit message (Expand)AuthorFilesLines
2021-11-02tests/qtest/libqos: add SDHCI commandsShengtan Mao3-0/+187
2021-10-20tests: qtest: add qtest_has_accel() to check if tested binary supports accele...Igor Mammedov1-0/+8
2021-09-01tests: Remove uses of deprecated raspi2/raspi3 machine namesPhilippe Mathieu-Daudé3-8/+8
2021-07-059pfs: add link to 9p developer docsChristian Schoenebeck1-0/+5
2021-05-18test: new qTest case to test the vhost-user-blk-serverCoiby Xu3-0/+179
2021-05-14libqos/qgraph: fix "UNAVAILBLE" typoStefan Hajnoczi1-1/+1
2021-03-10Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-...Peter Maydell1-335/+115
2021-03-09libqos/qgraph: format qgraph comments for sphinx documentationEmanuele Giuseppe Esposito1-335/+115
2021-03-08libqtest: add qtest_remove_abrt_handler()Stefan Hajnoczi1-0/+18
2021-03-08libqtest: add qtest_kill_qemu()Stefan Hajnoczi1-0/+11
2021-03-08libqtest: add qtest_socket_server()Stefan Hajnoczi1-0/+8
2021-02-16tests/qtest/qos-test: dump qos graph if verboseChristian Schoenebeck2-0/+65
2021-02-16libqos/qgraph_internal: add qos_printf() and qos_printf_literal()Christian Schoenebeck1-0/+11
2021-02-16libqos/qgraph: add qos_node_create_driver_named()Christian Schoenebeck3-3/+68
2021-01-20tests: Rename PAGE_SIZE definitionsJiaxun Yang2-4/+4
2020-11-10qtest: Update references to parse_escape() in commentsPeter Maydell1-9/+9
2020-11-03tests/qtest/libqos/ahci.c: Avoid NULL dereference in ahci_exec()Peter Maydell1-1/+4
2020-11-01tests/9pfs: Force removing of local 9pfs test directoryGreg Kurz1-1/+1
2020-11-01tests/9pfs: fix coverity error in create_local_test_dir()Christian Schoenebeck1-1/+6
2020-11-01tests/9pfs: fix test dir for parallel testsChristian Schoenebeck1-6/+8
2020-11-01tests/9pfs: make create/remove test dir publicChristian Schoenebeck2-6/+14
2020-10-19tests/9pfs: add virtio_9p_test_path()Christian Schoenebeck2-0/+11
2020-10-19tests/9pfs: wipe local 9pfs test directoryChristian Schoenebeck1-0/+13
2020-10-19tests/9pfs: introduce local testsChristian Schoenebeck2-0/+86
2020-10-12qtest: remove qtest_qmp_receive_successMaxim Levitsky1-17/+0
2020-10-12qtest: Reintroduce qtest_qmp_receive with QMP event bufferingMaxim Levitsky1-0/+23
2020-10-12qtest: rename qtest_qmp_receive to qtest_qmp_receive_dictMaxim Levitsky1-2/+2
2020-10-12docs/devel/qtest: Include libqtest API referenceEduardo Habkost1-10/+10
2020-09-08meson: fix libqos linkingPaolo Bonzini1-3/+6
2020-09-03libqtest: Rename qmp_assert_error_class() to qmp_expect_error_and_unref()Markus Armbruster1-2/+2
2020-08-21meson: link emulators without Makefile.targetPaolo Bonzini1-1/+1
2020-08-21meson: convert tests/qtest to mesonPaolo Bonzini70-141/+936
2020-06-26libqos: pci-pc: use 32-bit write for EJ registerPaolo Bonzini1-1/+1
2020-06-15tests/qtest: Fix LGPL information in the file headersThomas Huth33-33/+33
2020-04-29libqos: Give get_machine_allocator() internal linkageMarkus Armbruster2-3/+1
2020-04-29fuzz: Simplify how we compute available machines and typesMarkus Armbruster2-46/+28
2020-03-18Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200317' into...Peter Maydell1-2/+1
2020-03-17ppc/spapr: Allow FWNMI on TCGNicholas Piggin1-2/+1
2020-03-17ppc/spapr: Change FWNMI namesNicholas Piggin1-1/+1
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé1-1/+1
2020-02-22libqos: move useful qos-test funcs to qos_externalAlexander Bulekov2-0/+196
2020-02-22libqos: rename i2c_send and i2c_recvAlexander Bulekov2-7/+7
2020-02-18tests/qtest/libqos/qgraph: Remove superfluous semicolonsPhilippe Mathieu-Daudé1-2/+2
2020-02-04boot-order-test: fix memleaks in boot-order-testPan Nengyuan1-0/+2
2020-02-03tests: Silence various warnings with pseriesGreg Kurz1-0/+8
2020-01-12tests/libqos: Move the libqos files under tests/qtest/Thomas Huth70-0/+11220