Re: [PATCH 07/36] next-cube: introduce next_pc_init() object init function

2024-10-27 Thread Thomas Huth
Am Wed, 23 Oct 2024 09:58:23 +0100 schrieb Mark Cave-Ayland : > Move initialisation of the memory regions and GPIOs from next_pc_realize() to > the new next_pc_init() function. > > Signed-off-by: Mark Cave-Ayland > --- > hw/m68k/next-cube.c | 17 +++-- > 1 file changed, 11 insertion

[PATCH 07/36] next-cube: introduce next_pc_init() object init function

2024-10-23 Thread Mark Cave-Ayland
Move initialisation of the memory regions and GPIOs from next_pc_realize() to the new next_pc_init() function. Signed-off-by: Mark Cave-Ayland --- hw/m68k/next-cube.c | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/hw/m68k/next-cube.c b/hw/m68k/next-cube.c