exec: Expose 'target_page.h' API to user emulation
commit75bbe6a4d2bc9c3681ab71021645d655ad045a75
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 7 Dec 2023 09:41:27 +0000 (7 10:41 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 26 Apr 2024 13:28:11 +0000 (26 15:28 +0200)
tree66bc852614d7ca0004ee157ed683cc98bdf5911a
parent8501048b501aec0d2d422aafd713348c235d8b83
exec: Expose 'target_page.h' API to user emulation

User-only objects might benefit from the "exec/target_page.h"
API, which allows to build some objects once for all targets.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20231211212003.21686-3-philmd@linaro.org>
meson.build
page-target.c [new file with mode: 0644]
system/physmem.c
target/meson.build
target/target-common.c [deleted file]