mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-31 08:55:31 +00:00
74dcb37ec3
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>