You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: drop track_dirty_pages parameter from memory_init
We already know about dirty page tracking inside that function, based on
whether the memory regions have a bitmap associated with them or not. So
drop passing this information in again via a parameter, which saves us
quite a bit of plumbing.
Suggested-by: Nikita Kalyazin <[email protected]>
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments