This repository was archived by the owner on Feb 24, 2026. It is now read-only.
Commit 2bdd6e1
committed
Remove VmmScatterManaged, unify on VmmScatter API
VmmScatterManaged and all related references have been removed. VmmScatter is now the sole scatter API, with updated method signatures (notably, PrepareRead now takes a uint). VmmScatterMap is no longer generic and only supports VmmScatter. All tests and internal usage have been updated accordingly. Documentation and comments now reflect this simplification, and the README clarifies Windows x64-only support. This unifies and streamlines the scatter API across the codebase.1 parent d2e0a33 commit 2bdd6e1
7 files changed
Lines changed: 89 additions & 682 deletions
File tree
- src
- VmmSharpEx_StressTest
- VmmSharpEx_Tests/CI
- VmmSharpEx/Scatter
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 31 | | |
35 | 32 | | |
36 | 33 | | |
| |||
0 commit comments