commit | 5274caf47bf2b29cb1037c0f7376236e30235fe1 | [log] [tgz] |
---|---|---|
author | Zihan Chen <zihanchen@google.com> | Wed Jun 04 19:38:57 2025 |
committer | crosvm LUCI <crosvm-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 09 20:15:34 2025 |
tree | 96d32537f0c35fcff751eeeaedd0b23974ecc773 | |
parent | 1458989b4c8d1b483ec22f355abec9b96f1325fe [diff] |
e2e_tests: uprev guest under test Guest under test needs an uprev to support latest tests. TEST=CQ Change-Id: Ie42d80b3ee1f3b94b680251ffa4523d5f80713f8 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/6619280 Reviewed-by: maciek swiech <drmasquatch@google.com> Commit-Queue: Zihan Chen <zihanchen@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.