commit | 5cf0a98827b866333de6835197b8c0443b3a3283 | [log] [tgz] |
---|---|---|
author | Dennis Kempin <denniskempin@google.com> | Wed Nov 08 19:00:56 2023 |
committer | crosvm LUCI <crosvm-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 20 18:34:35 2023 |
tree | 39e0ed9fb5d2dd7a53806bd621a1f1d0ce252644 | |
parent | 24b4e58282df99df833ad6acf1a84401ad42ed46 [diff] |
dev_container: Build new container without riscv Also adds lld, which will be used in a follow-up to improve linking performance. Since debian has had a stable release since then, we also need to upgrade a few library versions in the testvm. Swap tests that require userfaultfd were able to run without root before. In the latest version of debian we need to configure for unprivileged access. Since this is the case for glinux workstations as well, let's mark those tests as root-only and let them execute via sudo. BUG=b:304875018,b:256905223 TEST=presubmit Change-Id: Ied0b34e248990378a7864b4a394aa21d8f824f71 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5013631 Reviewed-by: Zihan Chen <zihanchen@google.com> Reviewed-by: Shin Kawamura <kawasin@google.com> Commit-Queue: Dennis Kempin <denniskempin@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.