mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 03:12:27 +00:00
In some situations (booting with OVMF) fewer queues will be enabled therefore we should iterate over the number of enabled queues (as passed into VirtioDevice::activate()) rather than the number of create tap devices. Fixes: #2578 Signed-off-by: Rob Bradford <robert.bradford@intel.com>