summary refs log tree commit diff stats
path: root/page-target.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* exec: Expose 'target_page.h' API to user emulationPhilippe Mathieu-Daudé2024-04-261-0/+44
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>