]> git.proxmox.com Git - mirror_qemu.git/commit
target: Make qemu_target_page_mask() available for *-user
authorIlya Leoshkevich <iii@linux.ibm.com>
Wed, 24 Jan 2024 07:56:06 +0000 (08:56 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 29 Jan 2024 11:04:10 +0000 (21:04 +1000)
commitf3d57a82003a1e56190e5ca6d8154713ac3e7365
tree461a1f6a09c48b5bfacde8e4e76dee2bdcbe2ba7
parentf5e9362af1ad9514fb2cb283cecaa723b5c6cc40
target: Make qemu_target_page_mask() available for *-user

Currently qemu_target_page_mask() is usable only from the softmmu
code. Make it possible to use it from the *-user code as well.

Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Message-ID: <20231208003754.3688038-2-iii@linux.ibm.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20240124075609.14756-2-philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
[rth: Split out change to accel/tcg/perf.c]
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
system/physmem.c
target/meson.build
target/target-common.c [new file with mode: 0644]