mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
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:
parent
903e870f24
commit
455a2d265c
4 changed files with 99 additions and 71 deletions
|
@ -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'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue