Commit graph

3 commits

Author SHA1 Message Date
kamil
59a5247bbb haxm: Update to 0.20190301.7cb307c4e7ff066b51a503c76f72d7dfefc78760
Drop local patches as merged.

Compat breaking change
======================
Changed major numbers used on NetBSD.
The device nodes must be regenerated.

Upstream changelog
==================
- Improve support of NetBSD as host.
- Changes improving emulation of niche guests.
2019-03-09 10:57:33 +00:00
kamil
a524e8b037 haxm: align KMODULEDIR to the style of base modules
Install haxm.kmod into a subdir haxm.

Bump PKGREVISION.
2019-02-15 00:49:08 +00:00
kamil
d5d6e5afd5 emulators/haxm: import haxm-0.c072ad9b68e1d558a9fb791511468d10a1a9b319
HAXM is a cross-platform hardware-assisted virtualization engine (hypervisor),
widely used as an accelerator for Android Emulator and QEMU. It has always
supported running on Windows and macOS, and has been ported to other host
operating systems as well, such as Linux and NetBSD.

HAXM runs as a kernel-mode driver on the host operating system, and provides a
KVM-like interface to user space, thereby enabling applications like QEMU to
utilize the hardware virtualization capabilities built into modern Intel CPUs,
namely Intel Virtualization Technology.
2019-02-13 05:20:15 +00:00