Re: [PATCH v2 25/34] next-cube: QOMify NeXTRTC

2024-12-14 Thread Mark Cave-Ayland
On 14/12/2024 06:08, Thomas Huth wrote: Am Thu, 12 Dec 2024 11:46:11 + schrieb Mark Cave-Ayland : This is to allow the RTC functionality to be maintained within its own separate device rather than as part of the next-pc device. Signed-off-by: Mark Cave-Ayland --- hw/m68k/next-cube.c |

Re: [PATCH v2 25/34] next-cube: QOMify NeXTRTC

2024-12-13 Thread Thomas Huth
Am Thu, 12 Dec 2024 11:46:11 + schrieb Mark Cave-Ayland : > This is to allow the RTC functionality to be maintained within its own > separate > device rather than as part of the next-pc device. > > Signed-off-by: Mark Cave-Ayland > --- > hw/m68k/next-cube.c | 71 +++

[PATCH v2 25/34] next-cube: QOMify NeXTRTC

2024-12-12 Thread Mark Cave-Ayland
This is to allow the RTC functionality to be maintained within its own separate device rather than as part of the next-pc device. Signed-off-by: Mark Cave-Ayland --- hw/m68k/next-cube.c | 71 +++-- 1 file changed, 50 insertions(+), 21 deletions(-) diff --