Re: [PATCH 1/5] sysemu: add set_virtual_time to accel ops

2024-05-30 Thread Pierrick Bouvier
On 5/29/24 23:30, Paolo Bonzini wrote: On Fri, May 17, 2024 at 12:21 AM Pierrick Bouvier wrote: diff --git a/stubs/meson.build b/stubs/meson.build index 3b9d42023cb..672213b7482 100644 --- a/stubs/meson.build +++ b/stubs/meson.build @@ -3,6 +3,11 @@ # below, so that it is clear who needs the

Re: [PATCH 1/5] sysemu: add set_virtual_time to accel ops

2024-05-29 Thread Paolo Bonzini
On Fri, May 17, 2024 at 12:21 AM Pierrick Bouvier wrote: > diff --git a/stubs/meson.build b/stubs/meson.build > index 3b9d42023cb..672213b7482 100644 > --- a/stubs/meson.build > +++ b/stubs/meson.build > @@ -3,6 +3,11 @@ > # below, so that it is clear who needs the stubbed functionality. > > stu

Re: [PATCH 1/5] sysemu: add set_virtual_time to accel ops

2024-05-29 Thread Pierrick Bouvier
On 5/29/24 05:29, Philippe Mathieu-Daudé wrote: On 17/5/24 00:20, Pierrick Bouvier wrote: From: Alex Bennée 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 Signed-off-by

Re: [PATCH 1/5] sysemu: add set_virtual_time to accel ops

2024-05-29 Thread Philippe Mathieu-Daudé
On 17/5/24 00:20, Pierrick Bouvier wrote: From: Alex Bennée 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 Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daud

Re: [PATCH 1/5] sysemu: add set_virtual_time to accel ops

2024-05-28 Thread Pierrick Bouvier
On 5/28/24 10:11, Alex Bennée wrote: Pierrick Bouvier writes: From: Alex Bennée 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 Signed-off-by: Alex Bennée Reviewed-by

Re: [PATCH 1/5] sysemu: add set_virtual_time to accel ops

2024-05-28 Thread Alex Bennée
Pierrick Bouvier writes: > From: Alex Bennée > > 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 > Signed-off-by: Alex Bennée > Reviewed-by: Philippe Mathieu-Daudé

[PATCH 1/5] sysemu: add set_virtual_time to accel ops

2024-05-16 Thread Pierrick Bouvier
From: Alex Bennée 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 Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé --- include/sysemu/accel-ops.h

[RFC PATCH 1/5] sysemu: add set_virtual_time to accel ops

2024-03-13 Thread Pierrick Bouvier
From: Alex Bennée 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 Reviewed-by: Philippe Mathieu-Daudé --- include/sysemu/accel-ops.h | 18 +++