]> git.ipfire.org Git - thirdparty/qemu.git/commit
plugins/api: split out time control helpers
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 4 Mar 2025 22:24:35 +0000 (22:24 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 10 Mar 2025 10:30:01 +0000 (10:30 +0000)
commit1d3e745f7ada921d544f29fbf84c6f0f63025e61
tree1321a3a0132ba26e79e704a9bf8c8c6878285c5e
parent455a2d265cf6c3947243d772b9e5d1b8dd13a9bf
plugins/api: split out time control helpers

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-system.c
plugins/api-user.c
plugins/api.c