commit | d7428c1a5b782a8bbc004fd2b8000edbb37b764e | [log] [tgz] |
---|---|---|
author | Frederick Mayle <fmayle@google.com> | Wed Jan 31 01:51:21 2024 +0000 |
committer | Frederick Mayle <fmayle@google.com> | Tue Jan 30 17:54:40 2024 -0800 |
tree | 4a0bcbddd3c4f74baf6c95a6624ddf0257540ff4 | |
parent | 565d643567dd0d6f78f81ba434afb36b7fce0992 [diff] |
Revert "ANDROID: Revert "Replace internal p9 with crates.io versio"" This reverts commit 70c826ec39a18bebbd88c9ea095ab102b809df9a. Reason for revert: the crates.io version is now imported Bug: 296291847 Test: m Change-Id: I2b93de16f66c8f2551e579262fcc6c54501b58cf
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.