commit | 91e5125853c1f73c387f6497a12ecf4242a759cd | [log] [tgz] |
---|---|---|
author | David Stevens <stevensd@chromium.org> | Thu Apr 07 06:08:05 2022 +0000 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 07 06:44:03 2022 +0000 |
tree | 3ad85215421865120dfb5a6883b81fd2f9677aed | |
parent | 93aefc512c42bedab4f9842c1085992470e75c25 [diff] |
Revert "crosvm: Remove CLOEXEC from fds passed into non-jailed plugin" This reverts commit 7afcfa00e7e16093891858756e6a844a45b84a4e. Reason for revert: breaks emerge crosvm Original change's description: > crosvm: Remove CLOEXEC from fds passed into non-jailed plugin > > Otherwise we'll lose them > > BUT=none > TEST=kokoro/luci > > Change-Id: I6b48b802be7c985efb05a4e9ffb326c63117e677 > Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3570179 > Tested-by: kokoro <noreply+kokoro@google.com> > Reviewed-by: Dmitry Torokhov <dtor@chromium.org> > Commit-Queue: Anton Romanov <romanton@google.com> Change-Id: Ied2f67efce1f746cbcc7ee342eb86e37ca5cf212 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3575953 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Reviewed-by: Anton Romanov <romanton@google.com> Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org> Commit-Queue: David Stevens <stevensd@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.