Re: [PATCH 12/12] next-cube.c: move machine MemoryRegions into NeXTState

2023-12-16 Thread Thomas Huth
Am Fri, 15 Dec 2023 20:00:09 + schrieb Mark Cave-Ayland : > These static memory regions are contained within the machine and do not need > to > be dynamically allocated. > > Signed-off-by: Mark Cave-Ayland > --- > hw/m68k/next-cube.c | 40 +++- > 1 file

[PATCH 12/12] next-cube.c: move machine MemoryRegions into NeXTState

2023-12-15 Thread Mark Cave-Ayland
These static memory regions are contained within the machine and do not need to be dynamically allocated. Signed-off-by: Mark Cave-Ayland --- hw/m68k/next-cube.c | 40 +++- 1 file changed, 23 insertions(+), 17 deletions(-) diff --git a/hw/m68k/next-cube.c b/h