commit | b4992038e3e02ef706ce10f9b3ecef326bf27b47 | [log] [tgz] |
---|---|---|
author | Daniel Verkamp <dverkamp@chromium.org> | Wed Aug 03 17:22:18 2022 -0700 |
committer | crosvm LUCI <crosvm-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 04 21:40:02 2022 +0000 |
tree | 31041179ac634106c057c7b30ddd7f4dd0ce4b0d | |
parent | 61a46f72750c9e5d80f4b9c1db9896ce02822648 [diff] |
main: fix build with balloon feature disabled Don't try to import BalloonMode without feature="balloon". BUG=None TEST=cargo build --no-default-features Change-Id: I874ee37e611d32d6160f981beef641dacb68831d Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3811676 Tested-by: Daniel Verkamp <dverkamp@chromium.org> Reviewed-by: Zihan Chen <zihanchen@google.com> Auto-Submit: Daniel Verkamp <dverkamp@chromium.org> Commit-Queue: Zihan Chen <zihanchen@google.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 Chrome OS 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 Chrome OS devices.