intel / haxm

Intel® Hardware Accelerated Execution Manager (Intel® HAXM)
BSD 3-Clause "New" or "Revised" License
3.18k stars 853 forks source link

VCPU shutdown request when using QEMU with HAX enabled #456

Open kTipSSIoYv opened 1 year ago

kTipSSIoYv commented 1 year ago

The VM's instantly crash when using hax. If I turn off vmx then it works fine for Centos but doesn't work for ESXi.

I've reported this bug under Qemu repo as well. Not sure if its related to HAXM or Qemu.

qemu-system-x86_64 -cpu max -accel hax
HAX is working and emulator runs in fast virt mode.
VCPU shutdown request
VCPU shutdown request

Centos VM runs fine with the following settings.

qemu-system-x86_64 -cpu max,vmx=off -accel hax

ESXi however throws the following error:

image