commit | 650b0ec732efcca1d15bb7073d2b492293d82fd4 | [log] [tgz] |
---|---|---|
author | Devin Moore <devinmoore@google.com> | Wed Jun 26 21:00:46 2024 +0000 |
committer | crosvm LUCI <crosvm-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 26 21:37:04 2024 +0000 |
tree | 96aaa5931dc949990a314a87618452bba5107610 | |
parent | b5dc71456a398ac2a34eb750b9637e24b160b602 [diff] |
riscv64: fix build error from RunnableLinuxVm change suspend_evt field in RunnableLinuxVm was changed and a riscv user of it was not yet updated. TEST=Android build with riscv64 TEST=lunch riscv64-trunk_stable-userdebug && m libriscv BUG=b:349612065 Change-Id: I0881ca59d408856ea6105b9389a21f2e9c60ce72 Change-Id: I0d9092abfa8c1d33582fa5618b596e0eb1cb6a01 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5661556 Reviewed-by: Frederick Mayle <fmayle@google.com> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Auto-Submit: Devin Moore <devinmoore@google.com> Commit-Queue: Devin Moore <devinmoore@google.com>
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.