commit | f5f27697b6cbfc8ad9952876097244910765477e | [log] [tgz] |
---|---|---|
author | crosvm-luci-ci-builder <crosvm-luci-ci-builder@crosvm-infra.iam.gserviceaccount.com> | Fri Sep 22 04:30:40 2023 |
committer | crosvm-luci-ci-builder <crosvm-luci-ci-builder@crosvm-infra.iam.gserviceaccount.com> | Fri Sep 22 04:30:40 2023 |
tree | e46b9c4a600bf94c449c48cdab13fc53ffc01a02 | |
parent | 601b0cb406e4765f81374d1ea65ddbaf12dc8b2c [diff] | |
parent | 2505dd5bb7419e60a5b78c4af8db69610ef10b22 [diff] |
Merge with upstream 2023-09-21 2505dd5bb7 e2e_tests/guest_under_test: Fix Makefile https: //chromium.googlesource.com/crosvm/crosvm/+log/d5cd443dc7c335dede4a83aa048b608a10adaaf0..2505dd5bb7419e60a5b78c4af8db69610ef10b22 Change-Id: I07b4b851d3dfae979ba155b6eaa5295da99e3b62
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.