Am Thu, 12 Dec 2024 11:45:53 +0000 schrieb Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk>:
> The SCSI CSRs are located within the SCSI subsystem of the NeXT PC (Peripheral > Contoller) which is now modelled as a separate QEMU device. Add a new memory > region subregion to contain the SCSI CSRs that simply store and retrieve the > register values. > > Add a new VMStateDescription for the next-scsi device to enable the SCSI CSRs > to be migrated. > > Signed-off-by: Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> > --- > hw/m68k/next-cube.c | 88 +++++++++++++++++++++++++++++++++++++++------ > 1 file changed, 78 insertions(+), 10 deletions(-) Reviewed-by: Thomas Huth <h...@tuxfamily.org>