| commit | 3c7ee29e9e6a259228cab2d4b220b1c8177a834d | [log] [tgz] |
|---|---|---|
| author | Zihan Chen <zihanchen@google.com> | Wed Feb 15 15:09:34 2023 -0800 |
| committer | crosvm LUCI <crosvm-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 21 21:12:31 2023 +0000 |
| tree | ef554459016cffd31e7e71cd14c9ee533caddcea | |
| parent | df67a1207db2d47122f229705ced9b0c528f1bd5 [diff] |
crosvm: Convert DataInit to zerocopy (8/n) TEST=CQ BUG=b:204409584 Change-Id: I7942a483ba06166026a5b9b81580b98209a0da5e Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4262514 Auto-Submit: Zihan Chen <zihanchen@google.com> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org> 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.