qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC PATCH 4/8] sysemu: add set_virtual_time to accel ops


From: Philippe Mathieu-Daudé
Subject: Re: [RFC PATCH 4/8] sysemu: add set_virtual_time to accel ops
Date: Sat, 20 May 2023 06:23:55 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

On 19/5/23 19:04, 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.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
  include/sysemu/accel-ops.h                     | 18 +++++++++++++++++-
  include/sysemu/cpu-timers.h                    |  3 ++-
  softmmu/cpus.c                                 | 11 +++++++++++
  ...et-virtual-clock.c => cpus-virtual-clock.c} |  5 +++++
  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: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]