commit | d1884caed23adc4440a4115822dae99fb16075d1 | [log] [tgz] |
---|---|---|
author | Jaewan Kim <jaewan@google.com> | Mon Feb 06 05:15:58 2023 +0000 |
committer | Jaewan Kim <jaewan@google.com> | Tue Feb 07 01:48:58 2023 +0900 |
tree | a49992cce45223e3006bb016be9875b5c8d0e7f6 | |
parent | 58131d7b1010b67a1efc363797d2b1507b662bbb [diff] |
virtualizationservice: Specify crashkernel only when necessary crashkernel is only necessary when ramdump is turned on. For protected VM, pvmfw will decide whether ramdump is necessary or not even though crashkernel is specified, but there's no such thing for unprotected VM. This CL stops specifying crashkernel for unprotected VM when debug policy doesn't explicitly specify ramdump. Bug: 243630590 Test: Run unprotected VM with/without ramdump Change-Id: Id8d82bba8925c86137597497021ee952568fea12
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.