commit | 4557915eef3a84f9913dabb0dbcbaac1113d8fe5 | [log] [tgz] |
---|---|---|
author | Richard <rizhang@google.com> | Mon Mar 28 14:25:20 2022 -0700 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 31 17:41:18 2022 +0000 |
tree | c96477a392f1cc0ba1603637aec5498b7d458c29 | |
parent | 66eb01adec5b2988607ed42441020d4cac78e54a [diff] |
descriptor_reflection: Dedupe cross platform descriptor_reflection.rs is the exact same on both windows and unix, so moved it to the outer module in base Test: built and presubmit Bug: 215619368 Change-Id: I346fa58e651953e2a77b806fa7456af2c1b02cb9 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3555732 Reviewed-by: Dennis Kempin <denniskempin@google.com> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Richard Zhang <rizhang@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.