libkrun/libkrun-remove-sev-deps.diff
Jake Correnti e4df11a685
initial commit on c10s
Resolves: RHEL-139928
2026-02-23 18:29:15 -05:00

28 lines
890 B
Diff

diff --git a/src/vmm/Cargo.toml b/src/vmm/Cargo.toml
index 9f09774..b8bfe07 100644
--- a/src/vmm/Cargo.toml
+++ b/src/vmm/Cargo.toml
@@ -6,7 +6,6 @@ edition = "2021"
[features]
tee = []
-amd-sev = [ "blk", "bitfield", "bitflags", "iocuddle", "tee", "kbs-types", "serde", "serde_json" ]
net = []
blk = []
efi = [ "blk", "net" ]
@@ -34,14 +33,6 @@ kernel = { path = "../kernel" }
utils = { path = "../utils" }
polly = { path = "../polly" }
-# Dependencies for amd-sev
-kbs-types = { version = "0.13.0", optional = true }
-serde = { version = "1.0.125", optional = true }
-serde_json = { version = "1.0.64", optional = true }
-iocuddle = { version = "0.1.1", optional = true }
-bitfield = { version = "0.19.4", optional = true }
-bitflags = { version = "2.10.0", optional = true }
-
[target.'cfg(target_arch = "x86_64")'.dependencies]
bzip2 = "0.6"
cpuid = { path = "../cpuid" }