mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
virtio-devices: Remove virtio-block synchronous implementation
Now that both synchronous and asynchronous backends rely on the asynchronous version of virtio-block (namely BlockIoUring), we can get rid of the synchronous version (namely Block). Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
committed by
Rob Bradford
parent
12e20effd7
commit
41cfdb50cd
@@ -9,6 +9,7 @@ edition = "2018"
|
||||
cargo-fuzz = true
|
||||
|
||||
[dependencies]
|
||||
block_util = { path = "../block_util" }
|
||||
libc = "0.2.72"
|
||||
libfuzzer-sys = "0.3"
|
||||
qcow = { path = "../qcow" }
|
||||
|
||||
Reference in New Issue
Block a user