Skip to content

Commit

Permalink
Merge pull request containers#11451 from jonpspri/qemu-apple-silicon-…
Browse files Browse the repository at this point in the history
…hvf-tcg

Qemu TCG Accel fallback for Apple Silicon. Iss containers#10577
  • Loading branch information
openshift-merge-robot authored Sep 6, 2021
2 parents 32a493d + c01f772 commit 6848153
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/machine/qemu/options_darwin_arm64.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ func (v *MachineVM) addArchOptions() []string {
ovmfDir := getOvmfDir(v.ImagePath, v.Name)
opts := []string{
"-accel", "hvf",
"-accel", "tcg",
"-cpu", "cortex-a57",
"-M", "virt,highmem=off",
"-drive", "file=/usr/local/share/qemu/edk2-aarch64-code.fd,if=pflash,format=raw,readonly=on",
Expand Down

0 comments on commit 6848153

Please sign in to comment.