mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-18 10:35:23 +00:00
427a2bacf5
The number of aligned operations can not be larger than the number of descriptors. Initializing the capacity to 1 is good enough per the observation that most of time there is only one data descriptor in a given request. Signed-off-by: Wei Liu <liuwe@microsoft.com>