commit | ad1fc75824bc2db967c42178ede7657cd9fef99c | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Wed May 31 16:56:56 2023 +0000 |
committer | Alice Wang <aliceywang@google.com> | Thu Jun 01 15:07:24 2023 +0000 |
tree | f1d121e3283fb5742910b65723a4f69d40d72f75 | |
parent | 4dd2093850c70ac10ccef5c973fbc759ed7ab9bf [diff] |
pvmfw: Extract pvmfw-specific code out of mmu.rs Prepare the file to be moved to vmbase for re-use by - Extracting pvmfw-specific functions dealing with the appended data and setting up the initial dynamic PTs to memory.rs - Renaming PageTable::map_data to map_data_dbm and re-introducing map_data for PTEs that don't set the DBM bit - Documenting public functions - Implementing From<IdMap> for PageTable - Introducing a Result wrapping type Bug: 282928116 Test: m pvmfw_img Change-Id: Ibec97c31fa7a86e3843b6e2167c39273be68aba9
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.