Hi, I am using Qemu 8.0.3 and getting this error: qemu-system-m68k: ../hw/scsi/scsi-disk.c:557: scsi_write_data: Assertion `r->req.aiocb == NULL' failed.
It happens f.e. when I extract the glibc source code inside Linux. Linux 6.1.44, glibc 2.38 is used for the Linux system. I am starting qemu this way: qemu-system-m68k -nographic -M q800 -kernel /home/wbx/openadk/firmware/qemu-m68k-q800_glibc_68040/qemu-m68k-q800-archive-kernel qemu-m68k.img What can I do about it? Why this is happening on "heavy" I/O usage? Thanks for any help Waldemar