pull/13639/head
Sharif Elgamal 2022-05-11 15:06:39 -07:00
parent 9a0f1a012b
commit 60328d4d40
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ func (d *Driver) Start() error {
machineType += ",accel=hvf,highmem=off"
}
startCmd = append(startCmd,
"-M", d.MachineType,
"-M", machineType,
)
}
if d.CPUType != "" {