hashicorp / packer

Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
http://www.packer.io
Other
15.11k stars 3.33k forks source link

Add support for hvf accelerator to QEMU builder #6189

Closed adarobin closed 6 years ago

adarobin commented 6 years ago

QEMU 2.12 has added "Experimental support for two new virtualization accelerators: Apple's Hypervisor.framework ("-accel hvf") and Microsoft's Windows Hypervisor Platform Extensions ("-accel whpx")"

I'm specifically interested in using the hvf accelerator. I'd be happy to submit a PR if it would be considered.

adarobin commented 6 years ago

I threw this together really quick and it seems to be working:

https://github.com/adarobin/packer/commit/b0f9c12bcb4becb278a519d35d96cf6a882f508c

SwampDragons commented 6 years ago

I'd definitely review a PR.

ghost commented 4 years ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.