Loading
sw64: iommu: adjust iova map space
Sunway inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/IBDJNZ -------------------------------- Device Passthrough on QEMU is causing iova overlaps on an unexpected address, which happens to be the lower boundary of our BAR address. This is caused by QEMU visiting that address intentionally during its hot-plug initalization. The quickest way to fix this is by including that address in our current IOVA check boundary, so applications will stop mapping IOVA on that address. Signed-off-by:Xu Yiwei <xuyiwei@wxiat.com> Reviewed-by:
He Sheng <hesheng@wxiat.com> Signed-off-by:
Gu Zitao <guzitao@wxiat.com>