commit | a055ebe433883899b9ba1bbf1819b55c994469cf | [log] [tgz] |
---|---|---|
author | Daniel Verkamp <dverkamp@chromium.org> | Mon Apr 04 17:36:23 2022 -0700 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 05 01:52:27 2022 +0000 |
tree | 3ae87c4e4e73c308272daf40d50190ccfd1578bd | |
parent | db0f4d62d1f3115cd30d89b6ba845871940610a3 [diff] |
base, sys_util: remove fork module This has been unused since commit b3bfbde1db2f ("Use minijail_fork") in 2017. BUG=None TEST=tools/presubmit Change-Id: Ic4af706636ce710cdeeeca36efc7c3c342aac143 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3571021 Reviewed-by: Alexandre Courbot <acourbot@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: 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.