commit | e8cff1cde37a7a4373b1473bdc5a43615326a536 | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Fri Jan 26 18:29:38 2024 +0800 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 01 18:34:08 2024 -0500 |
tree | 419a4c9c7e5a9ab56f7dfbaa2f789ab313fef02a | |
parent | 08b7849ea0f1ccb52a224619927c7e552876ea95 [diff] |
xen: xenguest_arm64: map all VIRTIO MMIO region When run `virtio scan` on i.MX95, there is abort when accessing virtio mmio region. The issue is the mmio region is not mapped. So let's map all virtio mmio regions. Signed-off-by: Peng Fan <peng.fan@nxp.com>