Ticket #64131: patch-remove-hvf-accel-option-for-qemu.diff
File patch-remove-hvf-accel-option-for-qemu.diff, 394 bytes (added by judaew (Vadym-Valdis Yudaiev), 3 years ago) |
---|
-
pkg/machine/qemu/options_darwin_arm64.go
old new 13 13 func (v *MachineVM) addArchOptions() []string { 14 14 ovmfDir := getOvmfDir(v.ImagePath, v.Name) 15 15 opts := []string{ 16 "-accel", "hvf",17 16 "-accel", "tcg", 18 17 "-cpu", "cortex-a57", 19 18 "-M", "virt,highmem=off",