commit | 3124ef03a7f8d65ab7748a6d1620657f7279f486 | [log] [tgz] |
---|---|---|
author | Jaewan Kim <jaewan@google.com> | Thu Mar 23 19:25:20 2023 +0900 |
committer | Jaewan Kim <jaewan@google.com> | Mon Mar 27 13:23:26 2023 +0900 |
tree | 35bc8e1ad80f40ee95b755d5ae703e357593163a | |
parent | a5c3b4b7302275dc62f2d760d48e41aa378f83cb [diff] |
Handle ramdump in microdroid_manager Previously pvmfw read AVF debug policy and remove `crashkernel=` accordingly. However, it unexpectidly disables ramdump for a device without AVF debug policy even when `--debug=full` is specified. Changed to read ramdump debug policy in microdroid_manager instead of pvmfw. microdroid_manager can both debug level and AVF device policy read, so it might be the better place. Also, pvmfw is now less VM OS aware, and also need to trust less input from host OS. Bug: 272752814 Test: atest on devices without AVF debug policy Change-Id: I3cb4e7425834d5c0deb604e57d28c55e13039f09
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.