mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: Bump vfio and all the dependent crates to latest version
Recently vfio crates have moved to crates.io, thus we should start consuming the crate from crates.io instead git url. This results in better versioning instead of tracking some git commit sha. Signed-off-by: Jinank Jain <jinankjain@microsoft.com>
This commit is contained in:
@@ -12,7 +12,8 @@ pub mod testing {
|
||||
use std::marker::PhantomData;
|
||||
use std::mem;
|
||||
|
||||
use virtio_queue::{Queue, QueueT, VirtqUsedElem};
|
||||
use virtio_queue::desc::split::VirtqUsedElem;
|
||||
use virtio_queue::{Queue, QueueT};
|
||||
use vm_memory::bitmap::AtomicBitmap;
|
||||
use vm_memory::{Address, Bytes, GuestAddress, GuestUsize};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user