commit | 4bfa59ad61ae444caa91179fd8c8ffd1a0465972 | [log] [tgz] |
---|---|---|
author | Chirantan Ekbote <chirantan@chromium.org> | Wed Nov 10 19:24:29 2021 +0900 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Nov 11 05:29:02 2021 +0000 |
tree | df06eaaeb9d03c4e8b9b2da48a2e9a44a698db00 | |
parent | 7458a3a19bed4bc4870cd8a969e651bf95af6129 [diff] |
aarch64: Fix warnings BUG=none TEST=emerge-kukui crosvm Change-Id: I6d4eb3655cad7b5f2dbfa6f3315482b50fe033f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3270098 Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Chirantan Ekbote <chirantan@chromium.org> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org>
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.