fix lint
parent
9a0f1a012b
commit
60328d4d40
|
|
@ -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 != "" {
|
||||
|
|
|
|||
Loading…
Reference in New Issue