Enable VT support for intel haxm on Hyper-V vm (Windows 10 Pro)?

Goal: enable intel haxm in guest OS (win 10 pro), to increase the speed of Android 10x emulator and then default visual studio emulator.

More on intelhaxm here

Question:

When I check the prerequisites for enabling haxm, the output of haxm_check.exe says "VT support - no"

Questions:

  • How do I enable "VT" support on a Hyper-V computer running Windows 10 Pro?

  • Is there a way to add a delay during the boot process and press a key to enter the BIOS settings of the guest OS (WIndows 10 Pro)?

Here is the host setup: Host Computer: Windows 10 Pro BIOS Virtualization: Enabled Hyper-V Window Features: Enabled.

Here is the guest VM setup: VM created with Hyper-V Guest OS: Windows 10 Pro Hyper-V window features: Disabled.

+3


source to share


1 answer


Unfortunately this setting will not work. Intel HAXM should run directly on physical hardware, not as a guest. Moreover, if you have both technologies on the same hardware, Hyper-V and Intel HAXM cannot coexist at the same time. Cm:

https://developer.android.com/studio/run/emulator-acceleration.html#vm-windows



Even with support for nested virtualization in Microsoft Windows, HAXM will not work in its current state because it is based on QEMU ( https://android.googlesource.com/platform/external/qemu/+/emu-master-dev/README ) rather than Hyper-V. The entire Android Emulator core and virtualization stack would be rewritten with Hyper-V to work in a nested script.

+1


source







All Articles