commit | a8d427b9b1b0508446ad385a361e7d5fbd794f0f | [log] [tgz] |
---|---|---|
author | Chuanxiao Dong <chuanxiao.dong@intel.corp-partner.google.com> | Fri Jan 07 10:26:24 2022 +0800 |
committer | David Stevens <stevensd@chromium.org> | Sat Jan 22 06:46:46 2022 +0000 |
tree | 3bcc419834d6eddc951122902f2244f6c24a821d | |
parent | 5fd2505cb5fae5325dac89e8b7d21176893359e8 [diff] |
coiommu: enable coiommu Coiommu can be enabled through the command line. E.g. To enable coiommu for a VFIO pass-through device: --vfio=/sys/bus/pci/devices/0000:00:02.0,iommu=coiommu BUG=b:188481989 TEST=Boot a VM with a VFIO pass through device w/ coiommu TEST=Boot a VM with a VFIO pass through device w/o coiommu Change-Id: Ica6145d7bc6a4c398f0fc10899f8ee24138615c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3292934 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Reviewed-by: David Stevens <stevensd@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com>
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.