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

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