mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-21 20:15:21 +00:00
f38360deb6
Exposing the VIRTIO_IOMMU_F_BYPASS_CONFIG feature to the guest, which allows to update the bypass global knob through virtio configuration. Based on the value of this global knob, the address translations for endpoints that have not been added to a domain is allowed with a simple identity mapping. By default, we enable the bypass mode for all endpoints that are not attached to any domain. Fixes #3987 Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>