mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 19:32:20 +00:00
The PR #2333 added I/O rate limiter on block device, with some options in `DiskConfig`. And the PR #2401 added rate limiter on virtio-net device with same options, but it still throws `Error::ParseDisk`. This commit fixes it with correct values. Fixes: #2401 Signed-off-by: Yu Li <liyu.yukiteru@bytedance.com>