commit | aa94a5c1f5d7412f7efc78ee47d05a1a85c77012 | [log] [tgz] |
---|---|---|
author | Daniel Verkamp <dverkamp@chromium.org> | Tue Aug 02 14:35:29 2022 -0700 |
committer | crosvm LUCI <crosvm-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 08 18:22:40 2022 +0000 |
tree | 4675fa9f8fdbadc01f232325ee667dcbdd716f6e | |
parent | aab14f37f379793cae6c3f71cde2a1af2e0c26df [diff] |
config: convert --file-backed-mapping to serde_keyvalue Support for the `ro` option is removed; this is redundant with `rw=false` (and also the defualt if no option is specified). BUG=b:218223240 TEST=cargo test file_backed Change-Id: I02c2acdfd1853b47c581ad2f40c6e9fd4cdb5be6 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3806068 Reviewed-by: Alexandre Courbot <acourbot@chromium.org> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org> Auto-Submit: Daniel Verkamp <dverkamp@chromium.org> Tested-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 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.