]> Git Repo - qemu.git/blobdiff - tests/libqos/virtio-net.h
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20191220-pull-request' into...
[qemu.git] / tests / libqos / virtio-net.h
index a5697d732669a5c95fbeb675ac1647a7a1cde6bd..855c67d00f83f9e8f89ce26af71e8d18c81e2748 100644 (file)
@@ -29,7 +29,7 @@ typedef struct QVirtioNetDevice QVirtioNetDevice;
 
 struct QVirtioNet {
     QVirtioDevice *vdev;
-    int n_queues;
+    int n_queues; /* total number of virtqueues (rx, tx, ctrl) */
     QVirtQueue **queues;
 };
 
This page took 0.024257 seconds and 4 git commands to generate.