]> www.infradead.org Git - users/dwmw2/qemu.git/commit
linux-user: Remove can_passthrough_madvise
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 7 Jul 2023 20:40:53 +0000 (21:40 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 15 Jul 2023 07:02:32 +0000 (08:02 +0100)
commitecb796db038ad43707d344ce5da55b7f39c3e59f
tree3b6d9679b87ca4d68b601c0d30ebf6ff9c668e7d
parentbef6f008b9811d961fd311c102f1a22dc28278a1
linux-user: Remove can_passthrough_madvise

Use page_check_range instead, which uses the interval tree
instead of checking each page individually.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230707204054.8792-26-richard.henderson@linaro.org>
linux-user/mmap.c