Re: [PATCH 27/36] next-cube: QOMify NeXTRTC

2024-11-11 Thread Mark Cave-Ayland
On 09/11/2024 08:14, Thomas Huth wrote: Am Wed, 23 Oct 2024 09:58:43 +0100 schrieb Mark Cave-Ayland : This is to allow the RTC functionality to be maintained within its own separate device. Signed-off-by: Mark Cave-Ayland --- hw/m68k/next-cube.c | 66 ---

Re: [PATCH 27/36] next-cube: QOMify NeXTRTC

2024-11-09 Thread Thomas Huth
Am Wed, 23 Oct 2024 09:58:43 +0100 schrieb Mark Cave-Ayland : > This is to allow the RTC functionality to be maintained within its own > separate > device. > > Signed-off-by: Mark Cave-Ayland > --- > hw/m68k/next-cube.c | 66 - > 1 file changed, 48 i

Re: [PATCH 27/36] next-cube: QOMify NeXTRTC

2024-10-24 Thread Mark Cave-Ayland
On 24/10/2024 03:44, Philippe Mathieu-Daudé wrote: Hi Mark, On 23/10/24 05:58, Mark Cave-Ayland wrote: This is to allow the RTC functionality to be maintained within its own separate device. Signed-off-by: Mark Cave-Ayland ---   hw/m68k/next-cube.c | 66 --

Re: [PATCH 27/36] next-cube: QOMify NeXTRTC

2024-10-24 Thread Philippe Mathieu-Daudé
Hi Mark, On 23/10/24 05:58, Mark Cave-Ayland wrote: This is to allow the RTC functionality to be maintained within its own separate device. Signed-off-by: Mark Cave-Ayland --- hw/m68k/next-cube.c | 66 - 1 file changed, 48 insertions(+), 18 deleti

[PATCH 27/36] next-cube: QOMify NeXTRTC

2024-10-23 Thread Mark Cave-Ayland
This is to allow the RTC functionality to be maintained within its own separate device. Signed-off-by: Mark Cave-Ayland --- hw/m68k/next-cube.c | 66 - 1 file changed, 48 insertions(+), 18 deletions(-) diff --git a/hw/m68k/next-cube.c b/hw/m68k/next-c