hypervisor: gunyah: Add balloon support An Android-specific ioctl was added to support reclaiming memory from the guest. Wire it up so that when balloon inflates, crosvm attempts to reclaim/free the memory. Bug: 395833312 Change-Id: I72769fabd003ba00c1848a456400d7c8ed2a8d97 Signed-off-by: Elliot Berman <elliot.berman@oss.qualcomm.com>
crosvm is a virtual machine monitor (VMM) based on Linux’s KVM hypervisor, with a focus on simplicity, security, and speed. crosvm is intended to run Linux guests, originally as a security boundary for running native applications on the ChromeOS platform. Compared to QEMU, crosvm doesn’t emulate architectures or real hardware, instead concentrating on paravirtualized devices, such as the virtio standard.
crosvm is currently used to run Linux/Android guests on ChromeOS devices.