commit | 2e6e61d1b7d2ac3fedfa0eceb6b280e68da2811b | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dtor@chromium.org> | Mon Jan 24 13:39:09 2022 -0800 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jan 26 00:06:00 2022 +0000 |
tree | 715088b1f049e81a5536d5e93fdf7ff355c22cd1 | |
parent | 151ae7eed4ad862bd05bdc0db01a9d32e1bb1d5d [diff] |
Teach create_base_minijail() to set up remount mode Instead of having to adjust this after the fact, let's teach create_base_minijail() handle this request. BUG=None TEST=./tools/presubmit Change-Id: Iabfd583f1d198c243d7d073785066a343ceac94e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3416094 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Dmitry Torokhov <dtor@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.