target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemu
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 6 Dec 2022 15:20:51 +0000 (16:20 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 27 Feb 2023 21:29:01 +0000 (22:29 +0100)
commit6d2d454a884eeae588a9a08fcbdc6c9b6d079720
tree0f9a78d52a0a1a1f81d6a97c99678c9c716af760
parent55b5b8e9284147529fa92804127f6d99ce4f89d9
target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemu

The 'hwaddr' type is only available / meaningful on system emulation.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20221216215519.5522-5-philmd@linaro.org>
16 files changed:
target/alpha/cpu.h
target/arm/cpu.h
target/cris/cpu.h
target/hppa/cpu.h
target/i386/cpu.h
target/m68k/cpu.h
target/microblaze/cpu.h
target/nios2/cpu.h
target/openrisc/cpu.h
target/ppc/cpu.h
target/riscv/cpu.h
target/rx/cpu.h
target/rx/helper.c
target/sh4/cpu.h
target/sparc/cpu.h
target/xtensa/cpu.h