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:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -742,7 +742,6 @@ version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"byteorder",
|
||||
"devices",
|
||||
"hypervisor",
|
||||
"libc",
|
||||
"log 0.4.11",
|
||||
@@ -1525,7 +1524,6 @@ dependencies = [
|
||||
"arc-swap",
|
||||
"block_util",
|
||||
"byteorder",
|
||||
"devices",
|
||||
"epoll",
|
||||
"io-uring",
|
||||
"libc",
|
||||
|
||||
Reference in New Issue
Block a user