commit | 7f4854237b8733c5863526c2b5caf580fe00466b | [log] [tgz] |
---|---|---|
author | Idan Raiter <idanr@google.com> | Thu Sep 29 12:34:34 2022 |
committer | crosvm LUCI <crosvm-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 30 17:18:14 2022 |
tree | fefbad2cbd986350ff9aeb29d3c7574d0ffaab40 | |
parent | e0de18a6a538cb1f7cb965708cdbec3a0e83c9a1 [diff] |
rutabaga: Fix & cross-platform Vulkano memory import A rebase appears to have caused memory imports to allocate external memory instead of import it. For example, the input handle is not used. - Fix the issue and make the import cross-platform. Linux / Windows use different extensions. BUG=b:244622199 TEST=presubmit & downstream Change-Id: Iaeefa37526d42e23be521a97c9ca038659fefb11 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3926104 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Commit-Queue: Idan Raiter <idanr@google.com> Reviewed-by: Gurchetan Singh <gurchetansingh@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 Chrome OS 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 Chrome OS devices.