Re: [PATCH 09/36] next-cube: move SCSI CSRs from next-pc to the next-scsi device

2024-11-01 Thread Thomas Huth
Am Mon, 28 Oct 2024 22:21:20 + schrieb Mark Cave-Ayland : > On 28/10/2024 16:21, Thomas Huth wrote: > > > Am Wed, 23 Oct 2024 09:58:25 +0100 > > schrieb Mark Cave-Ayland : > > > >> The SCSI CSRs are located within the SCSI subsystem of the NeXT PC > >> (Peripheral > >> Contoller) which is

Re: [PATCH 09/36] next-cube: move SCSI CSRs from next-pc to the next-scsi device

2024-10-28 Thread Mark Cave-Ayland
On 28/10/2024 16:21, Thomas Huth wrote: Am Wed, 23 Oct 2024 09:58:25 +0100 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 VMStateDescription for the next-scsi devic

Re: [PATCH 09/36] next-cube: move SCSI CSRs from next-pc to the next-scsi device

2024-10-28 Thread Thomas Huth
Am Wed, 23 Oct 2024 09:58:25 +0100 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 VMStateDescription for the next-scsi device to enable the SCSI CSRs > to be mi

[PATCH 09/36] next-cube: move SCSI CSRs from next-pc to the next-scsi device

2024-10-23 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 VMStateDescription for the next-scsi device to enable the SCSI CSRs to be migrated. Signed-off-by: Mark Cave-Ayland --- hw/m68k/next-cube.c | 88 +