| commit | 74b6cba8bc572584afb1ef674c02cdfff8619af1 | [log] [tgz] |
|---|---|---|
| author | crosvm-luci-ci-builder <[email protected]> | Fri Nov 01 17:30:31 2024 |
| committer | Chromeos LUCI <[email protected]> | Fri Nov 01 22:03:45 2024 |
| tree | dd4ee3ecf577fab8b5ea80b6fabb382bf9b564a8 | |
| parent | 6b509cea1b8484743b8eb3cbb762a4ecfe6f5730 [diff] | |
| parent | 97dbce522631b0c7fe3e6b0310db1fe3b908a211 [diff] |
Merge with upstream 2024-11-01 97dbce5226 hypervisor: aarch64: add SVE support 49a8404664 Roll recipe dependencies (trivial). https://chromium.googlesource.com/crosvm/crosvm/+log/2d6b8064a2fc3c4014e3576f9a08e211b4e67d04..97dbce522631b0c7fe3e6b0310db1fe3b908a211 BUG=b:375372656 Change-Id: I7c1ca75799c6beef00967c902cb14e470886f714 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/5984009 Commit-Queue: maciek swiech <[email protected]> Commit-Queue: crosvm LUCI CI <[email protected]> Bot-Commit: crosvm LUCI CI <[email protected]>
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.