summaryrefslogtreecommitdiffstats
path: root/tests/qtest/libqos
Commit message (Expand)AuthorAgeFilesLines
* tests/qtest: libqos: Do not build virtio-9p unconditionallyBin Meng2022-10-281-2/+4
* tests/qtest/libqos/e1000e: Use e1000_regs.hAkihiko Odaki2022-10-281-75/+44Star
* tests/9p: remove unnecessary g_strdup() callsChristian Schoenebeck2022-10-241-11/+8Star
* tests/9p: merge v9fs_tunlinkat() and do_unlinkat()Christian Schoenebeck2022-10-242-10/+56
* tests/9p: merge v9fs_tlink() and do_hardlink()Christian Schoenebeck2022-10-242-10/+64
* tests/9p: merge v9fs_tsymlink() and do_symlink()Christian Schoenebeck2022-10-242-8/+64
* tests/9p: merge v9fs_tlcreate() and do_lcreate()Christian Schoenebeck2022-10-242-12/+72
* tests/9p: merge v9fs_tmkdir() and do_mkdir()Christian Schoenebeck2022-10-242-9/+69
* tests/9p: convert v9fs_tflush() to declarative argumentsChristian Schoenebeck2022-10-242-5/+40
* tests/9p: convert v9fs_twrite() to declarative argumentsChristian Schoenebeck2022-10-242-12/+57
* tests/9p: convert v9fs_tlopen() to declarative argumentsChristian Schoenebeck2022-10-242-8/+50
* tests/9p: convert v9fs_treaddir() to declarative argumentsChristian Schoenebeck2022-10-242-9/+56
* tests/9p: convert v9fs_tgetattr() to declarative argumentsChristian Schoenebeck2022-10-242-8/+54
* tests/9p: merge v9fs_tattach(), do_attach(), do_attach_rqid()Christian Schoenebeck2022-10-242-8/+62
* tests/9p: merge v9fs_tversion() and do_version()Christian Schoenebeck2022-10-242-9/+63
* tests/9p: merge *walk*() functionsChristian Schoenebeck2022-10-242-13/+138
* tests/9p: split virtio-9p-test.c into tests and 9p client partChristian Schoenebeck2022-10-243-0/+823
* Merge tag 'pull-request-2022-10-12' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2022-10-131-7/+1Star
|\
| * tests/x86: add helper qtest_qmp_device_del_send()Michael Labiuk2022-10-111-7/+1Star
* | tests/qtest: enable tests for virtio-gpioAlex Bennée2022-10-074-1/+208
* | tests/qtest: add assert to catch bad featuresAlex Bennée2022-10-071-0/+2
* | tests/qtest: bump up QOS_PATH_MAX_ELEMENT_SIZEAlex Bennée2022-10-061-1/+1
|/
* tests/qtest: libqos: Rename malloc.h to libqos-malloc.hXuzhou Cheng2022-08-2925-24/+24
* tests/qtest: libqos: Drop inclusion of <sys/wait.h>Xuzhou Cheng2022-08-291-2/+0Star
* tests/qtest: Use g_mkdtemp()Bin Meng2022-08-251-2/+2
* tests/qtest/libqos: Add generic pci host bridge in arm-virt machineEric Auger2022-05-124-4/+301
* tests/qtest/libqos: Skip hotplug tests if pci root bus is not hotpluggableEric Auger2022-05-121-0/+1
* 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