commit | ed7d455a4364671d8dfaf2d3e65d25128861f650 | [log] [tgz] |
---|---|---|
author | Dennis Kempin <denniskempin@google.com> | Wed Jul 13 17:49:40 2022 |
committer | Dennis Kempin <denniskempin@google.com> | Thu Jul 14 17:58:26 2022 |
tree | f10b9d2a6c7b70a79cd28918e02be72839f7328e | |
parent | 3ebfc9b7fe4d39a157b682320b9712533635afb4 [diff] |
Switch main crosvm repo This updates all references to chromiumos/platform/crosvm to crosvm/crosvm. It will also switch ./tools/cl to upload to the new main repository. BUG=None TEST=None Change-Id: I1f71e5d5de2300e57ace1315cb4553f68533d576 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3760903 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Tested-by: 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.