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:
Rob Bradford
2020-09-09 15:30:31 +01:00
parent f24a12913a
commit 15025d71b1
22 changed files with 56 additions and 95 deletions

2
Cargo.lock generated
View File

@@ -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",