mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: Rely on virtio-blk io_uring when possible
In case the host supports io_uring and the specific io_uring options needed, the VMM will choose the asynchronous version of virtio-blk. This will enable better I/O performances compared to the default synchronous version. This is also important to note the VMM won't be able to use the asynchronous version if the backend image is in QCOW format. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
committed by
Rob Bradford
parent
64283726e7
commit
917027c55b
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -1613,6 +1613,7 @@ dependencies = [
|
||||
"anyhow",
|
||||
"arc-swap",
|
||||
"arch",
|
||||
"block_util",
|
||||
"clap",
|
||||
"credibility",
|
||||
"devices",
|
||||
|
||||
Reference in New Issue
Block a user