commit | dca90f49bd763e9437cb76a03dda7bb2c0381f17 | [log] [tgz] |
---|---|---|
author | Dennis Kempin <denniskempin@google.com> | Thu Mar 17 11:12:53 2022 -0700 |
committer | Dennis Kempin <denniskempin@google.com> | Mon Mar 21 19:52:56 2022 +0000 |
tree | bee34891f39abc3f1b198def50d6fe5344e2a641 | |
parent | 9317c41ed75364f8f40cc9ceeba9dee4caa9ce61 [diff] |
Refactoring script: Copy common/cros_async to cros_async The copy is going to be used by crosvm going forward, while the old version will eventually be moved to ChromeOS. See go/future-of-sys-util for details BUG=b:22320646 TEST=presubmit Change-Id: Ic3216855fc244e366423160464dc722a04dfc56d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3533607 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Tested-by: kokoro <noreply+kokoro@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.