Skip to content

Commit

Permalink
Merge pull request #10605 from baude/3.2hvf
Browse files Browse the repository at this point in the history
Correct qemu options for Intel macs
  • Loading branch information
openshift-merge-robot authored Jun 9, 2021
2 parents b0eeca6 + b6ef7cf commit d22b544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/machine/qemu/options_darwin_amd64.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var (
)

func (v *MachineVM) addArchOptions() []string {
opts := []string{"-cpu", "host"}
opts := []string{"-cpu", "host", "-accel", "hvf"}
return opts
}

Expand Down

0 comments on commit d22b544

Please sign in to comment.