commit | a5e63d447418f416effe08cfaff2cba2af8112be | [log] [tgz] |
---|---|---|
author | Zihan Chen <zihanchen@google.com> | Wed Sep 20 20:45:25 2023 +0000 |
committer | crosvm LUCI <crosvm-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 10 19:40:48 2023 +0000 |
tree | b7dd66edc8e1b5168d36d67efa7c3a0a1930ca32 | |
parent | 26dbfe3cb48e05fe7bacd26ee8af93281273f2fd [diff] |
crosvm: Remove DataInit DataInit type is finally completely eliminated from crosvm. No traces, not even in comments, were left. BUG=b:300969352 BUG=b:204409584 Change-Id: I79742f8e06b90afd53fab338d9052b25ae0af84e Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4878508 Reviewed-by: Frederick Mayle <fmayle@google.com> Commit-Queue: Frederick Mayle <fmayle@google.com> Auto-Submit: Zihan Chen <zihanchen@google.com> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
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.