QEMU Regression with Ensoniq AudioPCI ES1370

things from boards above, but in an international language
Locked
User avatar
leandrof Offline
Posts: 6
Joined: Thu Jul 25, 2024 11:53 pm

QEMU Regression with Ensoniq AudioPCI ES1370

Post by leandrof »

There seems to be a some kind of regression on the current upstream branch of QEMU as of writing, where the Ensoniq/Creative AudioPCI 128 (ES1370) emulation seems to be broken on Windows NT 4.0. (albeit unknown for other operating systems, haven't tried)

CLI command:

Code: Select all

qemu-system-i386 -cpu pentium -m 512 -boot c -drive file=nt4.qcow2,if=ide,format=qcow2 -vga cirrus -device ES1370
The lazy approach to fix the issue would be to get QEMU builds as new as 2015 (as confirmed working on "qemu w64 20150115") where the issue doesn't seem to be happening, implying that the regression happened sometime after that.

qemu.jpg

Of course, that the proper solution would be to go around and properly bisect what has gone wrong, but we don't do that here. :trol: :trol:
Locked