|
From: | Richard Henderson |
Subject: | Re: [PATCH 4/9] sysemu: add set_virtual_time to accel ops |
Date: | Tue, 18 Jun 2024 16:12:03 -0700 |
User-agent: | Mozilla Thunderbird |
On 6/12/24 08:35, Alex Bennée wrote:
We are about to remove direct calls to individual accelerators for this information and will need a central point for plugins to hook into time changes. From: Alex Bennée<alex.bennee@linaro.org>
You don't need a from in the middle. :-)
Reviewed-by: Philippe Mathieu-Daudé<philmd@linaro.org> Signed-off-by: Pierrick Bouvier<pierrick.bouvier@linaro.org> Signed-off-by: Alex Bennée<alex.bennee@linaro.org> Message-Id:<20240530220610.1245424-2-pierrick.bouvier@linaro.org> --- include/sysemu/accel-ops.h | 18 +++++++++++++++++- include/sysemu/cpu-timers.h | 3 ++- ...et-virtual-clock.c => cpus-virtual-clock.c} | 5 +++++ system/cpus.c | 11 +++++++++++ stubs/meson.build | 2 +- 5 files changed, 36 insertions(+), 3 deletions(-) rename stubs/{cpus-get-virtual-clock.c => cpus-virtual-clock.c} (68%)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |