mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 18:03:25 +00:00
Upgrade trapframe
Fix #842. Access FS/GS base with the FSGSBASE instructions.
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
8c39309381
commit
146a91a45e
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1472,7 +1472,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "trapframe"
|
name = "trapframe"
|
||||||
version = "0.9.0"
|
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 = [
|
dependencies = [
|
||||||
"log",
|
"log",
|
||||||
"pod",
|
"pod",
|
||||||
|
@ -30,7 +30,7 @@ pod = { git = "https://github.com/asterinas/pod", rev = "d7dba56" }
|
|||||||
spin = "0.9.4"
|
spin = "0.9.4"
|
||||||
static_assertions = "1.1.0"
|
static_assertions = "1.1.0"
|
||||||
tdx-guest = { version = "0.1.0", optional = true }
|
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"] }
|
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"] }
|
volatile = { version = "0.4.5", features = ["unstable"] }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user