diff options
author | Alexander Graf | 2021-10-25 15:21:47 +0200 |
---|---|---|
committer | Paolo Bonzini | 2021-11-02 15:57:27 +0100 |
commit | a443c3e225ea78f316f01a12a2fb1d55671e8256 (patch) | |
tree | b5056e0000df7c5415a72cd6932fb780e2861995 /block/parallels.c | |
parent | configure: do not duplicate CPU_CFLAGS into QEMU_LDFLAGS (diff) | |
download | qemu-a443c3e225ea78f316f01a12a2fb1d55671e8256.tar.gz qemu-a443c3e225ea78f316f01a12a2fb1d55671e8256.tar.xz qemu-a443c3e225ea78f316f01a12a2fb1d55671e8256.zip |
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 'block/parallels.c')
0 files changed, 0 insertions, 0 deletions