aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest/libqos
AgeCommit message (Expand)AuthorFilesLines
2023-03-10igb: Introduce qtest for igb deviceAkihiko Odaki2-0/+186
2023-03-10tests/qtest/libqos/e1000e: Export macreg functionsAkihiko Odaki2-12/+12
2023-03-10tests/qtest/e1000e-test: Fabricate ethernet headerAkihiko Odaki1-0/+2
2023-01-18tests/qtest/libqos/e1000e: Remove duplicate register definitionsAkihiko Odaki2-15/+10
2023-01-18tests/qtest/e1000e-test: Fix the code styleAkihiko Odaki1-2/+4
2023-01-11tests: add G_GNUC_PRINTF for various functionsDaniel P. Berrangé4-6/+13
2022-12-15tests/qtest/libqos/e1000e: Correctly group register accessesAkihiko Odaki1-0/+1
2022-12-15tests/qtest/libqos/e1000e: Remove "other" interruptsAkihiko Odaki2-2/+0
2022-12-01tests/qtests: override "force-legacy" for gpio virtio-mmio testsAlex Bennée1-1/+2
2022-11-11Fix several typos in documentation (found by codespell)Stefan Weil2-2/+2
2022-11-06tests/qtest/libqos/e1000e: Use IVAR shift definitionsAkihiko Odaki1-3/+3
2022-11-06tests/qtest/libqos/e1000e: Use E1000_STATUS_ASDV_1000Akihiko Odaki1-2/+2
2022-11-06tests/qtest/libqos/e1000e: Set E1000_CTRL_SLUAkihiko Odaki1-1/+1
2022-11-06tests/qtest/libqos/e1000e: Refer common PCI ID definitionsAkihiko Odaki1-2/+3
2022-10-28tests/qtest: libqos: Do not build virtio-9p unconditionallyBin Meng1-2/+4
2022-10-28tests/qtest/libqos/e1000e: Use e1000_regs.hAkihiko Odaki1-75/+44
2022-10-24tests/9p: remove unnecessary g_strdup() callsChristian Schoenebeck1-11/+8
2022-10-24tests/9p: merge v9fs_tunlinkat() and do_unlinkat()Christian Schoenebeck2-10/+56
2022-10-24tests/9p: merge v9fs_tlink() and do_hardlink()Christian Schoenebeck2-10/+64
2022-10-24tests/9p: merge v9fs_tsymlink() and do_symlink()Christian Schoenebeck2-8/+64
2022-10-24tests/9p: merge v9fs_tlcreate() and do_lcreate()Christian Schoenebeck2-12/+72
2022-10-24tests/9p: merge v9fs_tmkdir() and do_mkdir()Christian Schoenebeck2-9/+69
2022-10-24tests/9p: convert v9fs_tflush() to declarative argumentsChristian Schoenebeck2-5/+40
2022-10-24tests/9p: convert v9fs_twrite() to declarative argumentsChristian Schoenebeck2-12/+57
2022-10-24tests/9p: convert v9fs_tlopen() to declarative argumentsChristian Schoenebeck2-8/+50
2022-10-24tests/9p: convert v9fs_treaddir() to declarative argumentsChristian Schoenebeck2-9/+56
2022-10-24tests/9p: convert v9fs_tgetattr() to declarative argumentsChristian Schoenebeck2-8/+54
2022-10-24tests/9p: merge v9fs_tattach(), do_attach(), do_attach_rqid()Christian Schoenebeck2-8/+62
2022-10-24tests/9p: merge v9fs_tversion() and do_version()Christian Schoenebeck2-9/+63
2022-10-24tests/9p: merge *walk*() functionsChristian Schoenebeck2-13/+138
2022-10-24tests/9p: split virtio-9p-test.c into tests and 9p client partChristian Schoenebeck3-0/+823
2022-10-13Merge tag 'pull-request-2022-10-12' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi1-7/+1
2022-10-11tests/x86: add helper qtest_qmp_device_del_send()Michael Labiuk1-7/+1
2022-10-07tests/qtest: enable tests for virtio-gpioAlex Bennée4-1/+208
2022-10-07tests/qtest: add assert to catch bad featuresAlex Bennée1-0/+2
2022-10-06tests/qtest: bump up QOS_PATH_MAX_ELEMENT_SIZEAlex Bennée1-1/+1
2022-08-29tests/qtest: libqos: Rename malloc.h to libqos-malloc.hXuzhou Cheng25-24/+24
2022-08-29tests/qtest: libqos: Drop inclusion of <sys/wait.h>Xuzhou Cheng1-2/+0
2022-08-25tests/qtest: Use g_mkdtemp()Bin Meng1-2/+2
2022-05-12tests/qtest/libqos: Add generic pci host bridge in arm-virt machineEric Auger4-4/+301
2022-05-12tests/qtest/libqos: Skip hotplug tests if pci root bus is not hotpluggableEric Auger1-0/+1
2022-05-12tests/qtest/libqos/pci: Introduce pio_limitEric Auger4-31/+54
2022-05-03libqtest: split QMP part in libqmpMarc-André Lureau1-1/+4
2022-05-03tests: move libqtest.h back under qtest/Marc-André Lureau45-857/+44
2022-04-20tests/qtest: properly initialise the vring used idxAlex Bennée1-0/+2
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau4-6/+0
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau1-21/+21
2022-02-17tests/9pfs: Use g_autofree and g_autoptr where possibleGreg Kurz1-9/+4
2022-02-17tests/9pfs: Fix leak of local_test_pathGreg Kurz1-0/+7
2022-02-17tests/9pfs: fix mkdir() being called twiceChristian Schoenebeck1-15/+3