Skip to content

Commit

Permalink
qemu: add note on HAXM accelerator deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
lbajolet-hashicorp committed Apr 20, 2023
1 parent a7af815 commit 8f9fd79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions builder/qemu/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,9 @@ type Config struct {
// ~> For `whpx`, note that [Stefan Weil's QEMU for Windows distribution](https://qemu.weilnetz.de/w64/)
// does not include WHPX support and users may need to compile or source a
// build of QEMU for Windows themselves with WHPX support.
//
// NOTE: HAXM is discontinued, and as of Qemu 8.0, the option is deprecated,
// please consider using another accelerator.
Accelerator string `mapstructure:"accelerator" required:"false"`
// Additional disks to create. Uses `vm_name` as the disk name template and
// appends `-#` where `#` is the position in the array. `#` starts at 1 since 0
Expand Down

0 comments on commit 8f9fd79

Please # to comment.