intel / haxm
- пятница, 17 ноября 2017 г. в 03:17:50
Intel® Hardware Accelerated Execution Manager (Intel® HAXM)
HAXM is a hardware-assisted virtualization engine (hypervisor) that uses Intel Virtualization Technology to speed up IA (x86/ x86_64) emulation on a host machine running Windows or macOS. It started as an Android SDK component, but has recently transformed itself into a general accelerator for QEMU.
HAXM can be built as either a kernel-mode driver for Windows or a kernel extension for macOS.
Prerequisites:
Alternatively, install all of the following instead of EWDK 10:
Build steps:
cd X:\path\to\EWDK\
LaunchBuildEnv.cmd
cd X:\path\to\haxm\
msbuild HaxmDriver.sln /p:Configuration="Win7 Debug" /p:Platform="x64"
Win7
configuration ensures the driver is compatible with Windows 7
and later.Debug
configuration also signs the driver with a test certificate.
The Release
configuration does not do that.Win32
instead of x64
to build a 32-bit driver that works on 32-bit
Windows./t:rebuild
for a clean rebuild instead of an incremental build.If successful, the driver binary (IntelHaxm.sys
) will be generated in
X:\path\to\haxm\obj\out\win7\x64\
(or X:\path\to\haxm\obj\out\win7\x86\
if
Platform="Win32"
).
Prerequisites:
Build steps:
cd /path/to/haxm/
cd darwin/hax_driver/com_intel_hax/
xcodebuild -config Release
-sdk
to override the default macOS SDK version (10.9), e.g.
-sdk macosx10.12
.If successful, the kext (intelhaxm.kext/
) will be generated in
/path/to/haxm/darwin/hax_driver/com_intel_hax/build/Release/
.
You are welcome to file a GitHub issue if you discover a general HAXM bug or have a feature request.
However, please do not use the GitHub issue tracker to report security vulnerabilities. If you have information about a security issue or vulnerability with HAXM, please send an email to secure@intel.com, and use the PGP key located at https://www.intel.com/security to encrpyt any sensitive information.