Re: [PATCH for-6.2 06/25] hw/arm/armv7m: Create input clocks

2021-08-17 Thread Luc Michel
On 10:33 Thu 12 Aug , Peter Maydell wrote: > Create input clocks on the armv7m container object which pass through > to the systick timers, so that users of the armv7m object can specify > the clocks being used. > > Signed-off-by: Peter Maydell Reviewed-by: Luc Michel > --- > include/hw/a

Re: [PATCH for-6.2 06/25] hw/arm/armv7m: Create input clocks

2021-08-12 Thread Alistair Francis
On Thu, Aug 12, 2021 at 7:38 PM Peter Maydell wrote: > > Create input clocks on the armv7m container object which pass through > to the systick timers, so that users of the armv7m object can specify > the clocks being used. > > Signed-off-by: Peter Maydell Reviewed-by: Alistair Francis Alistai

[PATCH for-6.2 06/25] hw/arm/armv7m: Create input clocks

2021-08-12 Thread Peter Maydell
Create input clocks on the armv7m container object which pass through to the systick timers, so that users of the armv7m object can specify the clocks being used. Signed-off-by: Peter Maydell --- include/hw/arm/armv7m.h | 6 ++ hw/arm/armv7m.c | 23 +++ 2 files c