commit | cdea9aef397180da235991efbb550b36842074e2 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Wed Feb 16 16:34:20 2022 +0000 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Feb 17 11:29:59 2022 +0000 |
tree | 5bdfdcdb42d0abdf6aba5871bd51defe342ba568 | |
parent | 516e536a11e352620d7a477088243d64626c3945 [diff] |
Allow sandbox pivot root directory to be given on command-line. This will be useful on Android, which doesn't have /var/empty. BUG=b:215305014 TEST=tools/dev_container tools/run_tests TEST=tools/dev_container tools/run_tests --target=vm:aarch64 Change-Id: I3ae013bc29940b223607ca10788c571883acd7ca Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3468676 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Alexandre Courbot <acourbot@chromium.org> Commit-Queue: Andrew Walbran <qwandor@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.