commit | 96063533baa2c552ce349237d4c445bc1339e7c5 | [log] [tgz] |
---|---|---|
author | Zihan Chen <zihanchen@google.com> | Fri Sep 09 05:30:28 2022 +0000 |
committer | crosvm LUCI <crosvm-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 09 06:19:02 2022 +0000 |
tree | 99f99e8b538e7785c58a260630b611a6346fd230 | |
parent | b2b11c32e53cd705b27f2e5d3f3411bbbbcde3c0 [diff] |
crosvm: Fix chromeos testing with jail path See crrev/c/3824062/comments/a45b3474_7fe9a571 TEST=FEATURES=test emerge-trogdor chromeos-base/crosvm BUG=b:235858187 Change-Id: I48ae7b3e5eb992c8fc92c3876d551092f89aebc8 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3885232 Reviewed-by: David Stevens <stevensd@chromium.org> Commit-Queue: David Stevens <stevensd@chromium.org> Auto-Submit: Zihan Chen <zihanchen@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.