Skip to content

Commit

Permalink
Merge branch 'main' into mm/pgtable
Browse files Browse the repository at this point in the history
  • Loading branch information
joergroedel authored Nov 20, 2023
2 parents f2da797 + f6a8342 commit dc50a07
Show file tree
Hide file tree
Showing 44 changed files with 3,568 additions and 354 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ target = "x86_64-unknown-none"
rustflags = [
"-C", "force-frame-pointers",
"-C", "linker-flavor=ld",
"--cfg", "aes_force_soft",
"--cfg", "polyval_force_soft",
]

[target.x86_64-unknown-linux-gnu]
Expand Down
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ before allowing them to be committed. It can be installed by running
```

from the projects root directory.

For detailed instructions on documentation guidelines please have a look at
[DOC-GUIDELINES.md](Documentation/DOC-GUIDELINES.md).
203 changes: 179 additions & 24 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ gdbstub_arch = { version = "0.2.4", optional = true }
intrusive-collections = "0.9.6"
log = { version = "0.4.17", features = ["max_level_info", "release_max_level_info"] }
packit = { git = "https://github.com/coconut-svsm/packit", version = "0.1.0" }
aes-gcm = { version = "0.10.3", default-features = false, features = ["aes", "alloc"] }

[target."x86_64-unknown-none".dev-dependencies]
test = { version = "0.1.0", path = "test" }
Expand Down
Loading

0 comments on commit dc50a07

Please sign in to comment.