Use tdx-guest crate VE handler and support release mode for TDX

This commit is contained in:
Hsy-Intel
2024-08-09 18:56:43 +08:00
committed by Tate, Hongliang Tian
parent 7527d20d25
commit a739b3828d
7 changed files with 161 additions and 516 deletions

View File

@ -41,7 +41,7 @@ smoltcp = { version = "0.9.1", default-features = false, features = [
"socket-raw",
"socket-dhcpv4",
] }
tdx-guest = { version = "0.1.5", optional = true }
tdx-guest = { version = "0.1.7", optional = true }
# parse elf file
xmas-elf = "0.8.0"

View File

@ -8,7 +8,6 @@ use crate::{
error::Error,
events::IoEvents,
fs::{inode_handle::FileIo, utils::IoctlCmd},
prelude::*,
process::signal::Poller,
};