summary refs log tree commit diff stats
path: root/plugins/api-user.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* plugins/api: split out time control helpersAlex Bennée2025-03-101-0/+17
| | | | | | | | | These are only usable in system mode where we control the timer. For user-mode make them NOPs. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20250304222439.2035603-29-alex.bennee@linaro.org>
* plugins/api: split out the vaddr/hwaddr helpersAlex Bennée2025-03-101-0/+40
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>