summaryrefslogtreecommitdiffstats
path: root/tests/virtio-blk-test.c
Commit message (Expand)AuthorAgeFilesLines
* libqos: access VIRTIO 1.0 vring in little-endianStefan Hajnoczi2019-10-251-4/+4
* tests/virtio-blk-test: set up virtqueue after feature negotiationStefan Hajnoczi2019-10-251-7/+10
* libqos: extend feature bits to 64-bitStefan Hajnoczi2019-10-251-4/+4
* tests/virtio-blk-test: read config space after feature negotiationStefan Hajnoczi2019-10-251-13/+20
* tests/libqtest: Use libqtest-single.h in tests that require global_qtestThomas Huth2019-09-051-1/+1
* tests/libqos: Replace clock_step with qtest_clock_step in virtio codeThomas Huth2019-09-051-1/+2
* tests/libqtest: Make qtest_qmp_device_add/del independent from global_qtestThomas Huth2019-08-151-1/+1
* tests/libqos: Make generic virtio code independent from global_qtestThomas Huth2019-08-151-72/+79
* tests: Set read-zeroes on for null-co driverAndrey Shinkevich2019-08-151-2/+4
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* tests: qpci_unplug_acpi_device_test() should not rely on global_qtestThomas Huth2019-05-081-1/+2
* tests/virtio-blk-test: Disable auto-read-onlyKevin Wolf2019-03-121-1/+1
* qos-test: virtio-blk test nodePaolo Bonzini2019-03-071-290/+184Star
* tests/libqos: virtio-mmio driver and interface nodesEmanuele Giuseppe Esposito2019-03-071-1/+2
* tests/libqos: virtio-pci driver and interface nodesEmanuele Giuseppe Esposito2019-03-071-0/+6
* tests/libqos: embed allocators instead of malloc-ing them separatelyPaolo Bonzini2019-03-071-34/+35
* tests/libqos: introduce virtio_start_deviceEmanuele Giuseppe Esposito2019-03-071-7/+2Star
* tests/virtio-blk: add test for DISCARD commandStefano Garzarella2019-02-221-0/+27
* tests/virtio-blk: add test for WRITE_ZEROES commandStefano Garzarella2019-02-221-0/+62
* tests/virtio-blk: add virtio_blk_fix_dwz_hdr() functionStefano Garzarella2019-02-221-6/+17
* tests/virtio-blk: change assert on data_size in virtio_blk_request()Stefano Garzarella2019-02-221-1/+14
* libqtest: Replace qtest_startf() by qtest_initf()Markus Armbruster2018-08-161-4/+4
* tests: Clean up string interpolation around qtest_qmp_device_add()Markus Armbruster2018-08-161-2/+3
* libqtest: Remove qtest_qmp_discard_response() & friendsMarkus Armbruster2018-08-161-0/+4
* libqos: Use explicit QTestState for remaining libqos operationsEric Blake2018-02-141-0/+1
* libqos/virtio: return length written into used descriptorGreg Kurz2018-02-021-11/+13
* tests: add test to check VirtQueue objectPrasad J Pandit2017-12-051-0/+25
* libqtest: Add qtest_[v]startf()Eric Blake2017-10-201-4/+1Star
* tests: fix virtio-blk-test ISR dependenceStefan Hajnoczi2017-06-301-10/+17
* tests: Use null-co:// instead of /dev/null as the dummy imageFam Zheng2017-05-111-1/+1
* tests: fix virtio-blk-test leaksMarc-André Lureau2017-03-011-7/+7
* tests: fix qmp response leakMarc-André Lureau2017-02-281-6/+9
* libqos: Give qvirtio_config_read*() consistent semanticsDavid Gibson2016-10-281-31/+11Star
* tests: enable virtio tests on SPAPRLaurent Vivier2016-10-281-5/+20
* tests: use qtest_pc_boot()/qtest_shutdown() in virtio testsLaurent Vivier2016-10-281-85/+63Star
* tests: rename target_big_endian() as qvirtio_is_big_endian()Laurent Vivier2016-10-281-18/+18
* tests: move QVirtioBus pointer into QVirtioDeviceLaurent Vivier2016-10-281-81/+66Star
* qtest: ask endianness of the target in qtest_init()Laurent Vivier2016-10-141-1/+1
* libqos: add PCI management in qtest_vboot()/qtest_shutdown()Laurent Vivier2016-10-061-1/+1
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-06-20' into...Peter Maydell2016-06-201-4/+1Star
|\
| * coccinelle: Remove unnecessary variables for function return valueEduardo Habkost2016-06-201-4/+1Star
* | libqos: add qvirtqueue_cleanup()Stefan Hajnoczi2016-06-201-5/+5
* | libqos: drop duplicated virtio_pci.h definitionsStefan Hajnoczi2016-06-201-5/+6
* | libqos: drop duplicated virtio_blk.h definitionsStefan Hajnoczi2016-06-201-34/+16Star
* | libqos: drop duplicated virtio_ring.h bit definitionsStefan Hajnoczi2016-06-201-7/+11
* | libqos: drop duplicated virtio_config.h definitionsStefan Hajnoczi2016-06-201-2/+4
* | libqos: use virtio_ids.h for device ID definitionsStefan Hajnoczi2016-06-201-3/+4
|/
* tests: Remove unnecessary glib.h includesPeter Maydell2016-06-071-1/+0Star
* tests: Clean up includesPeter Maydell2016-02-161-4/+1Star
* tests: Check QVIRTIO_F_ANY_LAYOUT flag in virtio-blk testMarc Marí2015-03-101-46/+52