commit | d09efd78a5862a731ba808a598f248060f175917 | [log] [tgz] |
---|---|---|
author | crosvm-luci-ci-builder <crosvm-luci-ci-builder@crosvm-infra.iam.gserviceaccount.com> | Wed Feb 08 09:31:23 2023 -0800 |
committer | crosvm-luci-ci-builder <crosvm-luci-ci-builder@crosvm-infra.iam.gserviceaccount.com> | Wed Feb 08 09:31:23 2023 -0800 |
tree | d52789779a0fce18da7886b7c9026ecea0441d11 | |
parent | 998dc976f2d197cb2348a1e302c2f6f88fe9a23f [diff] | |
parent | ded573b22f94e5c140597b791cc96a5933b24874 [diff] |
Merge with upstream 2023-02-08 ded573b22f Roll recipe dependencies (trivial). 832b1f0bef swap: create userfaultfd from /dev/userfaultfd e80e7bc342 crosvm: unix: update comment of SandboxConfig https://chromium.googlesource.com/crosvm/crosvm/+log/e3d47bf9fae41a25e3c407a14887ee1e99703275..ded573b22f94e5c140597b791cc96a5933b24874 BUG=b:268145007 BUG=b:267962403 BUG=b:266642532 Change-Id: I03beefe70543c6bc764343eb7c46152b4f6ca37f
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 ChromeOS 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 ChromeOS devices.