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), 2 years ago)
  • pkg/machine/qemu/options_darwin_arm64.go

    old new  
    1313func (v *MachineVM) addArchOptions() []string {
    1414        ovmfDir := getOvmfDir(v.ImagePath, v.Name)
    1515        opts := []string{
    16                 "-accel", "hvf",
    1716                "-accel", "tcg",
    1817                "-cpu", "cortex-a57",
    1918                "-M", "virt,highmem=off",