commit | 79a105ff53804416d25ba8af0627317db563e999 | [log] [tgz] |
---|---|---|
author | Kaiyi Li <kaiyili@google.com> | Thu Apr 27 09:10:55 2023 -0700 |
committer | crosvm LUCI <crosvm-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 20 17:18:26 2023 +0000 |
tree | 7e443fea43792b164f932b73183483b3a4d1645c | |
parent | 7eac9a86c7c566ae786878d0c54504d24d480274 [diff] |
Do not require unsafe block to use syscall_bail GetLastError() should be always safe to call. Test: build Change-Id: I2accfba608514a9da03b8c46bd7048137c14b462 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4814443 Commit-Queue: Kaiyi Li <kaiyili@google.com> Reviewed-by: Vikram Auradkar <auradkar@google.com> Reviewed-by: Noah Gold <nkgold@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.