Re: [PATCH v2 07/34] next-cube: move SCSI CSRs from next-pc to the next-scsi device

2024-12-13 Thread Thomas Huth
Am Thu, 12 Dec 2024 11:45:53 + schrieb Mark Cave-Ayland : > 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 t

[PATCH v2 07/34] next-cube: move SCSI CSRs from next-pc to the next-scsi device

2024-12-12 Thread Mark Cave-Ayland
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 d