aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest/libqos
AgeCommit message (Expand)Author
2024-10-31qtest/riscv-iommu-test: add init queues testDaniel Henrique Barboza
2024-10-31test/qtest: add riscv-iommu-pci testsDaniel Henrique Barboza
2024-10-01hw/arm: Remove 'n800' and 'n810' machinesPeter Maydell
2024-07-05tests/qtest/npcm7xx_sdhci: Access the card using its published addressPhilippe Mathieu-Daudé
2024-07-03meson: Drop the .fa library suffixPaolo Bonzini
2024-07-03meson: Pass objects and dependencies to declare_dependency()Akihiko Odaki
2024-06-14tests/qtest: Move common define from libqos-spapr.h to new ppc-util.hNicholas Piggin
2024-06-06tests/libqos: Add loongarch virt machine nodeBibo Mao
2024-04-25tests/qtest : Use `g_assert_cmphex` instead of `g_assert_cmpuint`Inès Varhol
2024-04-02qtest/libqos: Reduce size_to_prdtl() declaration scopePhilippe Mathieu-Daudé
2024-03-25libqos/virtio.c: Correct 'flags' reading in qvirtqueue_kickZheyu Ma
2024-03-08tests/libqos: add riscv/virt machine nodesDaniel Henrique Barboza
2024-03-06tests: bump QOS_PATH_MAX_ELEMENT_SIZE againAlex Bennée
2024-03-01libqos/virtio.c: fix 'avail_event' offset in qvring_init()Daniel Henrique Barboza
2024-03-01libqos/virtio.c: init all elems in qvring_indirect_desc_setup()Daniel Henrique Barboza
2023-09-18igb: RX payload guest writting refactoringTomasz Dzieciol
2023-09-08tests/: spelling fixesMichael Tokarev
2023-09-06hw/ide/ahci: PxCI should not get cleared when ERR_STAT is setNiklas Cassel
2023-07-11Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson
2023-07-10tests/qtest: enable tests for virtio-scmiMilan Zamazal
2023-07-10tests/qtest: Move mkimg() and have_qemu_img() from libqos to libqtestThomas Huth
2023-05-23tests/qtest/libqos/igb: Set GPIE.Multiple_MSIXAkihiko Odaki
2023-05-16tests/9p: fix potential leak in v9fs_rreaddir()Christian Schoenebeck
2023-03-10igb: Introduce qtest for igb deviceAkihiko Odaki
2023-03-10tests/qtest/libqos/e1000e: Export macreg functionsAkihiko Odaki
2023-03-10tests/qtest/e1000e-test: Fabricate ethernet headerAkihiko Odaki
2023-01-18tests/qtest/libqos/e1000e: Remove duplicate register definitionsAkihiko Odaki
2023-01-18tests/qtest/e1000e-test: Fix the code styleAkihiko Odaki
2023-01-11tests: add G_GNUC_PRINTF for various functionsDaniel P. Berrangé
2022-12-15tests/qtest/libqos/e1000e: Correctly group register accessesAkihiko Odaki
2022-12-15tests/qtest/libqos/e1000e: Remove "other" interruptsAkihiko Odaki
2022-12-01tests/qtests: override "force-legacy" for gpio virtio-mmio testsAlex Bennée
2022-11-11Fix several typos in documentation (found by codespell)Stefan Weil
2022-11-06tests/qtest/libqos/e1000e: Use IVAR shift definitionsAkihiko Odaki
2022-11-06tests/qtest/libqos/e1000e: Use E1000_STATUS_ASDV_1000Akihiko Odaki
2022-11-06tests/qtest/libqos/e1000e: Set E1000_CTRL_SLUAkihiko Odaki
2022-11-06tests/qtest/libqos/e1000e: Refer common PCI ID definitionsAkihiko Odaki
2022-10-28tests/qtest: libqos: Do not build virtio-9p unconditionallyBin Meng
2022-10-28tests/qtest/libqos/e1000e: Use e1000_regs.hAkihiko Odaki
2022-10-24tests/9p: remove unnecessary g_strdup() callsChristian Schoenebeck
2022-10-24tests/9p: merge v9fs_tunlinkat() and do_unlinkat()Christian Schoenebeck
2022-10-24tests/9p: merge v9fs_tlink() and do_hardlink()Christian Schoenebeck
2022-10-24tests/9p: merge v9fs_tsymlink() and do_symlink()Christian Schoenebeck
2022-10-24tests/9p: merge v9fs_tlcreate() and do_lcreate()Christian Schoenebeck
2022-10-24tests/9p: merge v9fs_tmkdir() and do_mkdir()Christian Schoenebeck
2022-10-24tests/9p: convert v9fs_tflush() to declarative argumentsChristian Schoenebeck
2022-10-24tests/9p: convert v9fs_twrite() to declarative argumentsChristian Schoenebeck
2022-10-24tests/9p: convert v9fs_tlopen() to declarative argumentsChristian Schoenebeck
2022-10-24tests/9p: convert v9fs_treaddir() to declarative argumentsChristian Schoenebeck
2022-10-24tests/9p: convert v9fs_tgetattr() to declarative argumentsChristian Schoenebeck