Open Doriphor opened 4 years ago
Hi @Doriphor , actually the Guest OS FreeDOS is not in the HAXM support list so far.
@wayne-ma see, I thought HAXM was guest agnostic. I'm assuming it's still a missing feature then? Thank you for your reply by the way!
FreeDOS used to work, but I'm unsure about the installer itself.
Describe the Bug
Summary: Trying to install FreeDOS 1.2 on a VM will cause the entire VM to hang when the acceleration is set to 'hax' whereas the same actions will not hang when accel is set to 'whpx' or 'tcg'.
Host Environment
Guest Environment
To Reproduce
Steps to reproduce the behavior:
wget https://www.freedos.org/download/download/FD12CD.iso
qemu-img create -f qcow2 FDOS.qcow2 2G
qemu-system-x86_64 -accel hax -m 64M -hda FDOS.qcow2 -cdrom FD12CD.iso -boot d
Expected Behavior
Expectation: The installer proceeds and finishes the installation of FreeDOS 1.2
Reproducibility
100%
Additional context
This also happend with qemu-system-i386. The same issue can be reproduced much quicker with an already installed FreeDOS 1.2 by simply running
fdimples
in it with-accel hax
.