Upgrade trapframe

Fix #842.
Access FS/GS base with the FSGSBASE instructions.
This commit is contained in:
Qingsong Chen
2024-06-20 09:00:49 +00:00
committed by Tate, Hongliang Tian
parent 8c39309381
commit 146a91a45e
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1472,7 +1472,7 @@ dependencies = [
[[package]]
name = "trapframe"
version = "0.9.0"
source = "git+https://github.com/asterinas/trapframe-rs?rev=2f37590#2f375901398508edb554deb2f84749153a59bb4a"
source = "git+https://github.com/asterinas/trapframe-rs?rev=4739428#4739428fd51685c74e6e88e73e5f04cb89f465ee"
dependencies = [
"log",
"pod",

View File

@ -30,7 +30,7 @@ pod = { git = "https://github.com/asterinas/pod", rev = "d7dba56" }
spin = "0.9.4"
static_assertions = "1.1.0"
tdx-guest = { version = "0.1.0", optional = true }
trapframe = { git = "https://github.com/asterinas/trapframe-rs", rev = "2f37590" }
trapframe = { git = "https://github.com/asterinas/trapframe-rs", rev = "4739428" }
unwinding = { version = "0.2.1", default-features = false, features = ["fde-gnu-eh-frame-hdr", "hide-trace", "panic", "personality", "unwinder"] }
volatile = { version = "0.4.5", features = ["unstable"] }