mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
devices, vm-device: Move BusDevice and Bus into vm-device
This removes the dependency of the pci crate on the devices crate which now only contains the device implementations themselves. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
@@ -15,7 +15,6 @@ anyhow = "1.0"
|
||||
arc-swap = ">=0.4.4"
|
||||
block_util = { path = "../block_util" }
|
||||
byteorder = "1.3.4"
|
||||
devices = { path = "../devices" }
|
||||
epoll = ">=4.0.1"
|
||||
io-uring = ">=0.4.0"
|
||||
libc = "0.2.77"
|
||||
|
||||
Reference in New Issue
Block a user