index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
libqos
/
virtio.c
Age
Commit message (
Expand
)
Author
2020-01-12
tests/libqos: Move the libqos files under tests/qtest/
Thomas Huth
2019-10-25
libqos: access VIRTIO 1.0 vring in little-endian
Stefan Hajnoczi
2019-10-25
libqos: implement VIRTIO 1.0 FEATURES_OK step
Stefan Hajnoczi
2019-10-25
libqos: enforce Device Initialization order
Stefan Hajnoczi
2019-10-25
libqos: extend feature bits to 64-bit
Stefan Hajnoczi
2019-09-05
tests/libqos: Replace clock_step with qtest_clock_step in virtio code
Thomas Huth
2019-08-15
tests/libqos: Make generic virtio code independent from global_qtest
Thomas Huth
2019-05-21
tests/libqos: Get rid of global_qtest dependency in qvring_init()
Thomas Huth
2019-03-07
tests: move virtio entirely to qos-test
Paolo Bonzini
2019-03-07
tests/libqos: virtio-net driver and interface nodes
Emanuele Giuseppe Esposito
2019-03-07
qos-test: virtio-console and virtio-serial test node
Emanuele Giuseppe Esposito
2019-03-07
tests/libqos: remove global_qtest from virtio endianness checks
Paolo Bonzini
2019-03-07
tests/libqos: introduce virtio_start_device
Emanuele Giuseppe Esposito
2018-02-02
libqos/virtio: return length written into used descriptor
Greg Kurz
2017-09-19
tests: Enable the drive_del test also on s390x
Thomas Huth
2017-06-30
libqos: add virtio used ring support
Stefan Hajnoczi
2016-10-28
tests: move QVirtioBus pointer into QVirtioDevice
Laurent Vivier
2016-09-28
libqos: fix qvring_init()
Laurent Vivier
2016-09-13
tests: fix qvirtqueue_kick
Laurent Vivier
2016-06-20
libqos: add qvirtqueue_cleanup()
Stefan Hajnoczi
2016-06-20
libqos: drop duplicated virtio_vring.h structs
Stefan Hajnoczi
2016-06-20
libqos: drop duplicated virtio_ring.h bit definitions
Stefan Hajnoczi
2016-06-20
libqos: drop duplicated virtio_config.h definitions
Stefan Hajnoczi
2016-06-07
tests: Remove unnecessary glib.h includes
Peter Maydell
2016-02-16
tests: Clean up includes
Peter Maydell
2015-03-10
libqos: Change use of pointers to uint64_t in virtio
Marc Marí
2014-09-29
libqos: use microseconds instead of iterations for virtio timeout
Stefan Hajnoczi
2014-09-29
libqos: improve event_index test with timeout
Stefan Hajnoczi
2014-09-12
libqos virtio: Increase ISR timeout
Marc Marí
2014-09-08
libqos: Added EVENT_IDX support
Marc Marí
2014-09-08
libqos: Added MSI-X support
Marc Marí
2014-09-08
libqos: Added indirect descriptor support to virtio implementation
Marc Marí
2014-09-08
libqos: Added basic virtqueue support to virtio implementation
Marc Marí
2014-09-08
tests: Add virtio device initialization
Marc Marí