commit | ccb9014afb1eb9caf1fa0763859ded1c964deebd | [log] [tgz] |
---|---|---|
author | Dennis Kempin <denniskempin@google.com> | Thu Oct 28 11:18:39 2021 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Nov 02 22:23:03 2021 +0000 |
tree | b62461f40a7a5544181694e9063ef3296f207454 | |
parent | 57e4f542a2cefc04dd903549d2a6eb242d377f2e [diff] |
Deprecate old dev tooling scripts All of the developer tooling has moved to ./tools to make them easier to discover. BUG=None TEST=None Change-Id: I4daf6a0ca08c94a0c35ce8bc52f9d86e4cb15de9 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3251781 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Dennis Kempin <denniskempin@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.