On Mon, Dec 11, 2023 at 2:20 PM Philippe Mathieu-Daudé <phi...@linaro.org> wrote:
> 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é <phi...@linaro.org> > --- > meson.build | 2 +- > page-target.c | 43 +++++++++++++++++++++++++++++++++++++++++++ > system/physmem.c | 35 ----------------------------------- > 3 files changed, 44 insertions(+), 36 deletions(-) > create mode 100644 page-target.c > Reviewed-by: Warner Losh <i...@bsdimp.com>