Re: [PATCH] hw/timer: fix systick trace message

2024-01-12 Thread Peter Maydell
On Tue, 9 Jan 2024 at 18:45, Samuel Tardieu wrote: > > Signed-off-by: Samuel Tardieu > Fixes: ff68dacbc786 ("armv7m: Split systick out from NVIC") > --- > hw/timer/trace-events | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied to target-arm.next, thanks. -- PMM

Re: [PATCH] hw/timer: fix systick trace message

2024-01-10 Thread Laurent Vivier
Le 09/01/2024 à 19:45, Samuel Tardieu a écrit : Signed-off-by: Samuel Tardieu Fixes: ff68dacbc786 ("armv7m: Split systick out from NVIC") --- hw/timer/trace-events | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/timer/trace-events b/hw/timer/trace-events index 3eccef838

Re: [PATCH] hw/timer: fix systick trace message

2024-01-09 Thread Philippe Mathieu-Daudé
On 9/1/24 19:45, Samuel Tardieu wrote: Signed-off-by: Samuel Tardieu Fixes: ff68dacbc786 ("armv7m: Split systick out from NVIC") --- hw/timer/trace-events | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH] hw/timer: fix systick trace message

2024-01-09 Thread Samuel Tardieu
Signed-off-by: Samuel Tardieu Fixes: ff68dacbc786 ("armv7m: Split systick out from NVIC") --- hw/timer/trace-events | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/timer/trace-events b/hw/timer/trace-events index 3eccef83858..8145e18e3da 100644 --- a/hw/timer/trace-events +