Skip to content

Commit

Permalink
feat: add mremap() via sallyport update
Browse files Browse the repository at this point in the history
Signed-off-by: Harald Hoyer <[email protected]>
  • Loading branch information
haraldh authored and enarxbot committed Apr 7, 2022
1 parent 684f58a commit 318be18
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ x86_64 = { version = "^0.14.9", default-features = false, optional = true }
sgx = { version = "0.3.0", features = ["openssl"], optional = true }
const-default = { version = "1.0", features = [ "derive" ] }
primordial = { version = "0.4", features = ["alloc"] }
sallyport = { version = "0.3.0", git = "https://github.com/enarx/sallyport", rev = "580480b19b1542bc3da2fdafef08f895f5bb3389" }
sallyport = { version = "0.3.0", git = "https://github.com/enarx/sallyport", rev = "0b290de72c57569d94de6c3ead4570981c187c6c" }
kvm-bindings = { version = "0.5", optional = true }
kvm-ioctls = { version = "0.11", optional = true }
gdbstub = { version = "0.5.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion internal/shim-kvm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/shim-kvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ goblin = { version = "0.5", default-features = false, features = [ "elf64" ] }
crt0stack = { version = "0.1", default-features = false }
spinning = { version = "0.1", default-features = false }
primordial = "0.4"
sallyport = { version = "0.3.0", git = "https://github.com/enarx/sallyport", rev = "580480b19b1542bc3da2fdafef08f895f5bb3389" }
sallyport = { version = "0.3.0", git = "https://github.com/enarx/sallyport", rev = "0b290de72c57569d94de6c3ead4570981c187c6c" }
xsave = { version = "2.0.2" }
noted = "1.0.0"
nbytes = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion internal/shim-sgx/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/shim-sgx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ goblin = { version = "0.5", default-features = false, features = [ "elf64" ] }
primordial = { git = "https://github.com/enarx/primordial", rev = "b606b9e472e2238384b003f12fdada077e04d2fe", features = ["const-default"] }
x86_64 = { version = "^0.14.9", default-features = false }
crt0stack = { version = "0.1", default-features = false }
sallyport = { version = "0.3.0", git = "https://github.com/enarx/sallyport", rev = "580480b19b1542bc3da2fdafef08f895f5bb3389" }
sallyport = { version = "0.3.0", git = "https://github.com/enarx/sallyport", rev = "0b290de72c57569d94de6c3ead4570981c187c6c" }
spinning = { version = "0.1", default-features = false }
const-default = "1.0"
noted = "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/sev_attestation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
sallyport = { version = "0.3.0", git = "https://github.com/enarx/sallyport", rev = "580480b19b1542bc3da2fdafef08f895f5bb3389" }
sallyport = { version = "0.3.0", git = "https://github.com/enarx/sallyport", rev = "0b290de72c57569d94de6c3ead4570981c187c6c" }

[dev-dependencies]
testaso = "0.1.0"

0 comments on commit 318be18

Please sign in to comment.