We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d6dbe commit d7360b4Copy full SHA for d7360b4
openvmm/hvlite_core/Cargo.toml
@@ -52,10 +52,10 @@ disk_backend.workspace = true
52
firmware_pcat.workspace = true
53
firmware_uefi_custom_vars.workspace = true
54
firmware_uefi.workspace = true
55
-uefi_nvram_storage.workspace = true
+uefi_nvram_storage = { workspace = true, features = ["save_restore"] }
56
framebuffer.workspace = true
57
get_resources.workspace = true
58
-hcl_compat_uefi_nvram_storage = { workspace = true, features = ["inspect"] }
+hcl_compat_uefi_nvram_storage = { workspace = true, features = ["inspect", "save_restore"] }
59
ide.workspace = true
60
floppy.workspace = true
61
input_core.workspace = true
0 commit comments