]> git.ipfire.org Git - thirdparty/qemu.git/commit
sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_time
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 20 Jun 2024 15:22:14 +0000 (16:22 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 24 Jun 2024 09:14:41 +0000 (10:14 +0100)
commitffbc3949462e67d44ae96ed1d25a5a061557bb00
tree6ba3b7496b8b285e3661847511d7dcbe1c01da93
parente83e386200deeede6241007db6a27d09350ae060
sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_time

Move the key functionality of moving time forward into the clock
sub-system itself. This will allow us to plumb in time control into
plugins.

Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240620152220.2192768-7-alex.bennee@linaro.org>
include/qemu/timer.h
system/qtest.c
util/qemu-timer.c