mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
tests/libqos: virtio-net driver and interface nodes
Add qgraph nodes for virtio-net-pci and virtio-net-device. Both nodes produce virtio-net, but virtio-net-pci receives a pci-bus and overrides virtio-pci QOSGraphObject and its functions, while virtio-net-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>
This commit is contained in:
parent
5cb8f0db0a
commit
583349d1ef
5 changed files with 226 additions and 0 deletions
|
@ -743,6 +743,7 @@ qos-test-obj-y += $(libqos-virtio-obj-y)
|
|||
qos-test-obj-$(CONFIG_VIRTFS) += tests/libqos/virtio-9p.o
|
||||
qos-test-obj-y += tests/libqos/virtio-balloon.o
|
||||
qos-test-obj-y += tests/libqos/virtio-blk.o
|
||||
qos-test-obj-y += tests/libqos/virtio-net.o
|
||||
qos-test-obj-y += tests/libqos/virtio-rng.o
|
||||
qos-test-obj-y += tests/libqos/virtio-serial.o
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue