summaryrefslogtreecommitdiffstats
path: root/tests/qtest/libqos
Commit message (Expand)AuthorAgeFilesLines
* tests/qtest/libqos/pci: Introduce pio_limitEric Auger2022-05-124-31/+54
* libqtest: split QMP part in libqmpMarc-André Lureau2022-05-031-1/+4
* tests: move libqtest.h back under qtest/Marc-André Lureau2022-05-0345-857/+44Star
* tests/qtest: properly initialise the vring used idxAlex Bennée2022-04-201-0/+2
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-064-6/+0Star
* Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau2022-03-221-21/+21
* tests/9pfs: Use g_autofree and g_autoptr where possibleGreg Kurz2022-02-171-9/+4Star
* tests/9pfs: Fix leak of local_test_pathGreg Kurz2022-02-171-0/+7
* tests/9pfs: fix mkdir() being called twiceChristian Schoenebeck2022-02-171-15/+3Star
* tests/qtest: Add a function that checks whether a device is availableThomas Huth2021-12-221-0/+8
* tests/qtests: add qtest_qmp_add_client()Marc-André Lureau2021-12-211-0/+10
* tests/qtest: Replace g_memdup() by g_memdup2()Philippe Mathieu-Daudé2021-12-172-4/+4
* tests: qtest: Add virtio-iommu testEric Auger2021-12-153-0/+167
* tests/qtest: Add a function to check whether a machine is availableThomas Huth2021-12-151-0/+8
* qtest/libqos: add a function to initialize secondary PCI busesLaurent Vivier2021-12-152-0/+120
* tests/qtest/libqos: add SDHCI commandsShengtan Mao2021-11-023-0/+187
* tests: qtest: add qtest_has_accel() to check if tested binary supports accele...Igor Mammedov2021-10-201-0/+8
* tests: Remove uses of deprecated raspi2/raspi3 machine namesPhilippe Mathieu-Daudé2021-09-013-8/+8
* 9pfs: add link to 9p developer docsChristian Schoenebeck2021-07-051-0/+5
* test: new qTest case to test the vhost-user-blk-serverCoiby Xu2021-05-183-0/+179
* libqos/qgraph: fix "UNAVAILBLE" typoStefan Hajnoczi2021-05-141-1/+1
* Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-...Peter Maydell2021-03-101-335/+115Star
|\
| * libqos/qgraph: format qgraph comments for sphinx documentationEmanuele Giuseppe Esposito2021-03-091-335/+115Star
* | libqtest: add qtest_remove_abrt_handler()Stefan Hajnoczi2021-03-081-0/+18
* | libqtest: add qtest_kill_qemu()Stefan Hajnoczi2021-03-081-0/+11
* | libqtest: add qtest_socket_server()Stefan Hajnoczi2021-03-081-0/+8
|/
* tests/qtest/qos-test: dump qos graph if verboseChristian Schoenebeck2021-02-162-0/+65
* libqos/qgraph_internal: add qos_printf() and qos_printf_literal()Christian Schoenebeck2021-02-161-0/+11
* libqos/qgraph: add qos_node_create_driver_named()Christian Schoenebeck2021-02-163-3/+68
* tests: Rename PAGE_SIZE definitionsJiaxun Yang2021-01-202-4/+4
* qtest: Update references to parse_escape() in commentsPeter Maydell2020-11-101-9/+9
* tests/qtest/libqos/ahci.c: Avoid NULL dereference in ahci_exec()Peter Maydell2020-11-031-1/+4
* tests/9pfs: Force removing of local 9pfs test directoryGreg Kurz2020-11-011-1/+1
* tests/9pfs: fix coverity error in create_local_test_dir()Christian Schoenebeck2020-11-011-1/+6
* tests/9pfs: fix test dir for parallel testsChristian Schoenebeck2020-11-011-6/+8
* tests/9pfs: make create/remove test dir publicChristian Schoenebeck2020-11-012-6/+14
* tests/9pfs: add virtio_9p_test_path()Christian Schoenebeck2020-10-192-0/+11
* tests/9pfs: wipe local 9pfs test directoryChristian Schoenebeck2020-10-191-0/+13
* tests/9pfs: introduce local testsChristian Schoenebeck2020-10-192-0/+86
* qtest: remove qtest_qmp_receive_successMaxim Levitsky2020-10-121-17/+0Star
* qtest: Reintroduce qtest_qmp_receive with QMP event bufferingMaxim Levitsky2020-10-121-0/+23
* qtest: rename qtest_qmp_receive to qtest_qmp_receive_dictMaxim Levitsky2020-10-121-2/+2
* docs/devel/qtest: Include libqtest API referenceEduardo Habkost2020-10-121-10/+10
* meson: fix libqos linkingPaolo Bonzini2020-09-081-3/+6
* libqtest: Rename qmp_assert_error_class() to qmp_expect_error_and_unref()Markus Armbruster2020-09-031-2/+2
* meson: link emulators without Makefile.targetPaolo Bonzini2020-08-211-1/+1
* meson: convert tests/qtest to mesonPaolo Bonzini2020-08-2170-141/+936
* libqos: pci-pc: use 32-bit write for EJ registerPaolo Bonzini2020-06-261-1/+1
* tests/qtest: Fix LGPL information in the file headersThomas Huth2020-06-1533-33/+33
* libqos: Give get_machine_allocator() internal linkageMarkus Armbruster2020-04-292-3/+1Star