plugins/api: split out the vaddr/hwaddr helpers

These only work for system-mode and are NOPs for user-mode.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20250304222439.2035603-28-alex.bennee@linaro.org>
This commit is contained in:
Alex Bennée 2025-03-04 22:24:34 +00:00
parent 903e870f24
commit 455a2d265c
4 changed files with 99 additions and 71 deletions

View file

@ -58,7 +58,7 @@ if host_os == 'windows'
)
endif
user_ss.add(files('user.c'))
user_ss.add(files('user.c', 'api-user.c'))
system_ss.add(files('system.c', 'api-system.c'))
common_ss.add(files('loader.c'))