49e6cd2712
Use macro to handle TDX-related code
2025-03-20 17:25:22 +08:00
0dca168717
Use #[expect(lint)]
, not #[allow(lint)]
2025-02-08 15:10:04 +08:00
983a6af3cc
Polish the doc and rename variables in ostd::mm
2024-12-27 12:12:51 +08:00
cdac59beda
Implement a new set of physical page APIs
2024-12-27 12:12:51 +08:00
c9a37ccab1
Renaming concepts around pages and frames
...
This commit renames `Frame` -> `UntypedFrame` and `Page` -> `Frame`.
So do other concepts in the following list:
- `Segment` -> `UntypedSegment`,
- `ContPages` -> `Segment`,
- `DynPage` -> `AnyFrame`,
- `PageMeta` -> `FrameMeta`,
- `FrameMeta` -> `UntypedMeta`.
This commit also re-organized the source in the `mm/page` and `mm/frame`
module to accommodate the changes.
2024-12-27 12:12:51 +08:00
d37da228ab
Improve flexibility of DmaStreamSlice
2024-12-02 13:25:20 +08:00
a43b0b6a52
Fix compile error in riscv64
2024-10-20 13:02:41 +08:00
909639fd70
Separate SegmentSlice
from Segment
2024-10-09 19:23:46 +08:00
86f09eef75
Fix all spelling mistakes in history by typos tool
2024-08-27 12:19:48 +08:00
d76c7a5b1e
OSDK check and clippy with cfg(ktest)
2024-08-23 23:37:50 +08:00
dce796cdde
Refactor all io APIs of vfs based on VmReader
/VmWriter
2024-08-22 22:54:30 +08:00
2102107be1
Refactor VmReader
&VmWriter
as given fallibility marker
2024-08-21 22:24:15 +08:00
49692c2068
Fix several warnings when ktest is enabled
2024-08-16 10:43:55 +08:00
8317c4c1e8
Rename "intel_tdx" feature to "cvm_guest"
2024-08-09 17:11:12 +08:00
ca41687a99
Use cfg_if to group tdx cfg block
2024-08-09 17:11:12 +08:00
9bad068215
Update conditional compilation for intel_tdx feature
2024-08-09 17:11:12 +08:00
3de8a9330a
Fix the OSDK CI failure
2024-06-27 15:45:49 +08:00
59350a8578
Rename aster-frame to ostd
2024-06-27 15:45:49 +08:00