mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: Remove the exposed "cmos" feature
This only affects the build system; the feature was already always
compiled in with ca68b9e7a9
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
@@ -56,7 +56,6 @@ wait-timeout = "0.2.0"
|
|||||||
default = ["common", "kvm"]
|
default = ["common", "kvm"]
|
||||||
# Common features for all hypervisors
|
# Common features for all hypervisors
|
||||||
common = ["fwdebug"]
|
common = ["fwdebug"]
|
||||||
cmos = ["vmm/cmos"]
|
|
||||||
fwdebug = ["vmm/fwdebug"]
|
fwdebug = ["vmm/fwdebug"]
|
||||||
gdb = ["vmm/gdb"]
|
gdb = ["vmm/gdb"]
|
||||||
guest_debug = ["vmm/guest_debug"]
|
guest_debug = ["vmm/guest_debug"]
|
||||||
|
|||||||
@@ -25,5 +25,4 @@ arch = { path = "../arch" }
|
|||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
cmos = []
|
|
||||||
fwdebug = []
|
fwdebug = []
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ edition = "2021"
|
|||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
cmos = ["devices/cmos"]
|
|
||||||
fwdebug = ["devices/fwdebug"]
|
fwdebug = ["devices/fwdebug"]
|
||||||
gdb = ["kvm", "gdbstub", "gdbstub_arch"]
|
gdb = ["kvm", "gdbstub", "gdbstub_arch"]
|
||||||
guest_debug = ["kvm"]
|
guest_debug = ["kvm"]
|
||||||
|
|||||||
Reference in New Issue
Block a user