commit | 97a8f891a879ac23dbdf59bc77b4157f27f32052 | [log] [tgz] |
---|---|---|
author | Lepton Wu <lepton@chromium.org> | Thu May 05 12:47:30 2022 -0700 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 09 18:06:31 2022 +0000 |
tree | 2e668ca4fde1a517722fca27d3bca635486541e6 | |
parent | c57fcc8ef2ba3ccf790ff35c8d156799deb53647 [diff] |
devices: vhost-user: fs: support VVU Device can be started with crosvm device fs --vfio <PCI ID> --tag <TAG> --shared-dir <DIR> BUG=b:213533074 TEST=manual - fs is usable from a sibling guest when using VVU. Change-Id: I199113b1837686d78140936adcd8741a8c2b066e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3631019 Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Lepton Wu <lepton@chromium.org> Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org> Auto-Submit: Lepton Wu <lepton@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.