aboutsummaryrefslogtreecommitdiff
path: root/tests/libqos/virtio-mmio.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-12tests/libqos: Move the libqos files under tests/qtest/Thomas Huth1-266/+0
2019-10-25libqos: pass full QVirtQueue to set_queue_address()Stefan Hajnoczi1-2/+4
2019-10-25libqos: access VIRTIO 1.0 vring in little-endianStefan Hajnoczi1-0/+1
2019-10-25libqos: extend feature bits to 64-bitStefan Hajnoczi1-6/+22
2019-10-25libqos: read QVIRTIO_MMIO_VERSION registerStefan Hajnoczi1-0/+3
2019-09-05tests/libqos: Replace clock_step with qtest_clock_step in virtio codeThomas Huth1-1/+13
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-05-21tests/libqos: Get rid of global_qtest dependency in qvring_init()Thomas Huth1-1/+1
2019-03-07tests/libqos: virtio-mmio driver and interface nodesEmanuele Giuseppe Esposito1-46/+70
2016-10-28libqos: Give qvirtio_config_read*() consistent semanticsDavid Gibson1-8/+8
2016-10-28tests: move QVirtioBus pointer into QVirtioDeviceLaurent Vivier1-0/+1
2016-06-20libqos: add qvirtqueue_cleanup()Stefan Hajnoczi1-0/+8
2016-06-20libqos: drop duplicated virtio_ring.h bit definitionsStefan Hajnoczi1-2/+3
2016-06-07tests: Remove unnecessary glib.h includesPeter Maydell1-1/+0
2016-02-16tests: Clean up includesPeter Maydell1-1/+1
2015-03-10libqos: Add virtio MMIO supportMarc MarĂ­1-0/+198