Re: [PATCH] timer: Fix timer_mod_anticipate() documentation

2020-09-23 Thread Laurent Vivier
Le 20/09/2020 à 17:50, Philippe Mathieu-Daudé a écrit : > timer_mod_anticipate() will be scaled to the timer unit, > which is not always nanosecond. Fix the documentation. > > Fixes: add40e9777d ("timer: add timer_mod_anticipate*") > Signed-off-by: Philippe Mathieu-Daudé > --- > include/qemu/tim

Re: [PATCH] timer: Fix timer_mod_anticipate() documentation

2020-09-20 Thread Richard Henderson
On 9/20/20 8:50 AM, Philippe Mathieu-Daudé wrote: > timer_mod_anticipate() will be scaled to the timer unit, > which is not always nanosecond. Fix the documentation. > > Fixes: add40e9777d ("timer: add timer_mod_anticipate*") > Signed-off-by: Philippe Mathieu-Daudé > --- > include/qemu/timer.h |

[PATCH] timer: Fix timer_mod_anticipate() documentation

2020-09-20 Thread Philippe Mathieu-Daudé
timer_mod_anticipate() will be scaled to the timer unit, which is not always nanosecond. Fix the documentation. Fixes: add40e9777d ("timer: add timer_mod_anticipate*") Signed-off-by: Philippe Mathieu-Daudé --- include/qemu/timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git