mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
virtio-devices: Rename BlockIoUring to Block
Now that BlockIoUring is the only implementation of virtio-block, handling both synchronous and asynchronous backends based on the AsyncIo trait, we can rename it to Block. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
committed by
Rob Bradford
parent
41cfdb50cd
commit
2824642e80
@@ -1670,7 +1670,7 @@ impl DeviceManager {
|
||||
};
|
||||
|
||||
let dev = Arc::new(Mutex::new(
|
||||
virtio_devices::BlockIoUring::new(
|
||||
virtio_devices::Block::new(
|
||||
id.clone(),
|
||||
image,
|
||||
disk_cfg
|
||||
|
||||
Reference in New Issue
Block a user