mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: make PCI (virtio and vfio) disableable at build time
Although included by default it is now possible to build without PCI support. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
+2
-1
@@ -18,8 +18,9 @@ tempdir= "0.3.7"
|
||||
lazy_static= "1.4.0"
|
||||
|
||||
[features]
|
||||
default = ["acpi"]
|
||||
default = ["acpi", "pci"]
|
||||
acpi = ["vmm/acpi"]
|
||||
pci = ["vmm/pci_support"]
|
||||
|
||||
# Integration tests require a special environment to run in
|
||||
integration_tests = []
|
||||
|
||||
Reference in New Issue
Block a user