summary refs log tree commit diff stats
path: root/tests/qtest/libqos (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests/qtest : Use `g_assert_cmphex` instead of `g_assert_cmpuint`Inès Varhol2024-04-251-2/+2
* qtest/libqos: Reduce size_to_prdtl() declaration scopePhilippe Mathieu-Daudé2024-04-022-2/+1
* libqos/virtio.c: Correct 'flags' reading in qvirtqueue_kickZheyu Ma2024-03-251-1/+1
* tests/libqos: add riscv/virt machine nodesDaniel Henrique Barboza2024-03-082-0/+138
* tests: bump QOS_PATH_MAX_ELEMENT_SIZE againAlex Bennée2024-03-061-1/+1
* libqos/virtio.c: fix 'avail_event' offset in qvring_init()Daniel Henrique Barboza2024-03-011-1/+1
* libqos/virtio.c: init all elems in qvring_indirect_desc_setup()Daniel Henrique Barboza2024-03-011-6/+19
* igb: RX payload guest writting refactoringTomasz Dzieciol2023-09-181-0/+5
* tests/: spelling fixesMichael Tokarev2023-09-083-4/+4
* hw/ide/ahci: PxCI should not get cleared when ERR_STAT is setNiklas Cassel2023-09-062-31/+83
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson2023-07-113-0/+209
|\
| * tests/qtest: enable tests for virtio-scmiMilan Zamazal2023-07-103-0/+209
* | tests/qtest: Move mkimg() and have_qemu_img() from libqos to libqtestThomas Huth2023-07-102-50/+1
|/
* tests/qtest/libqos/igb: Set GPIE.Multiple_MSIXAkihiko Odaki2023-05-231-0/+1
* tests/9p: fix potential leak in v9fs_rreaddir()Christian Schoenebeck2023-05-161-0/+5
* igb: Introduce qtest for igb deviceAkihiko Odaki2023-03-102-0/+186
* tests/qtest/libqos/e1000e: Export macreg functionsAkihiko Odaki2023-03-102-12/+12
* tests/qtest/e1000e-test: Fabricate ethernet headerAkihiko Odaki2023-03-101-0/+2
* tests/qtest/libqos/e1000e: Remove duplicate register definitionsAkihiko Odaki2023-01-182-15/+10
* tests/qtest/e1000e-test: Fix the code styleAkihiko Odaki2023-01-181-2/+4
* tests: add G_GNUC_PRINTF for various functionsDaniel P. Berrangé2023-01-114-6/+13
* tests/qtest/libqos/e1000e: Correctly group register accessesAkihiko Odaki2022-12-151-0/+1
* tests/qtest/libqos/e1000e: Remove "other" interruptsAkihiko Odaki2022-12-152-2/+0
* tests/qtests: override "force-legacy" for gpio virtio-mmio testsAlex Bennée2022-12-011-1/+2
* Fix several typos in documentation (found by codespell)Stefan Weil2022-11-112-2/+2
* tests/qtest/libqos/e1000e: Use IVAR shift definitionsAkihiko Odaki2022-11-061-3/+3
* tests/qtest/libqos/e1000e: Use E1000_STATUS_ASDV_1000Akihiko Odaki2022-11-061-2/+2
* tests/qtest/libqos/e1000e: Set E1000_CTRL_SLUAkihiko Odaki2022-11-061-1/+1
* tests/qtest/libqos/e1000e: Refer common PCI ID definitionsAkihiko Odaki2022-11-061-2/+3
* 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/+44
* tests/9p: remove unnecessary g_strdup() callsChristian Schoenebeck2022-10-241-11/+8
* 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/+1
|\
| * tests/x86: add helper qtest_qmp_device_del_send()Michael Labiuk2022-10-111-7/+1
* | 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