aboutsummaryrefslogtreecommitdiff
path: root/plugins/api-user.c
AgeCommit message (Collapse)AuthorFilesLines
2025-03-10plugins/api: split out time control helpersAlex Bennée1-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>
2025-03-10plugins/api: split out the vaddr/hwaddr helpersAlex Bennée1-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>