commit | 15f832a7dc1082f0fff87e07b3752fe8c324ee48 | [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 | c95e948870bdfc606946174facd9ea359ce84e58 [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>