]> git.proxmox.com Git - mirror_qemu.git/commit
tests/libqos: virtio-blk driver and interface nodes
authorEmanuele Giuseppe Esposito <e.emanuelegiuseppe@gmail.com>
Thu, 26 Jul 2018 09:25:02 +0000 (11:25 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 7 Mar 2019 16:28:27 +0000 (17:28 +0100)
commita3713493036eca53b295b03c26e6b4bd17083b99
tree05764a7009b2e39aabfc7470433ac002c6bb0089
parenta25f56aebec807c9c8f9c7c8c13d59ff4431773a
tests/libqos: virtio-blk driver and interface nodes

Add qgraph nodes for virtio-blk-pci and virtio-blk-device.
Both nodes produce virtio-blk, but virtio-blk-pci receives
a pci-bus and uses virtio-pci QOSGraphObject and functions,
while virtio-blk-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-blk.c [new file with mode: 0644]
tests/libqos/virtio-blk.h [new file with mode: 0644]