virtio-devices: Remove mmio and pci differentiation

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
Sebastien Boeuf
2020-10-15 17:54:56 +02:00
committed by Rob Bradford
parent af3c6c34c3
commit cc8b553e86
6 changed files with 2 additions and 559 deletions
+1 -3
View File
@@ -6,8 +6,6 @@ edition = "2018"
[features]
default = []
pci_support = ["pci"]
mmio_support = []
io_uring = ["block_util/io_uring"]
[dependencies]
@@ -21,7 +19,7 @@ libc = "0.2.79"
log = "0.4.11"
net_gen = { path = "../net_gen" }
net_util = { path = "../net_util" }
pci = { path = "../pci", optional = true }
pci = { path = "../pci" }
seccomp = { git = "https://github.com/firecracker-microvm/firecracker", tag = "v0.22.0" }
serde = ">=1.0.27"
serde_derive = ">=1.0.27"