commit | 98813a4f0b4d9eb1db476d2d0e8e02803658b3e2 | [log] [tgz] |
---|---|---|
author | Daniel Verkamp <dverkamp@chromium.org> | Fri Jan 07 23:25:39 2022 +0000 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Jan 07 23:35:49 2022 +0000 |
tree | 75dddca8034ccd860bc837f1f9a535aedba0ecb2 | |
parent | b87d17f7690d3855c51e26d9024330cb92f30d6b [diff] |
Revert "Remove empty OWNERS files" This reverts commit 34df9a13cb3261e88f13f3cbbf5450c6902a1787. Reason for revert: dev-rust/p9 ebuild depends on common/p9/OWNERS Original change's description: > Remove empty OWNERS files > > These directories can just inherit the top-level crosvm OWNERS now. > > BUG=None > TEST=None > > Change-Id: Iea439e92aac4a03fcf821e4ce715266161209809 > Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3370743 > Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org> > Tested-by: kokoro <noreply+kokoro@google.com> > Commit-Queue: Keiichi Watanabe <keiichiw@chromium.org> Bug: None Change-Id: I1043a89e17588cd727614dfc39d69bcf06d82221 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3373453 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org> Tested-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.