mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-20 04:56:32 +00:00
Use tdx-guest crate VE handler and support release mode for TDX
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
7527d20d25
commit
a739b3828d
@ -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"
|
||||
|
@ -8,7 +8,6 @@ use crate::{
|
||||
error::Error,
|
||||
events::IoEvents,
|
||||
fs::{inode_handle::FileIo, utils::IoctlCmd},
|
||||
prelude::*,
|
||||
process::signal::Poller,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user