This question is currently on StackOverflow:
http://stackoverflow.com/questions/20256974/can-the-intel-haxm-api-be-us...
The Intel HAXM driver enables KVM-like abilites on Mac OSX and Windows, but at the moment, it appears to only be used by Android's QEMU fork. The API also has a couple of QEMU-specific structures and IOCTLs (hax_qemu_version and HAX_VM_IOCTL_NOTIFY_QEMU_VERSION).
So does the HAXM driver only work with QEMU? Or can I utilize it in a different project?