mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
The number of queues is limited to a u16 so this most consistent. The vm-virtio crate API unfortunately uses usize but its safe to convert up from u16 to usize. Signed-off-by: Rob Bradford <rbradford@meta.com>