tests/libqos: virtio-mmio driver and interface nodes
authorEmanuele Giuseppe Esposito <e.emanuelegiuseppe@gmail.com>
Thu, 19 Jul 2018 13:14:44 +0000 (15:14 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 7 Mar 2019 16:28:26 +0000 (17:28 +0100)
commit57ed038ad977883af6e68fa33a3981a8de243e5f
tree9e5b6d15e638fd05bd4e4dfcf6500cbe4c0e4d1a
parentd5006a45f572ee4c0768d810d91920b2b2a7421b
tests/libqos: virtio-mmio driver and interface nodes

Add virtio-mmio node in qgraph framework.
virtio-mmio produces virtio-bus, the interface consumed by all virtio-*-device
nodes.

Being a memory-mapped device, it doesn't have to provide a constructor
to qgraph, since it's always "contained" inside some other nodes.

Signed-off-by: Emanuele Giuseppe Esposito <e.emanuelegiuseppe@gmail.com>
Reviewed-by: Laurent Vivier <lvivier@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tests/libqos/virtio-mmio.c
tests/libqos/virtio-mmio.h
tests/virtio-blk-test.c