commit | 783791441d663ad4f24b9d169649ba96eb119088 | [log] [tgz] |
---|---|---|
author | Dennis Kempin <denniskempin@google.com> | Tue Oct 19 16:54:37 2021 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Oct 27 22:51:25 2021 +0000 |
tree | f7a4d675b3034dbfd9b2f75401552e16f96ad3c0 | |
parent | 6fdbcacce7b2ea3d7f5a9dadaff7471a46862421 [diff] |
Refactor script: Move non-workspace crates to common/ This CL contains just a refactoring script, a follow-up contains the result of running it. This is easier to review than 100s of search/replace. I think it makes sense to leave this script around for future reference if we need to shuffle things around again. BUG=b:195126527 TEST=None Change-Id: Ic8cc69946b8e6908877e4fbde44230d40a1ea566 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3232967 Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Dennis Kempin <denniskempin@google.com> Reviewed-by: Daniel Verkamp <dverkamp@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.