This repository was archived by the owner on Jan 28, 2023. It is now read-only.
This repository was archived by the owner on Jan 28, 2023. It is now read-only.
QEMU/HAXM does not work with -cpu max #38
Open
Description
While a qemu-system-x86_64.exe -cpu max
works (until the BIOS boot loop, which is fine), a qemu-system-x86_64.exe -cpu max -accel hax
hangs way before. The guest doesn't even initialize the GPU.
Output:
C:\temp\preseed_installation\qemu_windows_x64>qemu-system-x86_64.exe -cpu max -accel hax
HAX is working and emulator runs in fast virt mode.
VCPU shutdown request
VCPU shutdown request
...
VCPU shutdown request
until I kill it.
Using qemu 2.11 and haxm 7.1.0 on a Windows 64 bit machine on a Intel Core i7 6820 HQ machine.