commit | 998dc976f2d197cb2348a1e302c2f6f88fe9a23f | [log] [tgz] |
---|---|---|
author | crosvm-luci-ci-builder <crosvm-luci-ci-builder@crosvm-infra.iam.gserviceaccount.com> | Tue Feb 07 16:00:28 2023 -0800 |
committer | crosvm-luci-ci-builder <crosvm-luci-ci-builder@crosvm-infra.iam.gserviceaccount.com> | Tue Feb 07 16:00:28 2023 -0800 |
tree | a1c499521328937ec84c00c997552bc9e326b251 | |
parent | 22872f14a9c964c45b127e5c5de0bd6f21e9449c [diff] | |
parent | e3d47bf9fae41a25e3c407a14887ee1e99703275 [diff] |
Merge with upstream 2023-02-07 2/2 e3d47bf9fa Roll recipe dependencies (trivial). a110d39ae6 crosvm: Partially convert DataInit to zerocopy (2/n) b564f52af5 infra: Disable coverage uploads ddb282edf9 infra: Fix infra test 356a6ddf39 tools/run_tests2: Various process improvements 5b33efd60f infra: Add cargo-nextest to windows builder c2ec26d7e8 e2e_tests: Clarify prebuilt download logs 887e2a1859 Roll recipe dependencies (trivial). 42bbb0a03b Roll recipe dependencies (trivial). 649359e7aa tools: run_test2 add features option 4a558df4f6 tools: run_test2 add windows support https://chromium.googlesource.com/crosvm/crosvm/+log/60b8901b3e33b77162ddd5bca30a0ccc44080765..e3d47bf9fae41a25e3c407a14887ee1e99703275 BUG=b:267672683 BUG=b:261600801 BUG=b:204409584 Change-Id: I6092d788a5df33b83559c4122181b3c05d7cad8a
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.