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é<[email protected]>
---
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: Richard Henderson <[email protected]>
r~