The function flatview_for_each_range() calls a callback for each
range in a FlatView. Currently the callback gets the start and
length of the range and the MemoryRegion involved, but not the offset
within the MemoryRegion. Add this to the callback's arguments; we're
going to want it for a new use in the next commit.
Signed-off-by: Peter Maydell<peter.maydell@linaro.org>
---
include/exec/memory.h | 2 ++
softmmu/memory.c | 4 +++-
tests/qtest/fuzz/generic_fuzz.c | 5 ++++-
3 files changed, 9 insertions(+), 2 deletions(-)