Re: [PATCH 2/5] qtest: use cpu interface in qtest_clock_warp

2024-05-30 Thread Pierrick Bouvier
On 5/29/24 23:32, Paolo Bonzini wrote: On Fri, May 17, 2024 at 12:21 AM Pierrick Bouvier wrote: From: Alex Bennée 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

Re: [PATCH 2/5] qtest: use cpu interface in qtest_clock_warp

2024-05-30 Thread Paolo Bonzini
On Fri, May 17, 2024 at 12:21 AM Pierrick Bouvier wrote: > > From: Alex Bennée > > 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

[PATCH 2/5] qtest: use cpu interface in qtest_clock_warp

2024-05-16 Thread Pierrick Bouvier
From: Alex Bennée 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 Signed-off-by: Alex Bennée Acked-by: Thomas Huth ---

[RFC PATCH 2/5] qtest: use cpu interface in qtest_clock_warp

2024-03-13 Thread Pierrick Bouvier
From: Alex Bennée 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 Acked-by: Thomas Huth --- include/sysemu/qtest.h | 1 +