commit | 670f9987cbffd41f4858f6ce45b8134d6c7a6aa7 | [log] [tgz] |
---|---|---|
author | Junichi Uekawa <uekawa@google.com> | Mon Dec 13 17:35:44 2021 +0900 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Dec 14 04:44:45 2021 +0000 |
tree | b9095083e64c36b51ea91bec0d453c2fa497c260 | |
parent | ec8ee49ada65b78493ea5361ce79dc14c706ab5a [diff] |
crosvm: Wordsmith. On Gerrit, fontifying is disabled when a line is > 500 chars. Try to reduce the DAX description. BUG=None TEST=view in gerrit. Change-Id: I96af91af5e546fc9d86f38ffaa56a7a4c11fd95a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3334325 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Junichi Uekawa <uekawa@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.