aboutsummaryrefslogtreecommitdiff
path: root/semihosting
diff options
context:
space:
mode:
authorAlexander Graf <agraf@csgraf.de>2021-10-25 15:21:47 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2021-11-02 15:57:27 +0100
commita443c3e225ea78f316f01a12a2fb1d55671e8256 (patch)
treeb5056e0000df7c5415a72cd6932fb780e2861995 /semihosting
parentff66ee53690abef92c1ea5c22b79e857cfa2485a (diff)
hvf: Avoid mapping regions < PAGE_SIZE as ram
HVF has generic memory listener code that adds all RAM regions as HVF RAM regions. However, HVF can only handle page aligned, page granule regions. So let's ignore regions that are not page aligned and sized. They will be trapped as MMIO instead. Signed-off-by: Alexander Graf <agraf@csgraf.de> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20211025132147.28308-1-agraf@csgraf.de> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'semihosting')
0 files changed, 0 insertions, 0 deletions