Re: [PATCH] hw/m68k/next-cube: Disable the default CD-ROM drive

2024-12-14 Thread Mark Cave-Ayland
On 14/12/2024 09:17, Thomas Huth wrote: The NeXT-Cube does not have a CD-ROM drive by default, and the kernel does not seem to deal with the empty drive very well, so let's disable the CD-ROM drive for this machine. Signed-off-by: Thomas Huth --- hw/m68k/next-cube.c | 1 + 1 file changed, 1

Re: [PATCH] hw/m68k/next-cube: Disable the default CD-ROM drive

2024-12-14 Thread Philippe Mathieu-Daudé
On 14/12/24 10:17, Thomas Huth wrote: The NeXT-Cube does not have a CD-ROM drive by default, and the kernel does not seem to deal with the empty drive very well, so let's disable the CD-ROM drive for this machine. Signed-off-by: Thomas Huth --- hw/m68k/next-cube.c | 1 + 1 file changed, 1 in

[PATCH] hw/m68k/next-cube: Disable the default CD-ROM drive

2024-12-14 Thread Thomas Huth
The NeXT-Cube does not have a CD-ROM drive by default, and the kernel does not seem to deal with the empty drive very well, so let's disable the CD-ROM drive for this machine. Signed-off-by: Thomas Huth --- hw/m68k/next-cube.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/m68k/next-cube