commit | 71d7d5b1153f012209b254b3db8271aaea9db2c8 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Mon Dec 12 13:15:45 2022 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Wed Dec 14 10:20:03 2022 +0000 |
tree | 70f3bca0349b554100a4ea2caca8a36d9fb71dad | |
parent | 63dd9e28ef1badd211f84107895ce6a9e713110b [diff] |
pvmfw: config: Refactor entry tracking Instead of computing the config entry slices on the fly from the header entries, store the ranges in Config, which removes the need to access the header outside of the constructor. Test: atest MicrodroidHostTests Change-Id: I06f71453be2385c776291b35cb90e9dc47efa956
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.