On 19/05/2023 19.04, Alex Bennée wrote:
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.Signed-off-by: Alex Bennée <alex.ben...@linaro.org> --- include/sysemu/qtest.h | 1 + accel/qtest/qtest.c | 1 + softmmu/qtest.c | 6 +++--- 3 files changed, 5 insertions(+), 3 deletions(-)
Acked-by: Thomas Huth <th...@redhat.com>