commit | 6adf8e8a15520b5c5364052a1a4cb3184bc08647 | [log] [tgz] |
---|---|---|
author | Keiichi Watanabe <keiichiw@chromium.org> | Thu Nov 24 08:54:10 2022 |
committer | crosvm LUCI <crosvm-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 24 09:16:00 2022 |
tree | a1dc5864a578fe4201a5651489607b12b20643d3 | |
parent | d9d74da3426c80df2d965f50e9cc2ee713f7dda6 [diff] |
crosvm: cmdline: Improve "devices"'s help for block device Describe the `vhost=<socket>` option, which is not in `crosvm run`'s help. BUG=none TEST=crosvm devices --help Change-Id: If95e3eaf8d11632de9034a3ac3b44ecd377e887a Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4054810 Commit-Queue: Keiichi Watanabe <keiichiw@chromium.org> Commit-Queue: Alexandre Courbot <acourbot@chromium.org> Auto-Submit: Keiichi Watanabe <keiichiw@chromium.org> Reviewed-by: Alexandre Courbot <acourbot@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.