Re: [PATCH for-6.2 04/25] hw/timer/armv7m_systick: Add usual QEMU interface comment

2021-08-17 Thread Luc Michel
On 10:33 Thu 12 Aug , Peter Maydell wrote: > Add the usual-style QEMU interface comment documenting what > properties, etc, this device exposes. > > Signed-off-by: Peter Maydell Reviewed-by: Luc Michel > --- > include/hw/timer/armv7m_systick.h | 7 +++ > 1 file changed, 7 insertions(+

Re: [PATCH for-6.2 04/25] hw/timer/armv7m_systick: Add usual QEMU interface comment

2021-08-12 Thread Alistair Francis
On Thu, Aug 12, 2021 at 7:34 PM Peter Maydell wrote: > > Add the usual-style QEMU interface comment documenting what > properties, etc, this device exposes. > > Signed-off-by: Peter Maydell Reviewed-by: Alistair Francis Alistair > --- > include/hw/timer/armv7m_systick.h | 7 +++ > 1 file

[PATCH for-6.2 04/25] hw/timer/armv7m_systick: Add usual QEMU interface comment

2021-08-12 Thread Peter Maydell
Add the usual-style QEMU interface comment documenting what properties, etc, this device exposes. Signed-off-by: Peter Maydell --- include/hw/timer/armv7m_systick.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/include/hw/timer/armv7m_systick.h b/include/hw/timer/armv7m_systick.h i