Re: [PATCH 02/24] exec: Expose 'target_page.h' API to user emulation

2023-12-11 Thread Richard Henderson
On 12/11/23 13:19, Philippe Mathieu-Daudé 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é --- meson.build | 2 +- page-target.c| 43 ++

Re: [PATCH 02/24] exec: Expose 'target_page.h' API to user emulation

2023-12-11 Thread Warner Losh
On Mon, Dec 11, 2023 at 2:20 PM Philippe Mathieu-Daudé 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é > --- > meson.build | 2 +- > page-target.c| 43 +

[PATCH 02/24] exec: Expose 'target_page.h' API to user emulation

2023-12-11 Thread Philippe Mathieu-Daudé
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é --- meson.build | 2 +- page-target.c| 43 +++ system/physmem.c | 35 ---