commit | 5501f1c940870c2a021dde8fad4ba4d74666565c | [log] [tgz] |
---|---|---|
author | Vikram Auradkar <auradkar@google.com> | Thu Mar 17 12:12:43 2022 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Mar 18 18:35:37 2022 +0000 |
tree | 1a20b17711db421135b40d079cab05d708c5328b | |
parent | 5a0d2db95ebfb48371787b8d72cd1dbe089cf52e [diff] |
Ready vhost for windows testing The windows tests cannot be enabled because of dependency on base. Some minor cosmetic changes. Bug: b:213152499 Test: Build and presubmit Change-Id: If11b9fa0784f1f37a5106e32b328306a4a2c0cf6 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3533582 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Dennis Kempin <denniskempin@google.com> Commit-Queue: Vikram Auradkar <auradkar@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.