commit | bd98d925965ab0285727385a91b8801128de0898 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Thu Jun 29 14:17:25 2023 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Fri Jul 07 10:45:28 2023 +0000 |
tree | 24d636bc2ba6fe8f0d12597005f85e864fa4b487 | |
parent | d643cfefac129595d3502d709bd3d4128f2ada1e [diff] |
hyp: Add support for non-protected KvmHypervisor Use the hypervisor abstraction to properly support non-protected KVM as a distinct case of pKVM. To clarify the distinction, rename the backend "ProtectedKvmHypervisor" from its previous name "KvmHypervisor" now used by (regular) non-protected KVM. Test: atest DebugPolicyHostTests#testNoAdbInDebugPolicy_withDebugLevelNone_boots Test: atest rialto_test vmbase_example.integration_test Change-Id: Idb16920750263f4712884064d4f85525bff164e4
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.