]> www.infradead.org Git - users/dwmw2/qemu.git/commit
qtest: use cpu interface in qtest_clock_warp
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 20 Jun 2024 15:22:13 +0000 (16:22 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 24 Jun 2024 09:14:39 +0000 (10:14 +0100)
commite83e386200deeede6241007db6a27d09350ae060
tree83548a83ec57462c9a6ae36f6494fb7097344ef1
parent113ac1d2127e4255129963c5061578b3fd85cc8f
qtest: use cpu interface in qtest_clock_warp

This generalises the qtest_clock_warp code to use the AccelOps
handlers for updating its own sense of time. This will make the next
patch which moves the warp code closer to pure code motion.

From: Alex Bennée <alex.bennee@linaro.org>
Acked-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-Id: <20240530220610.1245424-3-pierrick.bouvier@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240620152220.2192768-6-alex.bennee@linaro.org>
accel/qtest/qtest.c
include/sysemu/qtest.h
system/qtest.c