You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mshv-ioctls3 = { package="mshv-ioctls", version = "0.3.2", optional = true}
78
80
79
81
[dev-dependencies]
80
82
uuid = { version = "1.12.1", features = ["v4"] }
@@ -114,15 +116,16 @@ cfg_aliases = "0.2.1"
114
116
built = { version = "0.7.0", features = ["chrono", "git2"] }
115
117
116
118
[features]
117
-
default = ["kvm", "mshv", "seccomp"]
119
+
default = ["kvm", "mshv2", "seccomp"]
118
120
seccomp = ["dep:seccompiler"]
119
121
function_call_metrics = []
120
122
executable_heap = []
121
123
# This feature enables printing of debug information to stdout in debug builds
122
124
print_debug = []
123
125
crashdump = ["dep:tempfile"] # Dumps the VM state to a file on unexpected errors or crashes. The path of the file will be printed on stdout and logged. This feature can only be used in debug builds.
0 commit comments