tests/libqos: virtio-rng driver and interface nodes
commitd3d400d3df0146575a8af44382978f404d57def9
authorEmanuele Giuseppe Esposito <e.emanuelegiuseppe@gmail.com>
Wed, 25 Jul 2018 21:55:38 +0000 (25 23:55 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 7 Mar 2019 16:28:27 +0000 (7 17:28 +0100)
treee020308df4f989706d508c14a033066bad023aa7
parent6975bf399a00991d84c8bd84847f5f6ee71b10e7
tests/libqos: virtio-rng driver and interface nodes

Add qgraph nodes for virtio-rng-pci and virtio-rng-device.
Both nodes produce virtio-rng, but virtio-rng-pci receives
a pci-bus and uses virtio-pci QOSGraphObject and functions,
while virtio-rng-device receives a virtio and implements
its own functions

Signed-off-by: Emanuele Giuseppe Esposito <e.emanuelegiuseppe@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tests/Makefile.include
tests/libqos/virtio-rng.c [new file with mode: 0644]
tests/libqos/virtio-rng.h [new file with mode: 0644]