commit | 7276272ce8337dd5b42025ce8e8145295bdc1892 | [log] [tgz] |
---|---|---|
author | Keir Fraser <keirf@google.com> | Fri Sep 30 16:12:06 2022 +0000 |
committer | Keir Fraser <keirf@google.com> | Fri Sep 30 16:12:06 2022 +0000 |
tree | c9ad7630b79c3c21ace4e394450574d7c6b49318 | |
parent | 1f417c9a051d2bed937e0dccaf2bfde4c791a198 [diff] |
Temporarily disable balloon device in crosvm Currently the balloon device is already forcibly disabled within crosvm itself, for protected VMs. This is because the balloon protocol cannot possibly work without forthcoming kernel and hypervisor modifications. Disabling here in virtualizationservice allows the disablement to be removed in upstream crosvm without breaking our tests when that is merged into Android. We disable balloon device even for non-protected VMs for now, because the balloon protocol currently doesn't work for those either, when running on pKVM hypervisor. Bug: 238931615 Test: run a vm, confirm no balloon capability Change-Id: Ie514cff903267d5e18229632b25b4ebf97c78dcf
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.