Re: [PATCH v2 03/34] next-cube: create new next.scsi container memory region

2024-12-14 Thread Philippe Mathieu-Daudé
On 12/12/24 12:45, Mark Cave-Ayland wrote: Move the ESP SCSI and SCSI CSR registers to the new next.scsi container memory region. Signed-off-by: Mark Cave-Ayland --- hw/m68k/next-cube.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) Reviewed-by: Philippe Mathieu-Daudé

Re: [PATCH v2 03/34] next-cube: create new next.scsi container memory region

2024-12-13 Thread Thomas Huth
Am Thu, 12 Dec 2024 11:45:49 + schrieb Mark Cave-Ayland : > Move the ESP SCSI and SCSI CSR registers to the new next.scsi container memory > region. > > Signed-off-by: Mark Cave-Ayland > --- > hw/m68k/next-cube.c | 8 +++- > 1 file changed, 7 insertions(+), 1 deletion(-) Reviewed-by: T

[PATCH v2 03/34] next-cube: create new next.scsi container memory region

2024-12-12 Thread Mark Cave-Ayland
Move the ESP SCSI and SCSI CSR registers to the new next.scsi container memory region. Signed-off-by: Mark Cave-Ayland --- hw/m68k/next-cube.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hw/m68k/next-cube.c b/hw/m68k/next-cube.c index 550e7f0b0a..f95ed4a170 100644