]> git.ipfire.org Git - thirdparty/qemu.git/commit
exec/memory: Expose memory_region_access_valid()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Sat, 17 Dec 2022 15:24:50 +0000 (16:24 +0100)
committerThomas Huth <thuth@redhat.com>
Mon, 9 Jan 2023 12:50:13 +0000 (13:50 +0100)
commit94e273dbb569f97ef3e5b0db79bb75dc1078befd
tree5520c40ebe17b03f1ab897eb9d903df94460dd57
parent6b1ec8a9472c9bbb44ad2923aad293ee304c5396
exec/memory: Expose memory_region_access_valid()

Instead of having hardware device poking into memory
internal API, expose memory_region_access_valid().

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20221217152454.96388-2-philmd@linaro.org>
Reviewed-by: Eric Farman <farman@linux.ibm.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
hw/s390x/s390-pci-inst.c
include/exec/memory-internal.h
include/exec/memory.h