commit | ff0005fe67498b79a0f284b5b4f8abb477aef40f | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Mon Jan 30 09:53:00 2023 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Mon Jan 30 15:36:58 2023 +0000 |
tree | 975c790fd341445cbc57de41221108ff1507cf71 | |
parent | 8ce72beb2fede707a8c79c279426a678b4618311 [diff] |
Set encrypted storage size in bytes Change the API to deal in bytes not KiB. Internally, round up to a size that the crosvm will accept. Modify callers appropriately. (Deliberately using round numbers in base 10 not base 2.) In passing, totally gratuitously switch from sleep to pause; it's cleaner. Bug: 262449687 Test: atest MicrodroidTests Change-Id: I539ceb7845e7345e7e4f5b5b849afaba21497087
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.