commit | 4dd2093850c70ac10ccef5c973fbc759ed7ab9bf | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Fri May 26 13:47:16 2023 +0000 |
committer | Alice Wang <aliceywang@google.com> | Wed May 31 08:33:48 2023 +0000 |
tree | 3ad901d2f440efab5c3c1848383538d2a4bc1d37 | |
parent | 81399f5a96750f5fc069a574ac0546ba5b5d9bc6 [diff] [blame] |
[pvmfw] Move dirty state management control util to vmbase As part of the project of moving the memory management code from pvmfw to vmbase so that we can reuse it in rialto. Bug: 284462758 Test: m pvmfw_img Change-Id: I2cf71f04551af500627c2777b37d7e5a7d8b4a1d
diff --git a/vmbase/src/lib.rs b/vmbase/src/lib.rs index 0eca1e4..d086f1c 100644 --- a/vmbase/src/lib.rs +++ b/vmbase/src/lib.rs
@@ -23,6 +23,7 @@ pub mod layout; mod linker; pub mod logger; +pub mod memory; pub mod power; pub mod uart;